summaryrefslogtreecommitdiff
path: root/gst/isomp4/qtdemux.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09qtdemux: Fix comment typo in previous commitEdward Hervey1-1/+1
2018-02-09qtdemux: More 'meta' atom parsing fixesEdward Hervey1-3/+17
2018-02-09qtdemux: Minor cleanupEdward Hervey1-6/+6
2018-02-09qtdemux: Cope with difference between QTFF and ISO BMFF specsEdward Hervey1-1/+7
2018-01-29qtdemux: Apply qtdemux debug category to gstisoffSeungha Yang1-0/+1
2018-01-25qtdemux: Add more prose to the comment of gst_qtdemux_find_sample()Alicia Boya García1-3/+13
2017-12-13qtdemux: Push a GAP event if there's a second *or more*Edward Hervey1-2/+2
2017-12-13qtdemux: Don't push GAP event if first buffer is within 1sEdward Hervey1-2/+4
2017-12-13qtdemux: Don't set pared=True on underspecified audio/mpegEdward Hervey1-1/+1
2017-12-02qtdemux: fix debug log for 'hvcC' codec_dataFlorian Zwoch1-1/+1
2017-11-23qtdemux: Run gst-indentEdward Hervey1-2/+2
2017-11-23qtdemux: Check presence of bitrate tagsEdward Hervey1-9/+9
2017-11-18qtdemux: Use new GST_SEQNUM_INVALID constantJan Schmidt1-15/+15
2017-11-17qtdemux: reset reused QtDemuxStream while parsing a new 'trak'Jun Xie1-7/+13
2017-11-13isomp4: Add official fourcc for VP8 codecSeungha Yang1-0/+1
2017-11-13isomp4: Add support VP9 codecSeungha Yang1-0/+4
2017-10-10qtdemux: Fix compiler warningSebastian Dröge1-1/+1
2017-10-10qtdemux: fix assert when moof containing one sampleNael Ouedraogo1-1/+2
2017-08-10qtdemux: allow larger filesMichael Olbrich1-1/+1
2017-08-10qtdemux: Fix offsets for reading lpcm specific fieldsSebastian Dröge1-8/+18
2017-07-19qtdemux: preferably send open-ended segment rather than repeated segment eventsMark Nauwelaerts1-1/+5
2017-07-19qtdemux: fix seeking in fragmented file without mfra random access infoMark Nauwelaerts1-22/+41
2017-07-13qtdemux: Fix parsing of RLE depthSebastian Dröge1-1/+1
2017-06-15qtmux: add support for muxing PNGTim-Philipp Müller1-1/+1
2017-06-06qtdemux: remove not needed codeJimmy Ohn1-3/+2
2017-05-18isomp4: Safely ignore [skip] atomsEdward Hervey1-1/+3
2017-05-02qtdemux: Fix crash on mss stream caused by invalid stsd entry accessSeungha Yang1-0/+9
2017-04-27qtdemux: Don't crash in debug output if stream==NULLSebastian Dröge1-1/+2
2017-04-25qtdemux: Don't perform seeks with inconsistent seek valuesSebastian Dröge1-6/+13
2017-04-21qtdemux: reset sample_description_id to defaultJürgen Sachs1-4/+7
2017-04-17qtdemux: Reset adapter in more discontinuity casesEdward Hervey1-0/+2
2017-04-16qtdemux: Fix leak on QtDemuxStreamStsdEntrySeungha Yang1-0/+1
2017-04-13qtdemux: Properly reset demuxer when all streams are EOSEdward Hervey1-5/+8
2017-04-12qtdemux: fix: sample description index override in tfhd not evaluatedJürgen Sachs1-2/+5
2017-04-12qtdemux: Add out-of-bound checkEdward Hervey1-2/+10
2017-04-11qtdemux: move parsing of tkhd out of stsd entry loopThiago Santos1-18/+24
2017-04-11qtdemux: check for a different stsd entry before pushing a sampleThiago Santos1-8/+30
2017-04-11qtdemux: parse all stsd entriesThiago Santos1-1647/+1741
2017-04-11qtdemux: rework stsd sample entries accessThiago Santos1-80/+87
2017-04-11qtdemux: get stsd child by index instead of typeThiago Santos1-19/+39
2017-04-03qtdemux: Update variables before early exitEdward Hervey1-2/+3
2017-03-27qtdemux: In gap mode, consider the mdat offset when calculating the remaining...Sebastian Dröge1-1/+3
2017-03-23qtdemux: distinguish TFDT with value 0 from no TFDT at allEnrique Ocaña González1-3/+4
2017-03-22qtdemux: matroskademux: Ignore repeated seek eventsJan Schmidt1-0/+8
2017-03-21dashdemux: Update mdatleft from overall mdatsize and offset when observing a gapSebastian Dröge1-1/+6
2017-03-14qtmux: add CineForm supportEmeric Grange1-0/+4
2017-03-14qtdemux: add S16L supportEmeric Grange1-0/+7
2017-03-04qtdemux: Don't lose crypto info on a new moofJan Schmidt1-5/+49
2017-02-28qtdemux: Protect against NULL pointer dereference for streams without capsSebastian Dröge1-4/+9
2017-02-27qtdemux: Fix compilation with gcc 7Sebastian Dröge1-1/+1