summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-22gst/mpeg4videoparse/mpeg4videoparse.c: Move some code around to integrate the...Sjoerd Simons3-56/+38
2008-05-20ext/mythtv/gstmythtvsrc.c: Correctly set duration to get a more correct seek ...Bastien Nocera2-11/+46
2008-05-20ext/spc/: Add support for some essential features like seeking, reading song ...Brian Koropoff6-35/+697
2008-05-19tests/check/elements/deinterleave.c: Set keep-positions property to TRUE for ...Sebastian Dröge2-0/+7
2008-05-19gst/interleave/deinterleave.*: Add a property to select whether channel posit...Sebastian Dröge3-6/+78
2008-05-18docs/Makefile.am: Oops - fix the spelling of the variable I added.Jan Schmidt2-2/+7
2008-05-17gst/interleave/deinterleave.*: Queue events until src pads were added and the...Sebastian Dröge4-0/+103
2008-05-17gst/interleave/deinterleave.c: Always set the channel positions when gst_audi...Sebastian Dröge2-20/+35
2008-05-16ext/timidity/gstwildmidi.c: Check some more common locations for a valid conf...Sebastian Dröge2-0/+29
2008-05-16gst/interleave/: Add support for all raw audio formats and provide better neg...Sebastian Dröge5-64/+403
2008-05-16docs/Makefile.am: Don't attempt to build plugin docs when they're disabled.Jan Schmidt5-7/+28
2008-05-16docs/plugins/gst-plugins-bad-plugins.types: Remove bogus attempt to pull 'met...Jan Schmidt2-4/+6
2008-05-14gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni...Wim Taymans2-4/+12
2008-05-14gst/mpeg4videoparse/mpeg4videoparse.c: Set fixed caps on the srcpad after we ...Wim Taymans3-1/+6
2008-05-14tests/check/Makefile.am: Remove deinterleave test from VALGRIND_TO_FIX again ...Tim-Philipp Müller3-1/+6
2008-05-14tests/check/Makefile.am: Add deinterleave unit test to VALGRIND_TO_FIX, since...Tim-Philipp Müller3-0/+202
2008-05-14gst/audioresample/gstaudioresample.c: Revert previous change which made baset...Tim-Philipp Müller1-0/+4
2008-05-14gst/interleave/: Split definitions into separate header files for better docu...Sebastian Dröge9-120/+594
2008-05-13gst/mpeg4videoparse/mpeg4videoparse.*: Parse the config data (either outbound...Sjoerd Simons3-30/+563
2008-05-13gst/real/gstrealvideodec.c: Add some debug for where we are searching for lib...Wim Taymans2-0/+8
2008-05-13tests/check/elements/audioresample.c: Add unit test for the latest basetransf...Sjoerd Simons1-43/+77
2008-05-13gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object.Wim Taymans2-0/+10
2008-05-12gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura...Wim Taymans2-2/+15
2008-05-12gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by...Peter Kjellerstedt2-0/+10
2008-05-12docs/plugins/gst-plugins-bad-plugins-sections.txt: Quieten some docs outputJan Schmidt2-2/+11
2008-05-12gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a...Jan Schmidt3-1/+7
2008-05-11Random doc of the day: the deinterlace element.Jan Schmidt7-11/+102
2008-05-09gst/mpegtsparse/: Make sure all schedule EIT and non-actual transport streamZaheer Abbas Merali3-0/+31
2008-05-09gst/rtpmanager/rtpsource.c: Make sure to unref the caps used by RTPSource to ...Peter Kjellerstedt3-0/+7
2008-05-08sys/oss4/oss4-mixer-slider.c: Apparently mono sliders have the mono value rep...Clive Wright2-2/+17
2008-05-08gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our ...Olivier Crete2-0/+17
2008-05-08gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955.Sjoerd Simons2-0/+9
2008-05-08gst/audioresample/gstaudioresample.c: Let audioresample use the buffer alloca...Sjoerd Simons2-4/+89
2008-05-07win32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we...Ole André Vadla Ravnås2-3/+6
2008-05-07gst-libs/gst/app/: Add marshal.list, make it compile and add to cvsignore.Wim Taymans8-80/+465
2008-05-07configure.ac: Error out if we don't have the required versions of core/base.Tim-Philipp Müller3-6/+10
2008-05-05gst-libs/gst/app/gstappsink.*: Start some docs.Wim Taymans3-25/+185
2008-05-02add wildmidi pluginChristian Schaller1-1/+4
2008-04-29gst/subenc/gstsrtenc.c: Declare variables at the beginning of blocks. Fixes c...Jens Granseuer2-4/+14
2008-04-29gst/mpegtsparse/: Detect SI pids (NIT, SDT, EIT etc.) based on table id and n...Zaheer Abbas Merali4-36/+85
2008-04-25ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant...Sebastian Dröge3-4/+13
2008-04-25gst-libs/gst/app/gstappsink.*: Add more docs.Wim Taymans3-24/+247
2008-04-25gst-libs/gst/dshow/Makefile.am: Use CXXFLAGS rather than CFLAGS; these are C+...Michael Smith3-5/+14
2008-04-25gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.Wim Taymans3-2/+25
2008-04-25gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost even...Wim Taymans2-14/+63
2008-04-25gst/rtpmanager/gstrtpjitterbuffer.c: Remove private version of a function tha...Wim Taymans2-37/+121
2008-04-25gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the ...Wim Taymans2-0/+43
2008-04-25gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...Wim Taymans6-1/+27
2008-04-25gst/flv/gstflvdemux.c: Forward unknown queries upstream instead of returning ...Wim Taymans2-3/+6
2008-04-24Add support for the new libmpcdec API which magically gets us support for SV8...Sebastian Dröge6-28/+148