summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-06metadata: cleanup, fix the test, add commentsStefan Kost5-13/+45
2009-03-06legacyresample: Fix memory leak in the unit test by unreffing the capsSebastian Dröge1-0/+1
2009-03-06mxfdemux: Store and use the seqnum of the currently running segment everywhereSebastian Dröge2-25/+86
2009-03-06mxf: Don't even try to serialize DM frameworks as it will cause an assertion ...Sebastian Dröge1-6/+6
2009-03-06faad: Use the public headers if faad2 >= 2.7. Fixes #573369Edward Hervey1-0/+15
2009-03-06ladspa: fix compilation when LRDF is missingWim Taymans1-1/+4
2009-03-05ladspa: remove -ldl as we now use glibs gmodule.Stefan Kost2-9/+1
2009-03-05ladspa: add initial liblrdf support.Stefan Kost3-11/+169
2009-03-05mplex: fix required versionStefan Kost1-1/+1
2009-03-05mxf: Don't use NULL GstStructures to prevent warningsSebastian Dröge1-3/+5
2009-03-04photography: declare interface as unstable API by means of a warningTim-Philipp Müller3-2/+7
2009-03-04configure: detect faad's minor version and define FAAD2_MINOR_VERSION in conf...Tim-Philipp Müller1-3/+26
2009-03-04valve: rename plugin file from libfsvalve.* to libgstvalve.*Tim-Philipp Müller3-9/+9
2009-03-04gsreal: bring down the rank of the real decoders to MARGINAL.Edward Hervey1-2/+2
2009-03-04dvbsrc: make some docs up to dateZaheer Merali1-7/+6
2009-03-04mpegtsdemux: reset sync_lut_len to 0 on READY to NULLJosep Torra1-0/+1
2009-03-04Merge branch 'master' of ssh://uraeus@git.freedesktop.org/git/gstreamer/gst-p...Christian Schaller1-0/+1
2009-03-04docs/plugins/Makefile.am: add figures subdirectoryChristian Schaller3-1/+10
2009-03-04check: gst-plugins-bad.supp needs to be distributed.Peter Kjellerstedt1-0/+1
2009-03-04ladspa: add LIBDIR/ladspa to search path and make path more portableStefan Kost2-9/+97
2009-03-04ladspa: rewrite the directory scanning, fixes first part of #573370Stefan Kost4-404/+2
2009-03-04faad: use gint8 instead of int8_tLRN1-1/+1
2009-03-04gsmdec: Use G_BYTE_ORDER to fix Windows compileLRN1-1/+1
2009-03-03Add Doc for mimic pluginOlivier Crête6-21/+126
2009-03-03Move mimic to -badOlivier Crête3-1/+21
2009-03-03Re-indent to GST styleOlivier Crête5-198/+170
2009-03-03[MOVED FROM GST-P-FARSIGHT] Only output a newsegment if the incoming newsegme...Olivier Crete2-12/+71
2009-03-03[MOVED FROM GST-P-FARSIGHT] Remove unused member variablesOlivier Crete2-9/+0
2009-03-03[MOVED FROM GST-P-FARSIGHT] Send out the right segment and use stored timesta...Olivier Crete1-14/+2
2009-03-03[MOVED FROM GST-P-FARSIGHT] Skip non-keyframes before we get a keyframeOlivier Crete1-0/+8
2009-03-03[MOVED FROM GST-P-FARSIGHT] Ignore upstream newsegment events in mimdecOlivier Crete1-0/+23
2009-03-03[MOVED FROM GST-P-FARSIGHT] emit the right timestamp in the newsegment eventOlivier Crete1-1/+1
2009-03-03[MOVED FROM GST-P-FARSIGHT] Use video/x-mimic as the caps typeOlivier Crete2-2/+2
2009-03-03[MOVED FROM GST-P-FARSIGHT] Add proper locking to mimencOlivier Crete2-5/+21
2009-03-03[MOVED FROM GST-P-FARSIGHT] Remove useless implementation of getcaps from mimdecOlivier Crete1-15/+0
2009-03-03[MOVED FROM GST-P-FARSIGHT] Add proper locking to mimdecOlivier Crete2-0/+12
2009-03-03[MOVED FROM GST-P-FARSIGHT] Remove leakOlivier Crete1-3/+0
2009-03-03[MOVED FROM GST-P-FARSIGHT] Reset the gst timestamp if the time different is ...Olivier Crete1-1/+3
2009-03-03[MOVED FROM GST-P-FARSIGHT] Use the timestamp from the first buffer as the baseOlivier Crete1-16/+6
2009-03-03[MOVED FROM GST-P-FARSIGHT] Store the timestamp in the headerOlivier Crete1-4/+7
2009-03-03[MOVED FROM GST-P-FARSIGHT] Re-indent mimdecOlivier Crete1-119/+119
2009-03-03[MOVED FROM GST-P-FARSIGHT] Simplify newsegment codeOlivier Crete1-5/+2
2009-03-03[MOVED FROM GST-P-FARSIGHT] Port mimic plugins to GST_BOILERPLATEOlivier Crete4-71/+10
2009-03-03[MOVED FROM GST-P-FARSIGHT] Remove trailing whitespace in mimic pluginOlivier Crete5-24/+24
2009-03-03[MOVED FROM GST-P-FARSIGHT] Fix conflictsOlivier Crete2-4/+24
2009-03-03[MOVED FROM GST-P-FARSIGHT] Fix mimic enc chain function, return res for chai...Olivier Crete1-17/+31
2009-03-03[MOVED FROM GST-P-FARSIGHT] Make the _set_caps function of mimic enc more robustOlivier Crete1-8/+25
2009-03-03[MOVED FROM GST-P-FARSIGHT] Remove the gst 0.9.1 ifdefOlivier Crete1-19/+1
2009-03-03[MOVED FROM GST-P-FARSIGHT] Make caps gst 0.10 compliantOlivier Crete1-3/+3
2009-03-03[MOVED FROM GST-P-FARSIGHT] Use g_type_class_peek_parent instead of reffing t...Olivier Crete2-2/+2