summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-265-15/+5
* dashdemux: Add properties to select maximum allowed width/height and framerateSebastian Dröge2016-08-264-8/+93
* gstglupload: make the GLMemoryUpload method output the correct texture-targetAlessandro Decina2016-08-261-4/+12
* gl: Update glvideomixer docJan Schmidt2016-08-261-6/+6
* gl: Add/update docs for glviewconvert, glstereomixJan Schmidt2016-08-262-4/+42
* glstereomix: Fix caps negotiationJan Schmidt2016-08-262-118/+86
* adaptivedemux: Enable bitrate selection for trick mode streaming againSebastian Dröge2016-08-253-7/+14
* glvideoflip: implement GstVideoDirection interfaceXabier Rodriguez Calvar2016-08-252-41/+63
* fdkaacenc: Implement some automatic bitrate selectionSebastian Dröge2016-08-241-4/+53
* meson: remove unused mpg123 build fileTim-Philipp Müller2016-08-211-16/+0
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-2035-0/+788
* plugins: Use stdint.h instead of _stdint.hNirbheek Chauhan2016-08-192-2/+7
* daala: fix typo related compilation errorPhilippe Renon2016-08-191-1/+1
* gltransformation: rewrite the inverse transformation logicMatthew Waters2016-08-192-104/+181
* mplex: Don't start task (yet/again) on pad release if we're in READY or NULLSebastian Dröge2016-08-181-1/+2
* dashdemux: In KEY_UNITS trick mode, download all I-frames and not only IDRSebastian Dröge2016-08-181-3/+7
* wildmidi: Fix compilation with wildmidi 0.4Sebastian Dröge2016-08-161-1/+1
* qt: Use wglShareLists() workaround unconditionally.Jan Schmidt2016-08-161-2/+6
* qt: Move debug statement to after the category initJan Schmidt2016-08-161-2/+1
* Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overrid...Sebastian Dröge2016-08-111-0/+2
* dashdemux: When doing chunked downloading on SIDX, clip requests on the SIDX ...Sebastian Dröge2016-08-111-4/+29
* dashdemux: Collect average moof and first sync sample sizesSebastian Dröge2016-08-112-2/+36
* dashdemux: Download any sync-sample following the moof directly in key-units ...Sebastian Dröge2016-08-112-126/+190
* dashdemux: If a fragment contains no sync samples, disable key-unit modeSebastian Dröge2016-08-111-0/+8
* dashdemux: Remember if for a stream we could do key-units only modeSebastian Dröge2016-08-112-10/+24
* dashdemux: Also allow key-unit only mode if (some) sample flags are given by ...Sebastian Dröge2016-08-111-5/+16
* dashdemux: Use chunked downloading for the moof in KEY_UNITS modeSebastian Dröge2016-08-111-6/+59
* dashdemux: Mark every first buffer of moov, sidx, moof and mdat as DISCONT in...Sebastian Dröge2016-08-111-4/+19
* dashdemux: Only enable key-unit trick mode for video streamsSebastian Dröge2016-08-111-3/+5
* dashdemux: Only do keyframe-only playback if the corresponding seek flag is g...Sebastian Dröge2016-08-111-31/+21
* dashdemux: Implement downloading of only sync samplesSebastian Dröge2016-08-112-16/+144
* dashdemux: Store parsed moof and extract offsets of sync samples in itSebastian Dröge2016-08-112-27/+214
* dashdemux: Implement parsing of moof boxSebastian Dröge2016-08-113-150/+527
* dashdemux: Move code around to keep all sidx related functions togetherSebastian Dröge2016-08-111-30/+31
* dashdemux: Store box fourccs in the header at a central placeSebastian Dröge2016-08-113-7/+6
* dashdemux: Implement parsing of ISOBMFF boxesSebastian Dröge2016-08-112-12/+265
* dash: Add helper for parsing box headersSebastian Dröge2016-08-112-11/+67
* x265enc: Enable aspect ratioxlazom002016-08-111-0/+1
* openjpegenc: use the corrent enumerationJosep Torra2016-08-081-1/+1
* fdkaac: actually build and distTim-Philipp Müller2016-08-071-0/+8
* hls, timecode: fix linkingxlazom002016-08-071-1/+1
* fdkaac: Add FDK AAC based decoder elementSebastian Dröge2016-08-074-3/+504
* fdkaac: Add FDK AAC based encoder elementSebastian Dröge2016-08-074-4/+628
* fdkaac: Initial plugin skeletonSebastian Dröge2016-08-072-0/+49
* Revert "dashdemux: When doing SIDX seeking, return instead of overriding the ...Edward Hervey2016-08-051-2/+0
* hls: Avoid potential NULL pointer dereference.Jan Schmidt2016-08-041-2/+4
* hls: Avoid coverity warning about access off the end of an array.Jan Schmidt2016-08-041-1/+1
* dashdemux: When doing SIDX seeking, return instead of overriding the timestam...Sebastian Dröge2016-08-041-0/+2
* hls: m3u8: remove impossible conditionLuis de Bethencourt2016-08-041-9/+1
* hlsdemux: Don't output pending data after errorJan Schmidt2016-08-041-11/+11