summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/rtp/: Add static payload numbers in addition to the dynamic ones.Ville Syrjala2006-10-185-7/+27
* gst/rtsp/: Reuse already existing enum for lower transport.Wim Taymans2006-10-185-34/+56
* gst/wavparse/gstwavparse.c: Fix seeking some more, mostly for speed changes.Wim Taymans2006-10-181-16/+18
* gst/qtdemux/qtdemux.c: Make compile with Forte compiler, mostly don't do poin...Josep Torra Valles2006-10-171-103/+111
* gst/qtdemux/qtdemux.*: Avoid void pointer usage, better use guint8 * instead.Tim-Philipp Müller2006-10-172-58/+77
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-1610-16/+20
* gst/rtsp/URLS: Added some other URL.Wim Taymans2006-10-116-14/+135
* gst/qtdemux/qtdemux.c: Add some fourcc for DV format.Edward Hervey2006-10-111-0/+4
* gst/: Activate pad before adding it to the already-running element.Tim-Philipp Müller2006-10-113-0/+3
* gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252.Sebastien Cote2006-10-111-8/+23
* gst/qtdemux/qtdemux.c: Printf format fixes.Tim-Philipp Müller2006-10-101-3/+3
* gst/qtdemux/qtdemux.c: Reorganise some stuff.Wim Taymans2006-10-101-234/+285
* gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #3...Tim-Philipp Müller2006-10-101-1/+1
* gst/rtsp/gstrtspsrc.c: Activate pads before adding them to the source.Tim-Philipp Müller2006-10-071-0/+2
* Activate pads before adding.Wim Taymans2006-10-061-0/+1
* gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans2006-10-062-4/+3