summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-06ext/faad/gstfaad.c: Fix negotiation.David Schleef1-2/+5
2004-03-05gst/qtdemux/qtdemux.c: Add prototype code for handling seeking and querying.David Schleef1-0/+187
2004-02-24gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ...David Schleef1-163/+149
2004-02-20ext/xine/: add first version of xine plugin wrapper. Currently only wraps theBenjamin Otte1-15/+24
2004-02-03gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au...Benjamin Otte1-2/+2
2004-01-26Add SVQ3 specific flags to qtdemux and ffmpegJeremy Simon2-3/+56
2004-01-15ext/esd/esdsink.c: Remove property that handles osssink fallback.David Schleef1-2/+3
2004-01-11gst/qtdemux/qtdemux.c: fix audio chunk size/timestamp calculationBenjamin Otte1-5/+17
2004-01-03Change sink pad template caps to "video/quicktime"David Schleef1-1/+1
2004-01-02Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef1-57/+3
2003-12-22gst/qtdemux/qtdemux.c: qtdemux requires bytestreamBenjamin Otte1-0/+3
2003-12-22Merge CAPS branchDavid Schleef1-206/+126
2003-12-18Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje1-0/+3
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-27Change everyone to video/x-msvideoDavid Schleef1-1/+1
2003-11-27Added audio/x-m4a to the sink capsIain Holmes1-0/+5
2003-11-24add a rank to allow autopluggingBenjamin Otte1-1/+1
2003-11-10change video/x-jpeg to image/jpegDavid Schleef1-3/+5
2003-11-07Do not demux only 2 trak atomsJeremy Simon1-4/+9
2003-11-02Quicktime demuxer ported to new interfaceRonald S. Bultje1-22/+27