summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/videomixer/videomixer.c: Introduce some locking around the videomixer sta...Sjoerd Simons2006-12-161-152/+109
* gst/qtdemux/qtdemux.c: We don't support seeking in streaming mode, so don't e...Tim-Philipp Müller2006-12-161-7/+33
* gst/effectv/gstquark.c: Add some NULL pointer checks (possibly related to #38...Tim-Philipp Müller2006-12-141-0/+6
* gst/qtdemux/qtdemux.c: Add AMR-WB to the list of supported formats.Wim Taymans2006-12-131-2/+10
* gst/: In streaming mode, if the first buffer we get doesn't have an offset, f...Tim-Philipp Müller2006-12-122-1/+24
* gst/qtdemux/qtdemux.c: Fix non-working redirects from inetfilm.com (handle 'a...Tim-Philipp Müller2006-12-111-3/+28
* gst/matroska/: Try harder to extract the framerate for video tracks correctly...Tim-Philipp Müller2006-12-113-8/+24
* gst/apetag/gstapedemux.c: We need to be able to read and parse any possible f...Sebastian Dröge2006-12-091-1/+5
* gst/qtdemux/qtdemux.c: Fix caps for 24 bit raw PCM audio (2).René Stadler2006-12-081-1/+1
* gst/audiofx/audiopanorama.*: Fix audiopanorame with float samples. Fixes #383...Sebastian Dröge2006-12-082-2/+13
* gst/smpte/: Port to 0.10 some more.Wim Taymans2006-12-073-66/+189
* gst/qtdemux/qtdemux.c: Handle more H263 variants.Wim Taymans2006-12-071-0/+2
* gst/videomixer/videomixer.c: Don't reset xpos and ypos in the setcaps functio...Sjoerd Simons2006-12-061-5/+1
* gst/multipart/multipartmux.c: Keep track of the buffer timestamp in the colle...Wim Taymans2006-12-061-6/+8
* gst/udp/gstudpsrc.c: If using multicast in udpsrc, bind to the multicast addr...Rob Taylor2006-12-061-9/+15
* gst/apetag/gstapedemux.c: Use g_strtod() instead of sscanf to parse doubles, ...Sebastian Dröge2006-12-061-1/+4
* gst/avi/gstavimux.c: accept all mpegversions,fixes #380825 spotted by: Jerome...Stefan Kost2006-11-301-1/+1
* gst/replaygain/gstrganalysis.c: Call the base class handler. Fixes #380610.René Stadler2006-11-301-1/+1
* gst/rtsp/: Add method so that extensions can choose to disable the setup of a...Wim Taymans2006-11-284-9/+43
* gst/qtdemux/qtdemux.c: Remove some asserts and replace them with a proper err...Wim Taymans2006-11-271-10/+26
* gst/multipart/multipartmux.c: Push header in a separate buffer instead of mem...Jonas Holmberg2006-11-271-29/+26
* gst/rtp/gstrtpmpadepay.c: Small buffer overflow fix and improve debugging.Wim Taymans2006-11-271-4/+14
* gst/avi/gstavidemux.c: remove dead code, tweak debugs statements, add comment...Stefan Kost2006-11-241-75/+171
* gst/videobox/gstvideobox.c: Minor clean-ups: const-ify static array, remove t...Tim-Philipp Müller2006-11-191-9/+11
* gst/id3demux/id3v2frames.c: Make sure that g_free always gets called on the s...René Stadler2006-11-191-7/+16
* gst/matroska/matroska-mux.c: Use GST_DEBUG_FUNCPTR; activate request pad befo...Tim-Philipp Müller2006-11-161-3/+7
* gst/avi/gstavidemux.c: Initialise variable to get rid of bogus compiler warning.Tim-Philipp Müller2006-11-161-1/+1
* gst/rtp/: Specify H.263 variant and version in the caps (fixes #361637)Ville Syrjala2006-11-163-3/+6
* gst/rtsp/rtspconnection.c: Don't set a data pointer to NULL and a size > 0 wh...Wim Taymans2006-11-152-1/+4
* gst/matroska/matroska-mux.*: Add basic tag writing support; implement releasi...Mark Nauwelaerts2006-11-152-26/+231
* gst/matroska/matroska-demux.c: Handle opaque/unspecified A_AAC audio codec ID...Tim-Philipp Müller2006-11-151-13/+42
* gst/matroska/matroska-mux.c: Add Dirac fourcc.David Schleef2006-11-151-1/+6
* gst/avi/gstavidemux.c: Disable init_frames delay timestamp adjustment, it doe...Wim Taymans2006-11-141-2/+9
* gst/qtdemux/qtdemux.c: Don't parse extra sample params for raw pcm. Fixes #37...Wim Taymans2006-11-141-16/+19
* gst/videomixer/videomixer.c: Fix memleak by unref'ing collectpads instance (w...Mark Nauwelaerts2006-11-131-26/+143
* gst/multifile/Makefile.am: Let's not depend on a file that doesn't exist.David Schleef2006-11-101-2/+0
* Revive multifile[src|sink].David Schleef2006-11-105-0/+833
* gst/flx/gstflxdec.c: fix categorisation, make short desc more explicit, remov...Stefan Kost2006-11-081-55/+15
* gst/rtp/: Fix element descriptions.Christian Schaller2006-11-0822-22/+22
* gst/rtp/: Fix description.Christian Schaller2006-11-082-6/+6
* gst/rtp/: Add theora pay/depayloaders.Christian Schaller2006-11-086-0/+1409
* gst/rtp/Makefile.am: We depend on gsttag to generate the vorbis comments.Christian Schaller2006-11-075-23/+276
* gst/rtp/gstrtpvorbispay.*: Generate a valid configuration string in the caps ...Christian Schaller2006-11-062-12/+157
* gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller2006-11-012-8/+0
* gst/rtp/: Fix and activate ILBC pay and depayloaders. Fixes #368162.Wim Taymans2006-10-313-2/+14
* gst/qtdemux/qtdemux.c: Handle unbounded length streams a bit better. Fixes #3...Wim Taymans2006-10-311-12/+24
* gst/avi/gstavidemux.c: Use higher precision scale function.Wim Taymans2006-10-311-2/+2
* gst/matroska/matroska-demux.c: Fix several issues with encoded/compressed/enc...Michal Benes2006-10-301-18/+46
* gst/videomixer/videomixer.c: Fix videomixer so that it can handle any combina...Mark Nauwelaerts2006-10-301-2/+2
* gst/avi/gstavidemux.c: Fix position query for audio. also fixes timestamps in...Wim Taymans2006-10-281-78/+88