summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle compressed headers. Fix inappropriate use of bytestream_flush().David Schleef2003-06-161-0/+3
| | | | | | | | Original commit message from CVS: Handle compressed headers. Fix inappropriate use of bytestream_flush(). Code cleanup. Added getcaps and _link functions for src pads. Extract and set the size,rate,channels correctly. Fix some of the caps to agree with avidemux and/or ffmpeg.
* Complete rewrite. Not finished, nothing to see here.David Schleef2003-06-101-104/+17
| | | | | Original commit message from CVS: Complete rewrite. Not finished, nothing to see here.
* adding new quicktime parser:Artyom Baginski2002-05-011-0/+168
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