summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-57/+3
* gst/qtdemux/qtdemux.c: qtdemux requires bytestreamBenjamin Otte2003-12-221-0/+3
* Merge CAPS branchDavid Schleef2003-12-221-206/+126
* Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje2003-12-181-0/+3
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* Change everyone to video/x-msvideoDavid Schleef2003-11-271-1/+1
* Added audio/x-m4a to the sink capsIain Holmes2003-11-271-0/+5
* add a rank to allow autopluggingBenjamin Otte2003-11-241-1/+1
* change video/x-jpeg to image/jpegDavid Schleef2003-11-101-3/+5
* Do not demux only 2 trak atomsJeremy Simon2003-11-071-4/+9
* Quicktime demuxer ported to new interfaceRonald S. Bultje2003-11-021-22/+27
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-282-40/+4
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-2/+2
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-012-20/+22
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* + the last of the float caps changes ... these are a bit more pervasiveLeif Johnson2003-07-191-6/+2
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-77/+179
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-26/+29
* "My way" turned out to cause seg faults. :) Fixed, and added more fourcc to...David Schleef2003-06-231-14/+26
* Revert last two changes and do it my way. :)David Schleef2003-06-191-41/+18
* Support ISO-style variable argument macros.Brian Cameron2003-06-191-0/+12