summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
AgeCommit message (Expand)AuthorFilesLines
2005-12-19ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey1-3/+10
2005-12-09ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is...Jan Schmidt1-18/+20
2005-12-07gst/qtdemux/qtdemux.c: Memleak fixes.Edward Hervey1-11/+15
2005-12-06expand tabsThomas Vander Stichele2-77/+77
2005-11-28ext/faad/gstfaad.c: Handle gracefully the consequence of "Maximum number of s...Edward Hervey1-1/+4
2005-11-23gst/qtdemux/qtdemux.c: Convert to fractional frameratesJan Schmidt1-13/+17
2005-11-22ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile...Andy Wingo1-1/+1
2005-11-21Fix for stream lock updates.Wim Taymans1-2/+2
2005-11-21gst/qtdemux/qtdemux.c: j@bootlab.org, #321903).Tim-Philipp Müller1-0/+10
2005-11-21Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller1-23/+23
2005-11-10gst/qtdemux/qtdemux.c: Add support for custom genre tags.Tim-Philipp Müller1-0/+7
2005-10-27gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well.Tim-Philipp Müller1-3/+0
2005-10-27gst/qtdemux/qtdemux.c: Remove 'got-redirect' signal and post element message ...Tim-Philipp Müller1-21/+8
2005-10-19gst/: API change fix.Wim Taymans1-3/+9
2005-10-11gst/: newsegment API update.Wim Taymans1-1/+1
2005-09-28gst/qtdemux/qtdemux.c: No need to take stream lock here.Wim Taymans1-8/+1
2005-09-05cleaning up badThomas Vander Stichele1-6/+7
2005-08-17removing README from Makefile.am as its gone from CVSChristian Schaller1-2/+0
2005-08-16gst/: Uncomment metadata and codec-name handling.Ronald S. Bultje1-19/+4
2005-08-16Handle _push() return values.Ronald S. Bultje1-1/+4
2005-08-15Fix debug.Ronald S. Bultje1-0/+2
2005-08-15gst/qtdemux/qtdemux.c: Forwardport from 0.8 to implement RLE.Ronald S. Bultje1-1/+7
2005-08-14licensing, name and description changesThomas Vander Stichele1-0/+0
2005-08-10ext/faad/gstfaad.c: Add debug category, remove Close() call that made it cras...Ronald S. Bultje1-1/+2
2005-08-09ext/faad/gstfaad.c: Sign/unsign mismatch.Ronald S. Bultje2-329/+309
2005-02-02gst/qtdemux/qtdemux.c: Change caps on MJPEG-B so it doesn't interfere with MJ...Ronald S. Bultje1-1/+1
2005-01-29gst/qtdemux/qtdemux.c: Add 3IV2 fourcc.Ronald S. Bultje1-0/+1
2005-01-29gst/qtdemux/qtdemux.c: Re-apply patch from #142272 that allows non-seekable s...Ronald S. Bultje1-12/+28
2005-01-28Add support for AMR-NB (mobile phone audio format; #155163, #163286).Ronald S. Bultje1-8/+23
2005-01-18gst/qtdemux/qtdemux.c: More memory leak fixes (#149162).Ronald S. Bultje1-1/+15
2005-01-17gst/qtdemux/qtdemux.c: Fix two memleaks.Ronald S. Bultje1-1/+9
2005-01-10gst/qtdemux/qtdemux.c: Also shove tags on kid pads.Ronald S. Bultje1-14/+21
2005-01-09gst/qtdemux/qtdemux.c: Fix warning (#161191).Ronald S. Bultje1-3/+2
2005-01-05examples/gstplay/player.c: Don't iterate.Ronald S. Bultje1-5/+121
2004-12-24gst/: Add 3GP (variables name Q3GP because they can't start with a decoder is...Ronald S. Bultje1-2/+5
2004-12-13add s263 4CC code to qtdemux tooStéphane Loeuillet1-0/+1
2004-11-02gst/qtdemux/qtdemux.c: Change all g_print()s to debugging. Add a bunch of co...David Schleef1-28/+67
2004-10-15gst/qtdemux/qtdemux.c: An esds box is not a container.Wim Taymans1-14/+22
2004-10-02gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).Ronald S. Bultje1-1/+18
2004-09-23ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje1-7/+11
2004-09-15configure.ac: remove NASM check, since we don't use it. Update dirac check t...David Schleef1-39/+74
2004-09-13gst/qtdemux/qtdemux.c: Don't crash by dividing by zero (see sample movie in #...Ronald S. Bultje1-4/+8
2004-09-13gst/qtdemux/qtdemux.c: Don't touch non-existing data (fixes crash on file in ...Ronald S. Bultje1-4/+6
2004-07-27more working pluginsSteve Lhomme1-3/+3
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+148
2004-06-05gst/qtdemux/qtdemux.*: Bitch. Also known as seeking, querying & co.Ronald S. Bultje2-20/+82
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-1/+1
2004-05-19gst/qtdemux/qtdemux.c: Patch from dcm@acm.org (David Moore) to allow qtdemux ...David Moore1-5/+31