summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
Commit message (Expand)AuthorAgeFilesLines
...
* gst/qtdemux/qtdemux.c: It appears 100% equals 1/1 and not 100/1 ...Tim-Philipp Müller2006-02-151-1/+1
* gst/qtdemux/qtdemux.c: When buffering MDAT data, show the user something is h...Tim-Philipp Müller2006-02-151-1/+20
* gst/qtdemux/qtdemux.*: Make push-based work if mdat atom is before moov atom.Edward Hervey2006-02-142-17/+58
* gst/qtdemux/qtdemux.c: Handle the case where data atoms are before moov atoms...Edward Hervey2006-02-141-2/+13
* gst/qtdemux/: QtDemux can now work push-based.Edward Hervey2006-02-133-212/+462
* remove unused varThomas Vander Stichele2006-02-071-4/+0
* gst/qtdemux/qtdemux.c: use the correct variable to check if we can calculate ...Thomas Vander Stichele2006-02-071-3/+6
* gst/qtdemux/qtdemux.c: clean up some debugging, using _OBJECT, moving recurri...Thomas Vander Stichele2006-02-071-9/+32
* gst/qtdemux/qtdemux.*: Some QT demux loving.Wim Taymans2006-02-062-57/+82
* gst/qtdemux/qtdemux.c: Fix wrong memcpy source pointer.Tim-Philipp Müller2006-01-261-3/+2
* gst/qtdemux/qtdemux.c: More coherent framerate setting on caps.Edward Hervey2006-01-241-5/+9
* gst/qtdemux/qtdemux.c: Added codec recognition for: _ VP31 : video/x-vp3 _ AV...Edward Hervey2006-01-231-0/+21
* gst/qtdemux/qtdemux.c: 'twos' and 'sowt' fourcc can be 16bit or 8bit audio.Fabrizio2006-01-211-21/+36
* Ronald's patch applied. see bug #326318.Edgard Lima2006-01-181-7/+20
* gst/qtdemux/qtdemux.*: Fix seeking for quicktime files. Could still use some ...Tim-Philipp Müller2006-01-172-35/+44
* gst/qtdemux/qtdemux.c: Add support for Indeo3 video in Quicktime files.Edward Hervey2006-01-111-0/+3
* ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey2005-12-191-3/+10
* ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is...Jan Schmidt2005-12-091-18/+20
* gst/qtdemux/qtdemux.c: Memleak fixes.Edward Hervey2005-12-071-11/+15
* expand tabsThomas Vander Stichele2005-12-062-77/+77
* ext/faad/gstfaad.c: Handle gracefully the consequence of "Maximum number of s...Edward Hervey2005-11-281-1/+4
* gst/qtdemux/qtdemux.c: Convert to fractional frameratesJan Schmidt2005-11-231-13/+17
* ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile...Andy Wingo2005-11-221-1/+1
* Fix for stream lock updates.Wim Taymans2005-11-211-2/+2
* gst/qtdemux/qtdemux.c: j@bootlab.org, #321903).Tim-Philipp Müller2005-11-211-0/+10
* Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-211-23/+23
* gst/qtdemux/qtdemux.c: Add support for custom genre tags.Tim-Philipp Müller2005-11-101-0/+7
* gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well.Tim-Philipp Müller2005-10-271-3/+0
* gst/qtdemux/qtdemux.c: Remove 'got-redirect' signal and post element message ...Tim-Philipp Müller2005-10-271-21/+8
* gst/: API change fix.Wim Taymans2005-10-191-3/+9
* gst/: newsegment API update.Wim Taymans2005-10-111-1/+1
* gst/qtdemux/qtdemux.c: No need to take stream lock here.Wim Taymans2005-09-281-8/+1
* cleaning up badThomas Vander Stichele2005-09-051-6/+7
* removing README from Makefile.am as its gone from CVSChristian Schaller2005-08-171-2/+0
* gst/: Uncomment metadata and codec-name handling.Ronald S. Bultje2005-08-161-19/+4
* Handle _push() return values.Ronald S. Bultje2005-08-161-1/+4
* Fix debug.Ronald S. Bultje2005-08-151-0/+2
* gst/qtdemux/qtdemux.c: Forwardport from 0.8 to implement RLE.Ronald S. Bultje2005-08-151-1/+7
* licensing, name and description changesThomas Vander Stichele2005-08-141-0/+0
* ext/faad/gstfaad.c: Add debug category, remove Close() call that made it cras...Ronald S. Bultje2005-08-101-1/+2
* ext/faad/gstfaad.c: Sign/unsign mismatch.Ronald S. Bultje2005-08-092-329/+309
* gst/qtdemux/qtdemux.c: Change caps on MJPEG-B so it doesn't interfere with MJ...Ronald S. Bultje2005-02-021-1/+1
* gst/qtdemux/qtdemux.c: Add 3IV2 fourcc.Ronald S. Bultje2005-01-291-0/+1
* gst/qtdemux/qtdemux.c: Re-apply patch from #142272 that allows non-seekable s...Ronald S. Bultje2005-01-291-12/+28
* Add support for AMR-NB (mobile phone audio format; #155163, #163286).Ronald S. Bultje2005-01-281-8/+23
* gst/qtdemux/qtdemux.c: More memory leak fixes (#149162).Ronald S. Bultje2005-01-181-1/+15
* gst/qtdemux/qtdemux.c: Fix two memleaks.Ronald S. Bultje2005-01-171-1/+9
* gst/qtdemux/qtdemux.c: Also shove tags on kid pads.Ronald S. Bultje2005-01-101-14/+21
* gst/qtdemux/qtdemux.c: Fix warning (#161191).Ronald S. Bultje2005-01-091-3/+2
* examples/gstplay/player.c: Don't iterate.Ronald S. Bultje2005-01-051-5/+121