summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* x265: Fix tagging of keyframes on output buffersJames Stevenson2018-03-241-0/+4
* glimagesink: Correct PAR in output caps when transformingJan Schmidt2018-02-231-5/+27
* lv2: fix inverted boolean propertiesTim-Philipp Müller2018-01-151-1/+1
* waylandsink: Fix memory leak of shm allocator.Shinya Saito2017-12-062-5/+13
* dashdemux: fix coredump issue with external AdaptationSetJun Xie2017-12-061-4/+4
* dashdemux: fix memory leakJun Xie2017-12-011-2/+2
* hls: Don't leak mutexEdward Hervey2017-12-011-0/+1
* dashdemux: Handle bitrate > 2**31Edward Hervey2017-12-012-3/+3
* dc1394src: Remove logically dead codeEdward Hervey2017-12-011-8/+2
* de265: Don't leak CodecStateEdward Hervey2017-12-011-0/+1
* vulkan: Fix out-of-bound readEdward Hervey2017-12-011-1/+1
* smoothstreaming: Handle invalid XMLEdward Hervey2017-12-011-0/+5
* openjpeg: Remove compatibility with openjpeg 2.0Jan Alexander Steffens (heftig)2017-12-014-25/+6
* openjpeg: Support building with openjpeg 2.3, simplerJan Alexander Steffens (heftig)2017-12-012-17/+9
* hlsdemux: Fix memory leak caused by double buffer mapJun Xie2017-11-201-5/+3
* ttmlparse: Ensure default showBackground behaviour is enactedChris Bass2017-10-191-1/+1
* opencv: allow compilation against 3.3.0Nicola Murino2017-09-071-3/+3
* opencv/meson: Allow 3.2.0Nicolas Dufresne2017-09-071-3/+3
* hlsdemux: fix compilation with OpenSSL 1.1.0George Kiagiadakis2017-09-072-6/+27
* qt: fix build with qmakeTim-Philipp Müller2017-09-072-7/+10
* meson: Fix build with openjpeg>=2.2Thibault Saunier2017-08-171-1/+1
* openjpeg: Fix build against openjpeg 2.2Clemens Lang2017-08-172-9/+16
* rtmpsrc: fix flushing seekGeorge Kiagiadakis2017-08-111-20/+47
* openh264dec: Drop current frame if passing it to the decoder caused an errorSebastian Dröge2017-08-111-0/+3
* openh264dec: Don't unref NULL frame on EOS decoding errorSebastian Dröge2017-08-111-1/+0
* gsm: unmap output buffer when doneSatya Prakash Gupta2017-07-171-1/+1
* dashdemux: update manifest streams correctly if pads aren't exposedThiago Santos2017-07-131-1/+12
* dashdemux: Implement a default presentation delayEdward Hervey2017-07-131-2/+2
* ttml: fix linking to libgstvideoTim-Philipp Müller2017-07-031-1/+2
* mpdparser: remove duplicate free of client dataThiago Santos2017-06-121-1/+0
* dashdemux: Remove wrong assertionEdward Hervey2017-06-121-2/+0
* dashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONESeungha Yang2017-06-121-0/+1
* openjpegdec: fix display artifacts for RGB 8-bitAaron Boxer2017-06-121-5/+4
* openjpeg: guard against invalid memory access on crafted filesVincent Penquerc'h2017-06-121-0/+3
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-06-126-7/+6
* qt: Use GST_GL_HAVE_PLATFORM_CGL instead of GST_GL_HAVE_PLATFORM_COCOASimon Himmelbauer2017-05-291-4/+4
* meson: hls: libm is required because m3u8.c uses math.hTing-Wei Lan2017-05-031-1/+1
* webrtcdsp: fix doc string of echo-cancel propertyGeorge Kiagiadakis2017-05-021-2/+1
* ttmlparse: Consolidate adjacent co-styled inline elementsChris Bass2017-04-251-2/+149
* ttmlparse: Don't add GstMemorys to a GstBuffer that is fullChris Bass2017-04-251-14/+32
* ttmlparse: Store newline as text of br elementChris Bass2017-04-251-8/+10
* ttmlparse: Replace repeated warning code with a function.Chris Bass2017-04-251-12/+14
* ttmlparse: Remove redundant text_index field of TtmlElementChris Bass2017-04-251-4/+0
* ttmlparse: Don't leak TtmlElements when deleting GNodes/trees.Chris Bass2017-04-251-2/+2
* mssdemux: Fix compiler warningSebastian Dröge2017-04-251-2/+0
* mss: always periodically update the manifest taking the new fragmentsMatthew Waters2017-04-252-4/+1
* ttmlparse: Convert tabs to spaces in inputChris Bass2017-04-201-4/+12
* ttmlparse: Fix potential resource leak identified by coverity.Chris Bass2017-04-201-8/+13
* ttmlrender: Fix potential resource leak identified by coverityChris Bass2017-04-201-0/+2
* ttmlrender: Fix potential problem identified by clangChris Bass2017-04-191-1/+16