summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-14ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing.David Schleef1-0/+1
2004-05-01gst/qtdemux/qtdemux.c: More qtdemux hackage -- parse a lot more atoms, extrac...David Schleef2-14/+166
2004-04-30gst/qtdemux/qtdemux.c: Hacked up qtdemux to make it spit out codec_data. Do ...David Schleef1-0/+145
2004-04-29ext/jpeg/: move format setting to inner loopThomas Vander Stichele1-2/+10
2004-04-28ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje1-1/+2
2004-04-20configure.ac: bump required gstreamer version to 0.8.1.1 because of following...David Schleef1-13/+14
2004-04-20gst/qtdemux/qtdemux.c: A number of new features and hacks to extract the esds...David Schleef1-16/+133
2004-04-19ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly.Ronald S. Bultje1-2/+2
2004-04-16gst/: Add MS RLE support. I added some functions to read out strf chunks into...Ronald S. Bultje1-2/+2
2004-03-24gst/qtdemux/qtdemux.c: Fix debugging messages. Divide the chunk size by the ...David Schleef1-143/+156
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-369/+370
2004-03-15*.h: Revert indentingJohan Dahlin1-30/+27
2004-03-14gst-indentThomas Vander Stichele2-965/+1108
2004-03-14gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offs...Ronald S. Bultje1-2/+3
2004-03-07gst/qtdemux/qtdemux.c: Added Cinepak format (bug #136470)David Schleef1-1/+2
2004-03-07gst/qtdemux/qtdemux.c: Fix crash (j might be greater than n_samples, in which...Ronald S. Bultje1-5/+7