summaryrefslogtreecommitdiff
path: root/gst/isomp4
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-052-17/+53
* qtmux: Allow negotiating to S8 as a raw format but stop making it best choiceThibault Saunier2015-10-282-6/+4
* qtmux: Add prores supportThibault Saunier2015-10-282-0/+17
* qtmux: Don't unconditionally use strnlen()Ryan Hendrickson2015-10-201-1/+3
* qtdemux: fix caps leakGuillaume Desmottes2015-10-171-0/+6
* qtdemux: Fix taglist memory leakVineeth TM2015-10-171-2/+4
* qtmux: Fix date memory leakVineeth TM2015-10-071-0/+1
* qtmux: Fix sample memory leakVineeth TM2015-10-071-0/+1
* 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-104-5/+695
* qtdemux: store the moof-offset also for push modeThiago Santos2015-08-051-0/+1
* qtdemux: handle default-base-is-moof flagThiago Santos2015-08-053-2/+7
* 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-212-2/+3
* 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-082-10/+10
* 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
* docs: fix "Symbol name not found at the start of the comment block"Stefan Sauer2015-07-074-10/+10
* qtdemux: avoid looping reading the 'moof' atom foreverThiago Santos2015-07-061-0/+2
* qtdemux: does not detect orientationGilbok Lee2015-06-251-10/+6
* qtmux: Correctly calculate the elst media startNicolas Dufresne2015-06-232-5/+12
* qtdemux: accumulate previous edts entries into segment.baseThiago Santos2015-06-231-2/+10
* qtdemux: improve some debug messagesThiago Santos2015-06-231-16/+20
* qtmux: store last_dts of the first bufferThiago Santos2015-06-231-0/+6
* qtdemux: Move multiview caps calculations, add half-aspect heuristicsJan Schmidt2015-06-231-17/+30
* qtdemux: Add cslg supportNicolas Dufresne2015-06-221-6/+50
* qtmux: Use PTS to figure-out presence of gapsNicolas Dufresne2015-06-221-3/+3
* qtmux: Set edit list to compensate DTS shiftNicolas Dufresne2015-06-221-16/+31
* cslg: Add Composition Shift Least Greatest AtomNicolas Dufresne2015-06-174-0/+26
* ctts_dump: Fix signess issuesNicolas Dufresne2015-06-171-2/+4
* qtdemux: Adjust segment according to ctts offsetNicolas Dufresne2015-06-121-3/+5
* qtmux: Handle DTS with negative running timeNicolas Dufresne2015-06-122-7/+56
* atoms: remove custom gst_buffer_new function in favor of core versionThiago Santos2015-06-111-16/+7
* atoms: simplify free form data atoms creationThiago Santos2015-06-111-49/+35
* qtmux: add AC-3 muxing supportThiago Santos2015-06-116-11/+175