summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
Commit message (Expand)AuthorAgeFilesLines
* 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
* which causes a segfault. I'm working on thatRonald S. Bultje2003-06-171-24/+25
* Handle compressed headers. Fix inappropriate use of bytestream_flush().David Schleef2003-06-162-105/+304
* Fix some of the fourcc to caps conversions. reenable setting of rate and n c...David Schleef2003-06-151-12/+26
* Complete rewrite. Not finished, nothing to see here.David Schleef2003-06-102-570/+1249
* Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were c...Brian Cameron2003-05-221-2/+2
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-021-1/+1
* don't segfault when data didn't make it inThomas Vander Stichele2003-01-181-2/+5
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-1/+1
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-091-5/+3
* qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331...Steve Baker2002-08-111-0/+2
* rearranging element treeThomas Vander Stichele2002-06-081-1/+1
* add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker2002-05-311-0/+1
* use new bytestream apiSteve Baker2002-05-151-4/+5
* conformityThomas Vander Stichele2002-05-131-6/+5
* adding new quicktime parser:Artyom Baginski2002-05-014-0/+883