summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-25gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the ...Wim Taymans1-0/+33
2008-04-25gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...Wim Taymans5-1/+11
2008-04-25gst/flv/gstflvdemux.c: Forward unknown queries upstream instead of returning ...Wim Taymans1-3/+1
2008-04-22gst/sdp/gstsdpdemux.c: Ref caps, see #528245.Wim Taymans1-0/+2
2008-04-21gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete4-14/+41
2008-04-17gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans4-5/+28
2008-04-11gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more gracefu...Tim-Philipp Müller1-3/+8
2008-04-11configure.ac: Bump core/base requirements to released versions to avoid confu...Tim-Philipp Müller1-34/+17
2008-04-11gst/cdxaparse/: Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn'...Tim-Philipp Müller6-801/+328
2008-04-10gst/nsf/nsf.h: Change prototype of process function here too to avoid 'incomp...Tim-Philipp Müller1-2/+7
2008-04-09gst/rtpmanager/: Avoid leaking pads in the RTP manager.Peter Kjellerstedt2-0/+24
2008-04-09gst/nsf/nes_apu.*: Don't do void pointer arithmetic - it's a gcc extension.Jan Schmidt2-5/+15
2008-04-04gst/subenc/gstsrtenc.*: GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.Tim-Philipp Müller2-57/+58
2008-04-01Rename new srtenc plugin to subenc.Tim-Philipp Müller5-336/+9
2008-04-01gst/mpegtsparse/mpegtspacketizer.c: Cable delivery subsystem descriptors' fre...Zaheer Abbas Merali1-2/+5
2008-04-01Add srt subtitle encoderThijs Vermeir6-0/+654
2008-03-26gst/nsf/: Remove memguard again and apply hopefully all previously dropped lo...Sebastian Dröge9-549/+112
2008-03-25gst/nsf/: Unbreak compilation by disabling memguard and doing some dirty hack...Wim Taymans2-4/+17
2008-03-25gst/nsf/: Update our internal nosefart to nosefart-2.7-mls to fix segfaults o...Andreas Henriksson25-499/+1694
2008-03-24Make rganalysis and rglimiter elements GAP-flag aware.Rene Stadler2-1/+16
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-3/+3
2008-03-20gst/selector/gstinputselector.c: Do g_object_notify() only when not holding t...Wim Taymans1-5/+12
2008-03-20gst/selector/gstinputselector.c: Release the selector lock when pad alloc hap...Wim Taymans1-0/+2
2008-03-20gst/selector/gstinputselector.c: Add pad property to configure behaviour of t...Wim Taymans1-22/+69
2008-03-20gst/selector/gstinputselector.*: Figure out the locking a bit more.Wim Taymans2-110/+200
2008-03-20gst/bayer/gstbayer2rgb.c: Include stdlib.h for abs.Stefan Kost1-0/+1
2008-03-19gst/freeze/: Add example to source code documentation blob and remove the 3 lineStefan Kost4-6/+33
2008-03-14gst/bayer/gstbayer2rgb.c: Significant improvements. Fixes #521392.William M. Brack1-121/+398
2008-03-14gst/selector/gstinputselector.c: Add lots of debugging.Wim Taymans1-12/+41
2008-03-13gst/selector/gstinputselector.*: Various cleanups.Wim Taymans4-74/+132
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2-2/+2
2008-03-11gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...Olivier Crete4-22/+253
2008-03-11gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...Ole André Vadla Ravnås1-4/+36
2008-03-11gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h...Stefan Kost1-1/+1
2008-03-04gst/mpegtsparse/: Add parsing of cable delivery system descriptor.Zaheer Abbas Merali2-0/+94
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...BRANCH-RELEASE-0_10_19Sebastian Dröge1-1/+1
2008-03-03gst/mve/gstmvedemux.c: Fix audio discontinuity that happens when silent chunk...Jens Granseuer1-17/+13
2008-02-28gst/mpegtsparse/mpegtsparse.c: Only send PMTs to program pads that the PMT is...Zaheer Abbas Merali1-15/+56