summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some of the fourcc to caps conversions. reenable setting of rate and n ↵David Schleef2003-06-151-12/+26
| | | | | | | | channels on audio caps. Original commit message from CVS: Fix some of the fourcc to caps conversions. reenable setting of rate and n channels on audio caps.
* Complete rewrite. Not finished, nothing to see here.David Schleef2003-06-101-466/+1232
| | | | | Original commit message from CVS: Complete rewrite. Not finished, nothing to see here.
* Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were ↵Brian Cameron2003-05-221-2/+2
| | | | | | | | causing non-gcc compilers to break. Original commit message from CVS: Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were causing non-gcc compilers to break.
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2003-02-021-1/+1
| | | | | | | | conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
* don't segfault when data didn't make it inThomas Vander Stichele2003-01-181-2/+5
| | | | | Original commit message from CVS: don't segfault when data didn't make it in
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-1/+1
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
| | | | | Original commit message from CVS: plugins part of license field patch
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-091-5/+3
| | | | | Original commit message from CVS: removing warnings (approved by wtay)
* qtdemux.c:315: warning: implicit declaration of function `free' ↵Steve Baker2002-08-111-0/+2
| | | | | | | | qtdemux.c:331: warning: implicit declaration of funct... Original commit message from CVS: qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331: warning: implicit declaration of function `malloc'
* rearranging element treeThomas Vander Stichele2002-06-081-1/+1
| | | | | Original commit message from CVS: rearranging element tree
* add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker2002-05-311-0/+1
| | | | | | | file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
* use new bytestream apiSteve Baker2002-05-151-4/+5
| | | | | Original commit message from CVS: use new bytestream api
* adding new quicktime parser:Artyom Baginski2002-05-011-0/+702
Original commit message from CVS: adding new quicktime parser: - openquicktime free (hense gst/qtdemux) - no more seeks for parsing -> better for network streams - uses GstByteStream - less memcpy's - long ChangeLog record in pompous style