summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
AgeCommit message (Collapse)AuthorFilesLines
2003-06-16Handle compressed headers. Fix inappropriate use of bytestream_flush().David Schleef1-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.
2003-06-10Complete rewrite. Not finished, nothing to see here.David Schleef1-104/+17
Original commit message from CVS: Complete rewrite. Not finished, nothing to see here.
2002-05-01adding new quicktime parser:Artyom Baginski1-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