summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-01gst/qtdemux/qtdemux.c: More qtdemux hackage -- parse a lot more atoms, extrac...David Schleef1-14/+164
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-14gst-indentThomas Vander Stichele1-938/+1078
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 Simon1-3/+55
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
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-39/+3
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-2/+2
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-19/+21
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson1-6/+2
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-77/+179
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-26/+29
2003-06-23"My way" turned out to cause seg faults. :) Fixed, and added more fourcc to...David Schleef1-14/+26
2003-06-19Revert last two changes and do it my way. :)David Schleef1-41/+18
2003-06-19Support ISO-style variable argument macros.Brian Cameron1-0/+12
2003-06-17which causes a segfault. I'm working on thatRonald S. Bultje1-24/+25
2003-06-16Handle compressed headers. Fix inappropriate use of bytestream_flush().David Schleef1-105/+301
2003-06-15Fix some of the fourcc to caps conversions. reenable setting of rate and n c...David Schleef1-12/+26
2003-06-10Complete rewrite. Not finished, nothing to see here.David Schleef1-466/+1232
2003-05-22Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were c...Brian Cameron1-2/+2
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef1-1/+1
2003-01-18don't segfault when data didn't make it inThomas Vander Stichele1-2/+5