summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
Commit message (Collapse)AuthorAgeFilesLines
* 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