summaryrefslogtreecommitdiff
path: root/gst/isomp4/qtdemux.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qtmux: remove not needed conditionThiago Santos2015-02-181-2/+2
* qtdemux: prefer the tfdt timestamp over the buffer's that is less accurateThiago Santos2015-02-181-0/+6
* isomp4: Redefine gst_isoff_ symbols to gst_isoff_qt_Edward Hervey2015-02-171-4/+5
* qtdemux: do not use sparse streams in push-based seekingThiago Santos2015-02-141-3/+6
* qtdemux: Initial 'sidx' atom parsing supportPhilippe Normand2015-02-121-0/+35
* qtdemux: Simple implementation of GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITSJan Schmidt2015-02-041-0/+9
* qtdemux: parse stream tagsThiago Santos2015-02-021-126/+127
* qtdemux: simplify segment.base mathThiago Santos2015-01-281-5/+1
* qtdemux: Fix data dropping for fragmented streamsThiago Santos2015-01-271-6/+15
* Constify some static arrays everywhereSebastian Dröge2015-01-211-2/+2
* qtdemux: fix deadlock seeking in files without seek entriesVincent Penquerc'h2015-01-191-1/+3
* qtdemux: v210 is v210, not UYVY and yuv2 is YUY2, not I420Sebastian Dröge2015-01-131-1/+20
* qtdemux: fix stream time conversionThiago Santos2015-01-091-1/+1
* qtdemux: Fix debug statementEdward Hervey2014-12-121-1/+1
* qtdemux: Add macros for the various timescale conversionsEdward Hervey2014-12-121-89/+70
* qtdemux: Copy flags of the overall segment to output segmentsJan Schmidt2014-12-121-0/+3
* qtdemux: Fix rounding errors in duration updateEdward Hervey2014-12-101-4/+13
* qtdemux: Update duration when we get more informationEdward Hervey2014-12-101-1/+57
* qtdemux: Remove variable assignments never readEdward Hervey2014-12-101-7/+0
* qtdemux: Use GstClockTime for nanosecond-based time variables/fieldsEdward Hervey2014-12-101-56/+63
* qtdemux: More fixes for reverse playbackJan Schmidt2014-12-041-31/+51
* qtdemux: Handle seeks past EOS as a seek to the endJan Schmidt2014-12-031-25/+7
* qtdemux: don't use GST_CLOCK_TIME_NONE in non GstClockTime variablesThiago Santos2014-12-021-4/+4
* qtdemux: implement seeking in fragmented mp4 files in pull mode based on the ...Tim-Philipp Müller2014-11-301-5/+155