summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/rtsp/gstrtspsrc.c: the OPTIONS request result is optional so don't fail o...Wim Taymans2006-03-211-6/+5
* gst/: gcc 4.1 unreferenced pointer fixes.Edward Hervey2006-03-213-8/+21
* gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should...Tommi Myöhänen2006-03-211-2/+2
* gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that ar...Jan Schmidt2006-03-201-0/+2
* gst/goom/: Free filter data when cleaning up. (Fixes: #334995)Jan Schmidt2006-03-202-3/+11
* gst/id3demux/id3v2frames.c: We only care about gain and peak data for the mas...Tim-Philipp Müller2006-03-161-3/+5
* gst/id3demux/id3v2frames.c: Read replay gain tags (#323721).Tim-Philipp Müller2006-03-161-8/+108
* Fixed one of the caps in the code from mulaw to alaw.Philippe Kalaf2006-03-151-1/+1
* gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass.Jan Schmidt2006-03-152-4/+14
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-1517-88/+55
* gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose.Edward Hervey2006-03-151-0/+2
* gst/qtdemux/qtdemux.c: Series of memleak fixes:Edward Hervey2006-03-151-10/+22
* configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(...Tim-Philipp Müller2006-03-142-1/+94
* gst/avi/gstavidemux.c: Catch short reads, like they might happen with truncat...Tim-Philipp Müller2006-03-141-22/+30
* gst/avi/gstavidemux.c: Fix DIB image inversion for pictures with a depth != 8...Tim-Philipp Müller2006-03-141-6/+16
* gst/wavparse/gstwavparse.c: Implement seek in READY (re-fixes #327658)Wim Taymans2006-03-131-2/+2
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-138-3/+33
* gst/qtdemux/qtdemux.c: Fix build with gcc-4.1 (#327355).Tim-Philipp Müller2006-03-091-2/+1
* gst/qtdemux/qtdemux.c: Extract disc number and count from files that use 'dis...Tim-Philipp Müller2006-03-081-0/+8
* gst/udp/gstdynudpsink.c: Applied patch from Kai Vehmanen, fixes #333624.Wim Taymans2006-03-071-11/+0
* gst/qtdemux/qtdemux.c: Add support for '3IVD' fourcc (#333403).Tim-Philipp Müller2006-03-051-0/+4
* gst/id3demux/: Use new typefind helper functions here as well, and do typefin...Tim-Philipp Müller2006-03-042-95/+21
* docs/plugins/: Added wavparse docs.Wim Taymans2006-03-032-21/+110
* gst/avi/gstavidemux.*: If we have an index, use a duration based on the index...Tim-Philipp Müller2006-03-032-8/+49
* docs/plugins/: Added videobalance and videoflip to the docs.Wim Taymans2006-03-035-311/+445
* gst/qtdemux/qtdemux.c: Use GST_WARNING instead of GST_ERROR for all the too s...Edward Hervey2006-03-031-14/+14
* configure.ac: Bump requirements to current core and -base CVS (core for new t...Tim-Philipp Müller2006-03-022-87/+18
* gst/qtdemux/qtdemux.c: Can't divide through zero (suppress warning in case of...Tim-Philipp Müller2006-02-281-2/+5
* gst/wavparse/gstwavparse.c: Use DEBUG_OBJECT more.Wim Taymans2006-02-281-22/+28
* gst/qtdemux/qtdemux.c: Add support for palettised Apple SMC videos (#327075, ...Fabrizio Gennari2006-02-241-1/+111
* ext/cdio/Makefile.am: Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be requ...Tim-Philipp Müller2006-02-231-2/+4
* rtp/gst/: Separated the G711 payloaders/depayloaders into separate elements f...Philippe Kalaf2006-02-2312-211/+684
* gst/qtdemux/qtdemux.c: Add 'dvsd' and 'dv25' to list of possible fourcc value...Edward Hervey2006-02-221-0/+5
* gst/avi/gstavidemux.c: Use scaling code for added precission and more correct...Wim Taymans2006-02-191-134/+219
* gst/flx/gstflxdec.*: Implement DURATION query.Wim Taymans2006-02-192-1/+3
* gst/flx/: Set MALLOCDATA for the temp buffers so we don't leak.Wim Taymans2006-02-194-48/+86
* gst/id3demux/: Handle 0 data size in otherwise valid frames.Jan Schmidt2006-02-182-3/+7
* gst/matroska/: Recognise SSA/ASS and USF subtitle formats and set proper caps...Tim-Philipp Müller2006-02-182-0/+31
* gst/qtdemux/qtdemux.c: Don't GST_LOG timestamps from nonexistent index entrie...Tim-Philipp Müller2006-02-171-8/+10
* gst/qtdemux/qtdemux.c: Check that the size of the returned buffer is of the c...Edward Hervey2006-02-171-0/+7
* gst/rtp/gstrtpamrdepay.c: Patch from Sebastien Cote, fixes #319884Wim Taymans2006-02-171-9/+3
* gst/wavparse/gstwavparse.c: Pass extra_data to gst_riff_create_audio_caps(), ...Tim-Philipp Müller2006-02-161-20/+27
* gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false posi...Wim Taymans2006-02-161-15/+158
* Update documentation.Wim Taymans2006-02-161-6/+60
* gst/qtdemux/qtdemux.c: Don't stop the task if the pad isn't linked.Edward Hervey2006-02-161-6/+5
* gst/id3demux/id3tags.c: ID3 2.3.0 used synch-safe integers for the tag size, ...Jan Schmidt2006-02-161-4/+12
* gst/rtsp/README: Updated README.Wim Taymans2006-02-163-33/+139
* gst/alpha/gstalpha.c: Don't ignore return value of the parent class's stateWouter Paesen2006-02-161-5/+9
* gst/qtdemux/qtdemux.c: It appears 100% equals 1/1 and not 100/1 ...Tim-Philipp Müller2006-02-151-1/+1
* gst/avi/gstavidemux.c: Add comment in a fultile attempt to stop the copy-and-...Wim Taymans2006-02-152-5/+11