summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/sdp/gstsdpdemux.c: Ref caps, see #528245.Wim Taymans2008-04-221-0/+2
* gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete2008-04-214-14/+41
* gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans2008-04-174-5/+28
* gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more gracefu...Tim-Philipp Müller2008-04-111-3/+8
* configure.ac: Bump core/base requirements to released versions to avoid confu...Tim-Philipp Müller2008-04-111-34/+17
* gst/cdxaparse/: Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn'...Tim-Philipp Müller2008-04-116-801/+328
* gst/nsf/nsf.h: Change prototype of process function here too to avoid 'incomp...Tim-Philipp Müller2008-04-101-2/+7
* gst/rtpmanager/: Avoid leaking pads in the RTP manager.Peter Kjellerstedt2008-04-092-0/+24
* gst/nsf/nes_apu.*: Don't do void pointer arithmetic - it's a gcc extension.Jan Schmidt2008-04-092-5/+15
* gst/subenc/gstsrtenc.*: GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.Tim-Philipp Müller2008-04-042-57/+58
* Rename new srtenc plugin to subenc.Tim-Philipp Müller2008-04-015-336/+9
* gst/mpegtsparse/mpegtspacketizer.c: Cable delivery subsystem descriptors' fre...Zaheer Abbas Merali2008-04-011-2/+5
* Add srt subtitle encoderThijs Vermeir2008-04-016-0/+654
* gst/nsf/: Remove memguard again and apply hopefully all previously dropped lo...Sebastian Dröge2008-03-269-549/+112
* gst/nsf/: Unbreak compilation by disabling memguard and doing some dirty hack...Wim Taymans2008-03-252-4/+17
* gst/nsf/: Update our internal nosefart to nosefart-2.7-mls to fix segfaults o...Andreas Henriksson2008-03-2525-499/+1694
* Make rganalysis and rglimiter elements GAP-flag aware.Rene Stadler2008-03-242-1/+16
* Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge2008-03-221-3/+3
* gst/selector/gstinputselector.c: Do g_object_notify() only when not holding t...Wim Taymans2008-03-201-5/+12
* gst/selector/gstinputselector.c: Release the selector lock when pad alloc hap...Wim Taymans2008-03-201-0/+2
* gst/selector/gstinputselector.c: Add pad property to configure behaviour of t...Wim Taymans2008-03-201-22/+69
* gst/selector/gstinputselector.*: Figure out the locking a bit more.Wim Taymans2008-03-202-110/+200
* gst/bayer/gstbayer2rgb.c: Include stdlib.h for abs.Stefan Kost2008-03-201-0/+1
* gst/freeze/: Add example to source code documentation blob and remove the 3 lineStefan Kost2008-03-194-6/+33
* gst/bayer/gstbayer2rgb.c: Significant improvements. Fixes #521392.William M. Brack2008-03-141-121/+398
* gst/selector/gstinputselector.c: Add lots of debugging.Wim Taymans2008-03-141-12/+41
* gst/selector/gstinputselector.*: Various cleanups.Wim Taymans2008-03-134-74/+132
* Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2008-03-132-2/+2
* gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...Olivier Crete2008-03-114-22/+253
* gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...Ole André Vadla Ravnås2008-03-111-4/+36
* gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h...Stefan Kost2008-03-111-1/+1
* gst/mpegtsparse/: Add parsing of cable delivery system descriptor.Zaheer Abbas Merali2008-03-042-0/+94
* Correct all relevant warnings found by the sparse semantic code analyzer. Thi...RELEASE-0_10_19RELEASE-0_10_18BRANCH-RELEASE-0_10_19Sebastian Dröge2008-03-031-1/+1
* gst/mve/gstmvedemux.c: Fix audio discontinuity that happens when silent chunk...Jens Granseuer2008-03-031-17/+13
* gst/mpegtsparse/mpegtsparse.c: Only send PMTs to program pads that the PMT is...Zaheer Abbas Merali2008-02-281-15/+56
* gst/selector/gstoutputselector.c: Fix changing to same pad twice before a cha...Stefan Kost2008-02-261-0/+5
* gst/selector/gstinputselector.*: Added "select-all" property to make it work ...Stefan Kost2008-02-253-9/+74
* Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller2008-02-231-1/+1
* Some C89 fixes, moving variable declarations to the beginning of a block. Fix...Jens Granseuer2008-02-223-16/+28
* gst/rtpmanager/gstrtpbin.c: Fix small memory leak, leaking caps. Fixes #bug 5...Olivier Crete2008-02-201-0/+2
* gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391.Sebastian Dröge2008-02-191-1/+1
* gst/rtpmanager/gstrtpbin.c: Ignore streams that did not receive an SR packet ...Olivier Crete2008-02-141-1/+4
* gst/dvdspu/gstdvdspu.c: Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. ...Sebastian Dröge2008-02-141-0/+1
* gst/mpegtsparse/: Make sure the gstmpegdesc debug lines do not critical when ...Zaheer Abbas Merali2008-02-143-2/+12
* gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Re-F...Josep Torra Valles2008-02-131-0/+2
* gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Fixe...Josep Torra Valles2008-02-121-1/+8
* gst/mpegvideoparse/mpegvideoparse.c: Fix leaking caps.Wim Taymans2008-02-121-2/+9
* Fix some finalize leaks by chaining up to the parent method.Jan Schmidt2008-02-121-0/+2
* gst/librfb/gstrfbsrc.c: Free the rfb decoder on finalize. Fixes bug #515721.Sebastian Dröge2008-02-121-1/+5
* gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks ...Jan Schmidt2008-02-091-1/+1