summaryrefslogtreecommitdiff
path: root/gst/isomp4/qtdemux.c
Commit message (Expand)AuthorAgeFilesLines
* qtdemux: support seeking of CENC encrypted streams1.6Alex Ashley2016-04-211-4/+4
* qtdemux: don't push encrypted buffer without cenc metadataPhilippe Normand2016-04-061-0/+6
* qtdemux: read saio aux_info_type as a FOURCCPhilippe Normand2016-04-061-1/+5
* qtdemux: workaround for files with wrong color_table_id valueMatej Knopp2016-04-061-0/+8
* qtdemux: plug leaks in cenc aux info parsingPhilippe Normand2016-04-061-0/+2
* qtdemux: Cast to signed integers to prevent unsigned compare between negative...Sebastian Dröge2015-12-011-2/+4
* qtdemux: support for cenc auxiliary info parsing outside of moof boxPhilippe Normand2015-11-051-17/+49
* qtdemux: fix caps leakGuillaume Desmottes2015-10-171-0/+6
* qtdemux: Fix taglist memory leakVineeth TM2015-10-171-2/+4
* qtdemux: Accumulate segments for edit lists before activating the next segmentSebastian Dröge2015-09-241-5/+7
* qtdemux: fix offset calculation when parsing CENC aux infoAlex Ashley2015-08-181-2/+2
* qtdemux: Use signed integer type to be able to check for negative subtraction...Sebastian Dröge2015-08-161-1/+1
* qtdemux: only look for more samples in moofs in pull-modeThiago Santos2015-08-151-5/+7
* qtdemux: fix small typo in commentThiago Santos2015-08-101-1/+1
* qtdemux: fix suboptimal queue iteration codeTim-Philipp Müller2015-08-101-5/+4
* qtdemux: don't use glib 2.44-only APITim-Philipp Müller2015-08-101-3/+4
* qtdemux: add support for ISOBMFF Common EncryptionAlex Ashley2015-08-101-5/+662
* qtdemux: store the moof-offset also for push modeThiago Santos2015-08-051-0/+1
* qtdemux: handle default-base-is-moof flagThiago Santos2015-08-051-0/+3
* qtdemux: fix 16-bit PCM audio advertised with 'raw ' fourccManasa Athreya2015-07-271-9/+10
* qtdemux: Support subtitle when track subtype is fourcc_subtPaul Hyunil2015-07-211-2/+2
* qtdemux: rework segment event handling for adaptive streamingThiago Santos2015-07-081-8/+13
* qtdemux: push data from adapter before starting new segmentThiago Santos2015-07-081-10/+3
* qtdemux: flush samples before adding more from moofThiago Santos2015-07-081-5/+17
* qtdemux: rename upstream_newsegment to upstream_format_is_timeThiago Santos2015-07-081-6/+6
* qtdemux: fix leak by flushing previous sample info from trakThiago Santos2015-07-081-3/+8
* qtdemux: fix index size check and debug messageThiago Santos2015-07-081-3/+4
* qtdemux: avoid looping reading the 'moof' atom foreverThiago Santos2015-07-061-0/+2
* qtdemux: does not detect orientationGilbok Lee2015-06-251-10/+6
* qtdemux: accumulate previous edts entries into segment.baseThiago Santos2015-06-231-2/+10
* qtdemux: improve some debug messagesThiago Santos2015-06-231-16/+20
* qtdemux: Move multiview caps calculations, add half-aspect heuristicsJan Schmidt2015-06-231-17/+30
* qtdemux: Add cslg supportNicolas Dufresne2015-06-221-6/+50
* qtdemux: Adjust segment according to ctts offsetNicolas Dufresne2015-06-121-3/+5
* qtdemux: Add basic support for MPEG-A stereoscopic videoJan Schmidt2015-06-111-0/+61
* qtdemux: fix reverse playbackVineeth TM2015-06-101-4/+8
* qtdemux: remove fixme from 2006Thiago Santos2015-05-251-1/+0
* qtdemux: fix reverse playback of fragmented mediaThiago Santos2015-05-251-16/+37
* qtdemux: fix example pipeline in docsPaul Hyunil2015-05-081-1/+1
* qtdemux: fix buffer leak on eos in push modeTim-Philipp Müller2015-04-301-4/+11
* qtdemux: Check for sizes of the rdrf (redirect) atom before accessing the dat...Sebastian Dröge2015-04-291-24/+36
* qtdemux: fix tag list leaks on error pathsVincent Penquerc'h2015-04-161-6/+6
* qtdemux: fix tag list leak on unknown stream typeVincent Penquerc'h2015-04-161-0/+3
* qtdemux: Update segment.start after key-unit seekHyunjun Ko2015-04-101-0/+1
* qtdemux: Don't accumulate segment bases manuallySebastian Dröge2015-04-061-3/+3
* qtdemux: stbl_index is valid from 0 onwardsThiago Santos2015-04-061-1/+1
* qtdemux: Guard against 64-bit overflowJan Schmidt2015-04-031-3/+12
* qtdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-291-4/+15
* qtdemux: fix key unit seekMatej Knopp2015-03-011-3/+3
* qtdemux: All segment resulting from a seek should have the same seqnumThibault Saunier2015-02-231-1/+0