summaryrefslogtreecommitdiff
path: root/gst/isomp4
Commit message (Expand)AuthorAgeFilesLines
* qtdemux: remove fixme from 2006Thiago Santos2015-05-251-1/+0
* qtdemux: fix reverse playback of fragmented mediaThiago Santos2015-05-251-16/+37
* qtdemux: avoid wrong warnings on unknown node typesStefan Sauer2015-05-151-0/+2
* 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
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-1/+1
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* 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
* qtmux: remove useless variable do_ptsThiago Santos2015-04-101-5/+3
* qtmux: remove subtraction that makes PTS/DTS start from 0Thiago Santos2015-04-101-38/+2
* isomp4: Refactor various state variables into a mux_mode varJan Schmidt2015-04-092-144/+269
* 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
* isomp4: Make non-seekable downstream an error in normal modeJan Schmidt2015-04-032-22/+29
* qtdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-291-4/+15
* Fix double semicolonsTim-Philipp Müller2015-03-101-1/+1
* 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-182-4/+3
* 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-173-45/+48
* qtdemux: do not use sparse streams in push-based seekingThiago Santos2015-02-141-3/+6
* qtdemux: Initial 'sidx' atom parsing supportPhilippe Normand2015-02-126-1/+337
* qtdemux: Simple implementation of GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITSJan Schmidt2015-02-041-0/+9
* qtdemux: parse stream tagsThiago Santos2015-02-021-126/+127
* qtmux: store stream and container tags separatelyThiago Santos2015-01-312-1/+31
* qtmux: refactor tags functions to accomodata UDTA at trak levelThiago Santos2015-01-313-163/+161
* qtmux: map application name to _swr tagThiago Santos2015-01-311-0/+1
* qtdemux: simplify segment.base mathThiago Santos2015-01-282-8/+1
* qtdemux: Fix data dropping for fragmented streamsThiago Santos2015-01-271-6/+15
* qtdemux_dump: Bypass even more code if debugging is disabledEdward Hervey2015-01-211-0/+2
* qtdemux: Only traverse/dump nodes if guaranteed to be usedEdward Hervey2015-01-211-1/+2
* Constify some static arrays everywhereSebastian Dröge2015-01-213-10/+11
* qtdemux: fix deadlock seeking in files without seek entriesVincent Penquerc'h2015-01-191-1/+3
* qtmux: Add support for v210Sebastian Dröge2015-01-133-1/+9
* 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
* qtmux: fix ALAC muxingTim-Philipp Müller2014-12-251-1/+2
* 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
* qtmux: use 64bit chunk_offsetMatej Knopp2014-12-101-1/+1
* 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-102-57/+64