summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-12ext/amrwb/gstamrwbdec.c: Fix the sign of the data we pass to the decoder so t...Sebastien Merle2-1/+9
2008-06-12tests/icles/test-oss4.c: Include stdlib.h.Stefan Kost2-0/+6
2008-06-11gst/deinterlace2/: Add a deinterlacer plugin based on the tvtime/DScaler dein...Martin Eikermann16-0/+1305
2008-06-11gst/deinterlace2/: Add a deinterlacer plugin based on the tvtime/DScaler dein...Martin Eikermann19-0/+7534
2008-06-11ext/timidity/gstwildmidi.*: Initialize wildmidi only once in the plugin init ...Sebastian Dröge3-14/+46
2008-06-10ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads ar...Sebastian Dröge2-0/+7
2008-06-09gst/rawparse/gstrawparse.c: Add simple reverse playback.Wim Taymans2-22/+49
2008-06-09gst/rawparse/gstrawparse.*: Fix seeking, timestamps, duration and some more. ...Wim Taymans3-107/+222
2008-06-06examples/app/: Added 3 more example application for using appsrc in random-ac...Wim Taymans7-15/+781
2008-06-06examples/app/appsrc-stream.c: Use deep-notify until we can depend on a playbi...Wim Taymans2-4/+10
2008-06-06gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...Wim Taymans2-3/+26
2008-06-05examples/app/: Added an example on how to use appsrc in playbin in streaming ...Wim Taymans9-117/+711
2008-06-05gst/interleave/: Properly implement duration and position queries in bytes fo...Sebastian Dröge4-0/+95
2008-06-04sys/dshowvideosink/: Fix up copyright notice on new plugin.Michael Smith5-6/+14
2008-06-04ext/dirac/gstdiracenc.cc: Update properties for recent dirac changes. Patch ...Jon Trowbridge2-9/+29
2008-06-04ext/x264/gstx264enc.c: Try harder not to crash when we get an EOS event but h...Tim-Philipp Müller2-13/+26
2008-06-04gst/interleave/interleave.*: Use an always increasing integer for the number ...Sebastian Dröge3-16/+65
2008-06-03fix package nameChristian Schaller1-1/+1
2008-06-03gst/interleave/interleave.c: Stop GstCollectPads before calling the parent's ...Sebastian Dröge2-3/+16
2008-06-03gst/h264parse/gsth264parse.*: Parse codec_data and use the nalu_size_length f...Wim Taymans3-31/+111
2008-06-03gst/interleave/interleave.c: Use new gst_audio_check_channel_positions() func...Sebastian Dröge2-78/+21
2008-06-02configure.ac: Revert accidental addition in configure.ac. Sorry.Michael Smith2-1/+21
2008-06-02Add a new win32 videosink. Uses the DirectShow renderers for high-performance...Michael Smith8-1/+2015
2008-06-02ext/spc/Makefile.am: Dist tag.hTim-Philipp Müller2-1/+6
2008-06-02ext/faad/gstfaad.c: Always drain before activating the new segment.Wim Taymans2-3/+8
2008-06-02gst/interleave/interleave.*: Allow setting channel positions via a property a...Sebastian Dröge5-44/+685
2008-06-02ext/faad/gstfaad.*: Add basic reverse playback support.Wim Taymans3-55/+108
2008-06-02gst/mpeg4videoparse/mpeg4videoparse.c: Fix mpeg4videoparse on big endian arch...Sjoerd Simons2-3/+29
2008-05-29tests/check/elements/mplex.c: Don't use the deprecated gst_element_get_pad().Sebastian Dröge2-2/+8
2008-05-29examples/directfb/gstdfb.c: Don't use the deprecated gst_element_get_pad().Sebastian Dröge3-2/+7
2008-05-28sys/vcd/vcdsrc.c: Allow the track to be set by using the uri. Fixes #535043.Onkar Shinde2-4/+71
2008-05-28gst/interleave/interleave.c: Implement latency query.Sebastian Dröge2-0/+95
2008-05-27gst/mpegvideoparse/mpegvideoparse.c: Add GST_BUFFER_FLAG_DELTA_UNIT to not I ...Thijs Vermeir2-0/+8
2008-05-27gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.Wim Taymans2-7/+67
2008-05-27configure.ac: Require CVS core and base for new audio clock reset method.Wim Taymans3-2/+11
2008-05-26ext/jack/gstjackaudiosink.c: Include the element name in the port name to avo...Wim Taymans2-5/+14
2008-05-26gst/interleave/deinterleave.c: Add another example launch line.Sebastian Dröge5-455/+1157
2008-05-26gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt...Wim Taymans4-38/+81
2008-05-26gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...Håvard Graff2-0/+34
2008-05-26Don't use _gst_pad().Wim Taymans8-21/+37
2008-05-22docs/plugins/: Add interleave/deinterleave to the docs and while at that run ...Sebastian Dröge69-642/+2700
2008-05-22gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads...Sebastian Dröge3-8/+37
2008-05-22tests/icles/: Small oss4 test that probes for available devices and retrieves...Tim-Philipp Müller4-2/+274
2008-05-22sys/oss4/: Make device-name probing in NULL state work better (e.g. for the g...Tim-Philipp Müller6-2/+52
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