summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost8-81/+52
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost15-16/+1
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 Eikermann18-0/+7411
2008-06-09gst/rawparse/gstrawparse.c: Add simple reverse playback.Wim Taymans1-22/+42
2008-06-09gst/rawparse/gstrawparse.*: Fix seeking, timestamps, duration and some more. ...Wim Taymans2-107/+211
2008-06-06gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...Wim Taymans1-3/+19
2008-06-05gst/interleave/: Properly implement duration and position queries in bytes fo...Sebastian Dröge2-0/+85
2008-06-04gst/interleave/interleave.*: Use an always increasing integer for the number ...Sebastian Dröge2-16/+51
2008-06-03gst/interleave/interleave.c: Stop GstCollectPads before calling the parent's ...Sebastian Dröge1-3/+8
2008-06-03gst/h264parse/gsth264parse.*: Parse codec_data and use the nalu_size_length f...Wim Taymans2-31/+97
2008-06-03gst/interleave/interleave.c: Use new gst_audio_check_channel_positions() func...Sebastian Dröge1-78/+12
2008-06-02gst/interleave/interleave.*: Allow setting channel positions via a property a...Sebastian Dröge2-38/+414
2008-06-02gst/mpeg4videoparse/mpeg4videoparse.c: Fix mpeg4videoparse on big endian arch...Sjoerd Simons1-3/+21
2008-05-28gst/interleave/interleave.c: Implement latency query.Sebastian Dröge1-0/+89
2008-05-27gst/mpegvideoparse/mpegvideoparse.c: Add GST_BUFFER_FLAG_DELTA_UNIT to not I ...Thijs Vermeir1-0/+3
2008-05-27gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.Wim Taymans1-7/+58
2008-05-26gst/interleave/deinterleave.c: Add another example launch line.Sebastian Dröge3-455/+689
2008-05-26gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt...Wim Taymans3-38/+61
2008-05-26gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...Håvard Graff1-0/+24
2008-05-26Don't use _gst_pad().Wim Taymans3-8/+8
2008-05-22docs/plugins/: Add interleave/deinterleave to the docs and while at that run ...Sebastian Dröge1-0/+4
2008-05-22gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads...Sebastian Dröge2-8/+25
2008-05-22gst/mpeg4videoparse/mpeg4videoparse.c: Move some code around to integrate the...Sjoerd Simons1-56/+26
2008-05-19gst/interleave/deinterleave.*: Add a property to select whether channel posit...Sebastian Dröge2-6/+68
2008-05-17gst/interleave/deinterleave.*: Queue events until src pads were added and the...Sebastian Dröge2-0/+94
2008-05-17gst/interleave/deinterleave.c: Always set the channel positions when gst_audi...Sebastian Dröge1-20/+23
2008-05-16gst/interleave/: Add support for all raw audio formats and provide better neg...Sebastian Dröge3-63/+362
2008-05-16docs/Makefile.am: Don't attempt to build plugin docs when they're disabled.Jan Schmidt2-6/+10
2008-05-14gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni...Wim Taymans1-4/+4
2008-05-14gst/mpeg4videoparse/mpeg4videoparse.c: Set fixed caps on the srcpad after we ...Wim Taymans1-1/+1
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öge6-120/+209
2008-05-13gst/mpeg4videoparse/mpeg4videoparse.*: Parse the config data (either outbound...Sjoerd Simons2-30/+540
2008-05-13gst/real/gstrealvideodec.c: Add some debug for where we are searching for lib...Wim Taymans1-0/+3
2008-05-13gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object.Wim Taymans1-0/+5
2008-05-12gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura...Wim Taymans1-2/+8
2008-05-12gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by...Peter Kjellerstedt1-0/+3
2008-05-12gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a...Jan Schmidt1-1/+1
2008-05-11Random doc of the day: the deinterlace element.Jan Schmidt2-4/+70
2008-05-09gst/mpegtsparse/: Make sure all schedule EIT and non-actual transport streamZaheer Abbas Merali2-0/+23
2008-05-09gst/rtpmanager/rtpsource.c: Make sure to unref the caps used by RTPSource to ...Peter Kjellerstedt1-0/+2
2008-05-08gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our ...Olivier Crete1-0/+8
2008-05-08gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955.Sjoerd Simons1-0/+1
2008-05-08gst/audioresample/gstaudioresample.c: Let audioresample use the buffer alloca...Sjoerd Simons1-4/+0
2008-04-29gst/subenc/gstsrtenc.c: Declare variables at the beginning of blocks. Fixes c...Jens Granseuer1-4/+6
2008-04-29gst/mpegtsparse/: Detect SI pids (NIT, SDT, EIT etc.) based on table id and n...Zaheer Abbas Merali3-36/+76
2008-04-25gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.Wim Taymans2-2/+18
2008-04-25gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost even...Wim Taymans1-14/+52
2008-04-25gst/rtpmanager/gstrtpjitterbuffer.c: Remove private version of a function tha...Wim Taymans1-37/+109