index
:
~thiagoss/gst-plugins-bad
adaptivedemux
basemixer
camerabin
cookies
dash-wip
dash-youtube
dashsink
dvb
dvb-v5-file
gstcollectpads2
hds
hls
hls-improvements
isdb
master
mssdemux-multilanguage
mssdemux-not-linked
reverted-acceptcaps
snap-seeking
tesseract
tsbase-atsc
tsdemux-programchange
urisrc
gst-plugins-bad branch (Contains GstCollectPads2)
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
dccp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2012-11-04
Fix FSF address
Tim-Philipp Müller
12
-24
/
+24
2012-10-17
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
4
-4
/
+4
2012-09-14
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
4
-4
/
+4
2012-05-05
Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some more
Tim-Philipp Müller
1
-1
/
+1
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-03-29
Merge remote-tracking branch 'origin/0.10'
Sebastian Dröge
1
-4
/
+7
2012-03-06
dccp: avoid indefinite looping upon error
Mark Nauwelaerts
1
-3
/
+6
2012-03-06
dccp: Fix 'comparison of unsigned expression < 0 is always false' compiler wa...
Sebastian Dröge
1
-1
/
+1
2012-01-13
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-0
/
+12
2012-01-12
dccpclientsink: fix string leak
Vincent Penquerc'h
1
-0
/
+12
2011-11-28
various: fix pad template ref leaks
Vincent Penquerc'h
4
-8
/
+4
2011-05-16
gst/dccp: fix build on newer mingw
Marc-André Lureau
1
-0
/
+3
2011-03-27
dccpserversink: fix list iteration code
Tim-Philipp Müller
1
-9
/
+18
2011-02-01
dccp: use socklen_t where appropriate rather than specific type
Mark Nauwelaerts
2
-5
/
+4
2010-11-25
dccp: Remove dead assignments
Edward Hervey
1
-4
/
+3
2010-10-19
various (gst): add missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
4
-21
/
+26
2010-04-29
Fix printf format strings for gcc 4.5
Руслан Ижбулатов
1
-2
/
+2
2010-03-23
Fixes for -Waggregate-return
Benjamin Otte
1
-27
/
+1
2010-03-21
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
Benjamin Otte
1
-1
/
+3
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
4
-29
/
+16
2010-03-11
fix compile error with trace macro
Rob Clark
1
-1
/
+1
2009-04-27
Add new plugin to spec file and add missing header to gst/dccp/Makefile.am
Christian Schaller
1
-2
/
+2
2009-03-26
dccp: Port DCCP plugin to MinGW
Руслан Ижбулатов
12
-51
/
+123
2009-02-22
dccp: Fix "non-void without return value" compilation issue.
Edward Hervey
1
-0
/
+2
2009-01-30
Fix compilation on Forte.
Jan Schmidt
1
-2
/
+2
2009-01-23
Fix build on Solaris. Fixes bug #568480.
Brian Cameron
1
-4
/
+0
2008-11-22
gst/dccp/gstdccp.c: Use G_GSIZE_FORMAT instead of "%u" for a size_t variable ...
Sebastian Dröge
1
-1
/
+1
2008-11-20
gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin.
Leandro Melo de Sales
8
-147
/
+251
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -bad.
Stefan Kost
1
-12
/
+1
2008-08-28
gst/dccp/: Fix compilation on Solaris by including filio.h as needed.
Jan Schmidt
2
-0
/
+13
2008-08-26
gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in...
Edward Hervey
2
-3
/
+3
2008-08-26
gst/dccp/gstdccp.c: Whoops, that was one fix too much :)
Edward Hervey
1
-1
/
+1
2008-08-26
gst/dccp/gstdccp.c: size_t's size varies by platform/architecture. Use glib c...
Edward Hervey
1
-5
/
+5
2008-08-21
Add dccp plugin. Fixes #542390.
Leandro Melo de Sales
12
-0
/
+2548