summaryrefslogtreecommitdiff
path: root/gst/isomp4/qtdemux.c
Commit message (Expand)AuthorAgeFilesLines
* qtdemux: reset pending segment if we are already pushing oneThiago Santos2016-03-071-0/+2
* qtdemux: run gst-indentThiago Santos2016-03-071-8/+10
* qtdemux: cenc aux info parsing from mdat support in PULL modePhilippe Normand2016-02-251-1/+25
* qtdemux: prevent buffer flow if any stream failed to be exposedPhilippe Normand2016-02-251-6/+29
* qtdemux: don't push encrypted buffer without cenc metadataPhilippe Normand2016-02-251-0/+6
* qtdemux: read saio aux_info_type as a FOURCCPhilippe Normand2016-02-241-1/+5
* qtdemux: workaround for files with wrong color_table_id valueMatej Knopp2016-02-191-0/+8
* qtdemux: plug leaks in cenc aux info parsingPhilippe Normand2016-02-191-0/+2
* qtdemux: only transform protected caps onceAlex Ashley2016-02-171-5/+7
* qtdemux: fix framerate calculation for fragmented formatSeungha Yang2016-01-291-6/+39
* qtdemux: handling zero segment-duration edit listSeungha Yang2016-01-291-4/+20
* qtdemux: expose streams with first moof for fragmented formatSeungha Yang2016-01-291-16/+38
* gst: Fix unintialized variable warningsVíctor Manuel Jáquez Leal2016-01-271-1/+1
* qtdemux: drop flushes from our own offset seekThiago Santos2015-12-221-0/+16
* qtdemux: Stop pushing data as soon as possible in push-modeEdward Hervey2015-12-071-0/+8
* qtdemux: add support for OpusLuis de Bethencourt2015-11-261-0/+36
* qtdemux: use macro for codec_nameLuis de Bethencourt2015-11-251-2/+1
* qtdemux: restore the segment on case of soft resetThiago Santos2015-11-241-0/+3
* qtdemux: unite duplicate FourCCLuis de Bethencourt2015-11-201-7/+7
* qtdemux: remove duplicate FourCCLuis de Bethencourt2015-11-191-53/+53
* qtdemux: Replace tabs with spacesSebastian Dröge2015-11-181-3/+3
* qtdemux: Cast to signed integers to prevent unsigned compare between negative...Sebastian Dröge2015-11-181-2/+4
* qtdemux: only send initial gaps for non-fragmented streamsThiago Santos2015-11-171-3/+7
* Revert "Revert "qtdemux: respect qt segments in push-mode for empty starts""Thiago Santos2015-11-171-18/+76
* Revert "qtdemux: respect qt segments in push-mode for empty starts"Sebastian Dröge2015-11-161-76/+18
* qtdemux: Fix string memory leakVineeth TM2015-11-161-0/+3
* qtdemux: respect qt segments in push-mode for empty startsThiago Santos2015-11-091-18/+76
* qtdemux: support for cenc auxiliary info parsing outside of moof boxPhilippe Normand2015-11-041-17/+49
* qtdemux: add support for FFV1 coded streams in movReynaldo H. Verdejo Pinochet2015-10-151-0/+6
* qtdemux: fix caps leakGuillaume Desmottes2015-10-141-0/+6
* qtdemux: Fix taglist memory leakVineeth TM2015-10-141-2/+4
* qtdemux: Fix memory leak for corrupted fileVineeth TM2015-10-081-0/+2
* qtdemux: handle empty segments in seeking adjustThiago Santos2015-10-021-26/+47
* qtdemux: Check multi trex to find track id in mp4 mpeg-dash streamManasa Athreya2015-10-021-3/+3
* qtdemux: support timed-text subtitle tracks.Chris Bass2015-09-261-0/+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