summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2016-08-18mplex: Don't start task (yet/again) on pad release if we're in READY or NULLSebastian Dröge1-1/+2
2016-08-18dashdemux: In KEY_UNITS trick mode, download all I-frames and not only IDRSebastian Dröge1-3/+7
2016-08-16wildmidi: Fix compilation with wildmidi 0.4Sebastian Dröge1-1/+1
2016-08-16qt: Use wglShareLists() workaround unconditionally.Jan Schmidt1-2/+6
2016-08-16qt: Move debug statement to after the category initJan Schmidt1-2/+1
2016-08-11Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overrid...Sebastian Dröge1-0/+2
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-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-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-07fdkaac: actually build and distTim-Philipp Müller1-0/+8
2016-08-07hls, timecode: fix linkingxlazom001-1/+1
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öge2-0/+49
2016-08-05Revert "dashdemux: When doing SIDX seeking, return instead of overriding the ...Edward Hervey1-2/+0
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-04hlsdemux: Include config.h and add header in utilsJan Schmidt1-0/+25
2016-08-03hls: Fix compiler warning for possibly uninit variableJan Schmidt1-3/+5
2016-08-03hlsdemux: seek all streamsMichael Olbrich1-56/+61
2016-08-03hlsdemux: simplify gst_hls_demux_seek()Michael Olbrich1-3/+3
2016-08-03hlsdemux: don't download the last fragment when seeking beyond the end of the...Michael Olbrich1-4/+2
2016-08-03hlsdemux: Add support for ID3 tag parsingJan Schmidt3-18/+164
2016-08-03hlsdemux: Do some reading and dumping of PCRsJan Schmidt4-7/+281
2016-08-03hlsdemux: Only use the primary stream for bitrate selection.Jan Schmidt2-4/+20
2016-08-03hlsdemux: Only select video and audio streams by defaultJan Schmidt1-3/+12
2016-08-03hlsdemux: Publish all media for alternate renditions.Jan Schmidt2-15/+131
2016-08-03hlsdemux: Adjust downstream buffer offsetsJan Schmidt1-2/+1
2016-08-03hlsdemux: Choose the default variant and track it when updatingJan Schmidt3-46/+123
2016-08-03hlsdemux: move variant list handling over to new master playlist codeTim-Philipp Müller4-327/+808
2016-08-03hls: m3u8: Rework m3u8 parsing and storage.Tim-Philipp Müller4-701/+766