summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtatomparser.h
Commit message (Collapse)AuthorAgeFilesLines
* qtdemux: don't use core API that doesn't exist yetTim-Philipp Müller2009-09-241-1/+7
| | | | There's no gst_byte_reader_has_remaining() yet. Fixes build.
* qtdemux: map some atomparser functions to their new bytereader equivalentsTim-Philipp Müller2009-09-241-79/+27
| | | | | Now that GstByteReader has unchecked and inlined variants as well, map atomparser functions to their respective bytereader equivalents.
* qtdemux: add qt_atom_parser_has_chunks() and fix indentationTim-Philipp Müller2009-09-241-0/+9
|
* qtdemux: add qt_atom_parse_has_remaining() to avoid overflows with ↵Tim-Philipp Müller2009-09-241-0/+7
| | | | _get_remaining()
* qtdemux: use GstByteReader for atom dumping and fix a few bugsTim-Philipp Müller2009-09-231-0/+28
|
* qtdemux: add qt_atom_parser_get_offset() and optimise _peek_sub()Tim-Philipp Müller2009-09-231-2/+28
|
* qtdemux: add QtAtomParser, an inlined GstByteReader variantTim-Philipp Müller2009-09-231-0/+125