summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-105/+301
* 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-101-466/+1232
* 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
* 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
* adding new quicktime parser:Artyom Baginski2002-05-011-0/+702