summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/: Add 3GP (variables name Q3GP because they can't start with a decoder is...Ronald S. Bultje2004-12-241-2/+5
* add s263 4CC code to qtdemux tooStéphane Loeuillet2004-12-131-0/+1
* gst/qtdemux/qtdemux.c: Change all g_print()s to debugging. Add a bunch of co...David Schleef2004-11-021-28/+67
* gst/qtdemux/qtdemux.c: An esds box is not a container.Wim Taymans2004-10-151-14/+22
* gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).Ronald S. Bultje2004-10-021-1/+18
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-231-7/+11
* configure.ac: remove NASM check, since we don't use it. Update dirac check t...David Schleef2004-09-151-39/+74
* gst/qtdemux/qtdemux.c: Don't crash by dividing by zero (see sample movie in #...Ronald S. Bultje2004-09-131-4/+8
* gst/qtdemux/qtdemux.c: Don't touch non-existing data (fixes crash on file in ...Ronald S. Bultje2004-09-131-4/+6
* more working pluginsSteve Lhomme2004-07-271-3/+3
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+148
* gst/qtdemux/qtdemux.*: Bitch. Also known as seeking, querying & co.Ronald S. Bultje2004-06-052-20/+82
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-1/+1
* gst/qtdemux/qtdemux.c: Patch from dcm@acm.org (David Moore) to allow qtdemux ...David Moore2004-05-191-5/+31
* ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing.David Schleef2004-05-141-0/+1
* gst/qtdemux/qtdemux.c: More qtdemux hackage -- parse a lot more atoms, extrac...David Schleef2004-05-012-14/+166
* gst/qtdemux/qtdemux.c: Hacked up qtdemux to make it spit out codec_data. Do ...David Schleef2004-04-301-0/+145
* ext/jpeg/: move format setting to inner loopThomas Vander Stichele2004-04-291-2/+10
* ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje2004-04-281-1/+2
* configure.ac: bump required gstreamer version to 0.8.1.1 because of following...David Schleef2004-04-201-13/+14
* gst/qtdemux/qtdemux.c: A number of new features and hacks to extract the esds...David Schleef2004-04-201-16/+133
* ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly.Ronald S. Bultje2004-04-191-2/+2
* gst/: Add MS RLE support. I added some functions to read out strf chunks into...Ronald S. Bultje2004-04-161-2/+2
* gst/qtdemux/qtdemux.c: Fix debugging messages. Divide the chunk size by the ...David Schleef2004-03-241-143/+156
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-369/+370
* *.h: Revert indentingJohan Dahlin2004-03-151-30/+27
* gst-indentThomas Vander Stichele2004-03-142-965/+1108
* gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offs...Ronald S. Bultje2004-03-141-2/+3
* gst/qtdemux/qtdemux.c: Added Cinepak format (bug #136470)David Schleef2004-03-071-1/+2
* gst/qtdemux/qtdemux.c: Fix crash (j might be greater than n_samples, in which...Ronald S. Bultje2004-03-071-5/+7
* ext/faad/gstfaad.c: Fix negotiation.David Schleef2004-03-061-2/+5
* gst/qtdemux/qtdemux.c: Add prototype code for handling seeking and querying.David Schleef2004-03-051-0/+187
* gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ...David Schleef2004-02-241-163/+149
* ext/xine/: add first version of xine plugin wrapper. Currently only wraps theBenjamin Otte2004-02-201-15/+24
* gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au...Benjamin Otte2004-02-031-2/+2
* Add SVQ3 specific flags to qtdemux and ffmpegJeremy Simon2004-01-262-3/+56
* ext/esd/esdsink.c: Remove property that handles osssink fallback.David Schleef2004-01-151-2/+3
* gst/qtdemux/qtdemux.c: fix audio chunk size/timestamp calculationBenjamin Otte2004-01-111-5/+17
* Change sink pad template caps to "video/quicktime"David Schleef2004-01-031-1/+1