summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
AgeCommit message (Expand)AuthorFilesLines
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-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte2-40/+4
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. Bultje2-20/+22
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
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 Schleef2-105/+304
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 Schleef2-570/+1249
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
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-1/+1
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-09-18plugins part of license field patchChristian Schaller1-0/+1
2002-09-09removing warnings (approved by wtay)Thomas Vander Stichele1-5/+3
2002-08-11qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331...Steve Baker1-0/+2
2002-06-08rearranging element treeThomas Vander Stichele1-1/+1
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker1-0/+1
2002-05-15use new bytestream apiSteve Baker1-4/+5
2002-05-13conformityThomas Vander Stichele1-6/+5
2002-05-01adding new quicktime parser:Artyom Baginski4-0/+883