summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-11dashdemux: When doing chunked downloading on SIDX, clip requests on the SIDX ...Sebastian Dröge1-4/+29
2016-08-11dashdemux: Collect average moof and first sync sample sizesSebastian Dröge2-2/+36
2016-08-11dashdemux: Download any sync-sample following the moof directly in key-units ...Sebastian Dröge2-126/+190
2016-08-11dashdemux: If a fragment contains no sync samples, disable key-unit modeSebastian Dröge1-0/+8
2016-08-11dashdemux: Remember if for a stream we could do key-units only modeSebastian Dröge2-10/+24
2016-08-11dashdemux: Also allow key-unit only mode if (some) sample flags are given by ...Sebastian Dröge1-5/+16
2016-08-11dashdemux: Use chunked downloading for the moof in KEY_UNITS modeSebastian Dröge1-6/+59
2016-08-11adaptivedemux: Add API for allowing subclasses to download URLs in chunksSebastian Dröge2-7/+105
2016-08-11dashdemux: Mark every first buffer of moov, sidx, moof and mdat as DISCONT in...Sebastian Dröge1-4/+19
2016-08-11dashdemux: Only enable key-unit trick mode for video streamsSebastian Dröge1-3/+5
2016-08-11dashdemux: Only do keyframe-only playback if the corresponding seek flag is g...Sebastian Dröge1-31/+21
2016-08-11dashdemux: Implement downloading of only sync samplesSebastian Dröge2-16/+144
2016-08-11dashdemux: Store parsed moof and extract offsets of sync samples in itSebastian Dröge2-27/+214
2016-08-11dash: Add test for parsing a moof boxSebastian Dröge3-1/+193
2016-08-11dash: Add unit test for ISOBFF box header parsingSebastian Dröge2-1/+132
2016-08-11dashdemux: Implement parsing of moof boxSebastian Dröge3-150/+527
2016-08-11dashdemux: Move code around to keep all sidx related functions togetherSebastian Dröge1-30/+31
2016-08-11dashdemux: Store box fourccs in the header at a central placeSebastian Dröge3-7/+6
2016-08-11dashdemux: Implement parsing of ISOBMFF boxesSebastian Dröge2-12/+265
2016-08-11dash: Add helper for parsing box headersSebastian Dröge2-11/+67
2016-08-11x265enc: Enable aspect ratioxlazom001-0/+1
2016-08-08openjpegenc: use the corrent enumerationJosep Torra1-1/+1
2016-08-08amc: Fix call to realloc() to allocate the correct size of itemsSebastian Dröge1-1/+2
2016-08-07fdkaac: actually build and distTim-Philipp Müller2-0/+9
2016-08-07hls, timecode: fix linkingxlazom002-2/+2
2016-08-07fdkaac: Add FDK AAC based decoder elementSebastian Dröge4-3/+504
2016-08-07fdkaac: Add FDK AAC based encoder elementSebastian Dröge4-4/+628
2016-08-07fdkaac: Initial plugin skeletonSebastian Dröge3-0/+58
2016-08-06aiffparse: keep end_offset when seekingBernhard Miller1-0/+9
2016-08-06dvdspu: don't crash if video frame could not be mappedTim-Philipp Müller1-1/+3
2016-08-05Revert "dashdemux: When doing SIDX seeking, return instead of overriding the ...Edward Hervey1-2/+0
2016-08-04timecodewait: New element to wait for a specific timecodeVivia Nikolaidou4-5/+722
2016-08-04timecodestamper: New element to attach SMPTE timecode to buffersVivia Nikolaidou5-0/+535
2016-08-04decklinkvideosink: Add support for GstVideoTimeCodeVivia Nikolaidou2-3/+68
2016-08-04decklinkvideosrc: Add support for GstVideoTimeCodeVivia Nikolaidou4-7/+161
2016-08-04glcolorconvert: add missing rgb16 and bgr16 video formats in switchMatthew Waters1-0/+2
2016-08-04hls: Avoid potential NULL pointer dereference.Jan Schmidt1-2/+4
2016-08-04hls: Avoid coverity warning about access off the end of an array.Jan Schmidt1-1/+1
2016-08-04dashdemux: When doing SIDX seeking, return instead of overriding the timestam...Sebastian Dröge1-0/+2
2016-08-04hls: m3u8: remove impossible conditionLuis de Bethencourt1-9/+1
2016-08-04hlsdemux: Don't output pending data after errorJan Schmidt1-11/+11
2016-08-04adaptivedemux: On EOS, handle it before waking download loopJan Schmidt1-2/+2
2016-08-04hlsdemux: Include config.h and add header in utilsJan Schmidt1-0/+25
2016-08-03tsdemux: Fix draining on wrong programsEdward Hervey1-13/+21
2016-08-03tsdemux: Fix GAP synchronization without a valid PCR PIDEdward Hervey1-7/+13
2016-08-03tsdemux: handle pcr_pid == 0x1fffMichael Olbrich1-1/+18
2016-08-03mpegtsdemux: do not abort playback when no PCR were found during initial scanArnaud Vrac1-1/+1
2016-08-03mpegtsdemux: only wait for PCR when PCR pid is setArnaud Vrac1-0/+2
2016-08-03hls: Fix compiler warning for possibly uninit variableJan Schmidt1-3/+5
2016-08-03hlsdemux: seek all streamsMichael Olbrich1-56/+61