summaryrefslogtreecommitdiff
path: root/gst/isomp4
Commit message (Expand)AuthorAgeFilesLines
* qtdemux: sanity check number of segments in edit listTim-Philipp Müller2017-01-311-1/+1
* qtmux: Timecode track fixes for STSD entryVivia Nikolaidou2017-01-271-10/+14
* qtmux: Fix debug typo and remove misleading warningBrendan Shanks2017-01-271-3/+1
* qtdemux: Increment current stts index whenever we finished one stts entrySebastian Dröge2017-01-191-0/+2
* Revert "qtdemux: Increment current stts index in all code paths after reading...Sebastian Dröge2017-01-191-1/+0
* qtdemux: Increment current stts index in all code paths after reading one chunkSebastian Dröge2017-01-191-0/+1
* qtmux: Don't reset request pad numbering across usesJan Schmidt2017-01-161-2/+7
* qtdemux: free seqh after calling qtdemux_parse_svq3_stsd_data()Andre McCurdy2017-01-161-0/+1
* qtdemux: Fix key_time in gst_qtdemux_adjust_seek()Seungha Yang2017-01-091-1/+1
* qtdemux: Don't reset output timestamps when no tfdtJan Schmidt2017-01-091-1/+1
* qtdemux: Check if we have enough data available when parsing edit listsSebastian Dröge2016-12-221-7/+21
* qtdemux: Check that the XiTh size is big enoughSebastian Dröge2016-12-221-1/+8
* qtdemux: Check node length of video sample descriptionHeekyoung Seo2016-12-221-66/+43
* qtdemux: Sanitize unknown codec capsEdward Hervey2016-12-051-18/+21
* qtdemux: Increase inflate buffer in bigger stepsSebastian Dröge2016-12-051-6/+4
* qtdemux: Ensure that size of the pasp atom is as much as we needSebastian Dröge2016-12-051-2/+8
* qtdemux: Fix zlib inflate loopSebastian Dröge2016-12-051-39/+46
* qtdemux: Free compressed moov node and it's corresponding decompressed dataSebastian Dröge2016-12-051-3/+23
* qtdemux: Check size of compressed MOOV header against available dataSebastian Dröge2016-12-051-1/+11
* qtdemux: Fix out of bounds read in tag parsing codeSebastian Dröge2016-12-051-2/+2
* qtdemux: Use the tfdt decode time on byte streams when it's significantly dif...Enrique Ocaña González2016-12-051-0/+25
* qtdemux: Ensure that raw audio and video have properly aligned buffersSebastian Dröge2016-11-241-0/+69
* qtmux: Don't calculate PTS offset and DTS with GST_CLOCK_TIME_NONESebastian Dröge2016-09-291-2/+9
* qtdemux: Add JPEG2000 ihdr atom to the list of known onesSebastian Dröge2016-09-291-0/+1
* qtmux: Fix fourcc for ProRes ProxyGeorg Lippitsch2016-09-211-1/+1
* qtdemux: offset is irrelevant when no crypto infoXabier Rodriguez Calvar2016-09-101-1/+1
* qtdemux: Fix crash with no cenc aux offsetXabier Rodriguez Calvar2016-09-071-1/+1
* qtmux: Implement the preset interface.Mathieu Duponchelle2016-09-013-1/+15
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-2/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+27
* isomp4: Fix coverity warningVivia Nikolaidou2016-08-191-2/+4
* qtmux: Added support for writing timecode trackVivia Nikolaidou2016-08-175-4/+650
* qtdemux: When receiving a DISCONT buffer that does not point to a sample, rem...Sebastian Dröge2016-07-281-0/+1
* qtdemux: Let upstream events go through upstreamEdward Hervey2016-07-081-5/+0
* qtdemux: fix AAC codec_data valuesLuis de Bethencourt2016-07-061-2/+2
* qtdemux: Invent AAC codec_data if none is presentSebastian Dröge2016-07-041-0/+49
* qtmux: Reject raw AAC caps without codec_dataSebastian Dröge2016-07-041-2/+3
* qtdemux: Handle upstream GAP in push-mode/time segmentEdward Hervey2016-07-011-10/+107
* qtdemux: Push caps only when it was updatedSeungha Yang2016-07-011-2/+14
* qtmux: The prores variant is stored in the variant field, not formatSebastian Dröge2016-06-171-1/+1
* qtdemux: Show state name in debuggingEdward Hervey2016-06-072-10/+35
* qtdemux: Remove useless variableEdward Hervey2016-06-071-5/+1
* qtdemux: Add/Fix comments on the various structure variablesEdward Hervey2016-06-072-47/+124
* qtdemux: Remove unused structureEdward Hervey2016-06-071-8/+0
* qtdemux: Forward segments directly if we are operating in PUSH mode on fragme...Sebastian Dröge2016-06-071-2/+10
* qtdemux: Use the demuxer segment instead of a new one for MSS streamsSebastian Dröge2016-06-011-3/+2
* qtdemux: Only activate segments and send SEGMENT events if we have streamsSebastian Dröge2016-06-011-1/+4
* qtdemux: In PULL mode, nothing is ever going to send us a SEGMENT eventSebastian Dröge2016-06-011-11/+2
* qtdemux: Don't override TIME segments from upstream that we just sawSebastian Dröge2016-06-011-2/+3
* qtdemux: Set seek event seqnum on all SEGMENT eventsSebastian Dröge2016-05-201-1/+11