summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* tests/icles/test-oss4.c: Include stdlib.h.Stefan Kost2008-06-121-0/+5
* gst/deinterlace2/: Add a deinterlacer plugin based on the tvtime/DScaler dein...Martin Eikermann2008-06-111-0/+123
* ext/timidity/gstwildmidi.*: Initialize wildmidi only once in the plugin init ...Sebastian Dröge2008-06-111-0/+14
* ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads ar...Sebastian Dröge2008-06-101-0/+5
* gst/rawparse/gstrawparse.c: Add simple reverse playback.Wim Taymans2008-06-091-0/+7
* gst/rawparse/gstrawparse.*: Fix seeking, timestamps, duration and some more. ...Wim Taymans2008-06-091-0/+11
* examples/app/: Added 3 more example application for using appsrc in random-ac...Wim Taymans2008-06-061-0/+22
* examples/app/appsrc-stream.c: Use deep-notify until we can depend on a playbi...Wim Taymans2008-06-061-0/+6
* gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...Wim Taymans2008-06-061-0/+7
* examples/app/: Added an example on how to use appsrc in playbin in streaming ...Wim Taymans2008-06-051-0/+38
* gst/interleave/: Properly implement duration and position queries in bytes fo...Sebastian Dröge2008-06-051-0/+10
* sys/dshowvideosink/: Fix up copyright notice on new plugin.Michael Smith2008-06-041-0/+8
* ext/dirac/gstdiracenc.cc: Update properties for recent dirac changes. Patch ...Jon Trowbridge2008-06-041-0/+5
* ext/x264/gstx264enc.c: Try harder not to crash when we get an EOS event but h...Tim-Philipp Müller2008-06-041-0/+10
* gst/interleave/interleave.*: Use an always increasing integer for the number ...Sebastian Dröge2008-06-041-0/+14
* gst/interleave/interleave.c: Stop GstCollectPads before calling the parent's ...Sebastian Dröge2008-06-031-0/+8
* gst/h264parse/gsth264parse.*: Parse codec_data and use the nalu_size_length f...Wim Taymans2008-06-031-0/+14
* gst/interleave/interleave.c: Use new gst_audio_check_channel_positions() func...Sebastian Dröge2008-06-031-0/+9
* configure.ac: Revert accidental addition in configure.ac. Sorry.Michael Smith2008-06-021-0/+21
* ext/spc/Makefile.am: Dist tag.hTim-Philipp Müller2008-06-021-0/+5
* ext/faad/gstfaad.c: Always drain before activating the new segment.Wim Taymans2008-06-021-0/+5
* gst/interleave/interleave.*: Allow setting channel positions via a property a...Sebastian Dröge2008-06-021-0/+21
* ext/faad/gstfaad.*: Add basic reverse playback support.Wim Taymans2008-06-021-0/+12
* gst/mpeg4videoparse/mpeg4videoparse.c: Fix mpeg4videoparse on big endian arch...Sjoerd Simons2008-06-021-0/+8
* tests/check/elements/mplex.c: Don't use the deprecated gst_element_get_pad().Sebastian Dröge2008-05-291-0/+6
* examples/directfb/gstdfb.c: Don't use the deprecated gst_element_get_pad().Sebastian Dröge2008-05-291-0/+5
* sys/vcd/vcdsrc.c: Allow the track to be set by using the uri. Fixes #535043.Onkar Shinde2008-05-281-0/+8
* gst/interleave/interleave.c: Implement latency query.Sebastian Dröge2008-05-281-0/+6
* gst/mpegvideoparse/mpegvideoparse.c: Add GST_BUFFER_FLAG_DELTA_UNIT to not I ...Thijs Vermeir2008-05-271-0/+5
* gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.Wim Taymans2008-05-271-0/+9
* configure.ac: Require CVS core and base for new audio clock reset method.Wim Taymans2008-05-271-0/+8
* ext/jack/gstjackaudiosink.c: Include the element name in the port name to avo...Wim Taymans2008-05-261-0/+6
* gst/interleave/deinterleave.c: Add another example launch line.Sebastian Dröge2008-05-261-0/+28
* gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt...Wim Taymans2008-05-261-0/+20
* gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...Håvard Graff2008-05-261-0/+10
* Don't use _gst_pad().Wim Taymans2008-05-261-0/+13
* docs/plugins/: Add interleave/deinterleave to the docs and while at that run ...Sebastian Dröge2008-05-221-0/+76
* gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads...Sebastian Dröge2008-05-221-0/+12
* tests/icles/: Small oss4 test that probes for available devices and retrieves...Tim-Philipp Müller2008-05-221-0/+11
* sys/oss4/: Make device-name probing in NULL state work better (e.g. for the g...Tim-Philipp Müller2008-05-221-0/+12
* gst/mpeg4videoparse/mpeg4videoparse.c: Move some code around to integrate the...Sjoerd Simons2008-05-221-0/+12
* ext/mythtv/gstmythtvsrc.c: Correctly set duration to get a more correct seek ...Bastien Nocera2008-05-201-0/+15
* ext/spc/: Add support for some essential features like seeking, reading song ...Brian Koropoff2008-05-201-0/+18
* tests/check/elements/deinterleave.c: Set keep-positions property to TRUE for ...Sebastian Dröge2008-05-191-0/+6
* gst/interleave/deinterleave.*: Add a property to select whether channel posit...Sebastian Dröge2008-05-191-0/+10
* docs/Makefile.am: Oops - fix the spelling of the variable I added.Jan Schmidt2008-05-181-0/+5
* gst/interleave/deinterleave.*: Queue events until src pads were added and the...Sebastian Dröge2008-05-171-0/+9
* gst/interleave/deinterleave.c: Always set the channel positions when gst_audi...Sebastian Dröge2008-05-171-0/+12
* ext/timidity/gstwildmidi.c: Check some more common locations for a valid conf...Sebastian Dröge2008-05-161-0/+7
* gst/interleave/: Add support for all raw audio formats and provide better neg...Sebastian Dröge2008-05-161-0/+24