summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* avviddec: Forward flow returns from draining instead of assuming OKSebastian Dröge2020-09-141-4/+7
* avauddec: Avoid dropping non-OK flow returnEdward Hervey2020-09-141-1/+4
* avcodecmap: Enable 24 bit WMA Lossless decodingOlivier Crête2020-09-091-2/+1
* Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-072-2/+2
* gstavcfg.c: fix max->min typo in limits and implict double conversionJordan Petridis2020-08-041-2/+7
* avviddec: Fix typo that duplicated closed caption metaVivia Nikolaidou2020-07-071-1/+1
* gstavviddec: Only allow a single closed caption metaVivia Nikolaidou2020-07-031-16/+4
* avauddec: fix buffer leak when send packet failedMatej Knopp2020-06-301-5/+6
* avcodecmap: Add support for SpeedHQ video codecSebastian Dröge2020-06-261-0/+30
* avmux: zero-initialize packetsMathieu Duponchelle2020-06-201-4/+1
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-064-7/+7
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-05-314-0/+12
* avcodecmap: Remove unused GstFFMpegCompliance typeSebastian Dröge2020-05-313-65/+1
* avdemux: update the context we use to determine stream's capsMathieu Duponchelle2020-05-271-0/+4
* avcodecmap: use framerate instead of time_base when decodingMathieu Duponchelle2020-05-271-2/+2
* gstlibav: minor fixes for header filesMatej Knopp2020-05-093-4/+5
* gstavviddec: only set range when actually reported by avcodecMatej Knopp2020-05-091-1/+3
* avmux: avoid to use unintialized variableHaihao Xiang2020-04-151-0/+1
* avviddec: Update for video-hdr struct changeSeungha Yang2020-04-011-56/+45
* avvidenc: handle GST_VIDEO_MULTIVIEW_MODE_MONOJulien Isorce2020-01-271-0/+3
* avcodecmap: Add some more comments about the assumptions in the ffmpeg code a...Sebastian Dröge2020-01-241-2/+8
* avdemux: Only set stream-format for H264/H265/AAC when we have a contextSebastian Dröge2020-01-241-5/+5
* avivf_mux: support VP9 and AV1Haihao Xiang2020-01-241-0/+18
* avcodecmap: Set AAC/H264/H265 stream-format for demuxer/encoder situations if...Sebastian Dröge2020-01-241-2/+25
* avdemux: Pass the URI from the URI query to avformat_open_input()Sebastian Dröge2020-01-231-1/+26
* gstavviddec: Limit default number of decoder threadsAlicia Boya García2019-12-191-1/+2
* avvidenc: Fix error propagationEdward Hervey2019-11-291-1/+1
* avdemux: Fix segmentation fault if long_name is NULLKevin JOLY2019-11-041-3/+8
* avviddec: Fix huge leak caused by circular referenceSeungha Yang2019-10-291-11/+5
* avvideenc,avvidedec: Filtering hardware en/decoder by flagSeungha Yang2019-10-252-32/+22
* avviddec: Enforce allocate new AVFrame per input frameSeungha Yang2019-10-241-0/+16
* Remove autotools build systemTim-Philipp Müller2019-10-132-51/+0
* avviddec,avcodemap: Use new helper function for map color space informationSeungha Yang2019-09-242-172/+12
* avvidenc: timestamp output buffersMathieu Duponchelle2019-08-131-0/+11
* avauddec: Don't warn if drain is successfulDoug Nazar2019-08-011-0/+2
* avviddec: improve latency calculationMathieu Duponchelle2019-07-181-8/+22
* avviddec: Add thread-type propertySeungha Yang2019-07-182-9/+49
* avvidenc: Close reference context before freeing itSebastian Dröge2019-07-151-0/+1
* avaudenc: fix memory leak of refcontext after finalize.Knut Andre Tidemann2019-07-121-0/+1
* avvidenc: Also set the repeat_pict flag correctly and take the TFF flag from ...Sebastian Dröge2019-06-191-2/+5
* avvidenc: Correctly signal interlaced input to ffmpeg when the input caps are...Sebastian Dröge2019-06-191-2/+5
* avviddec: remove cdgraphics elementGuillaume Desmottes2019-05-291-1/+3
* avcodecmap,avviddec: Map bt2020-10, PQ and HLG transfer functionsSeungha Yang2019-05-242-1/+18
* codecmap: Add caps for aptX and aptX-HDArun Raghavan2019-05-241-0/+10
* docs: Port to hotdocThibault Saunier2019-05-131-0/+1
* avviddec: Extract HDR information if anySeungha Yang2019-05-011-0/+112
* gstav: Use libavcodec util function for version checkYeongjin Jeong2019-04-291-1/+1
* avauddec: Ensure drain even if codec has not delay capabilitiesYeongjin Jeong2019-04-291-19/+10
* avviddec: Ensure drain even if codec has not delay capabilitiesYeongjin Jeong2019-04-291-17/+8
* avcfg: Override type of bitrate property from int64 to intSebastian Dröge2019-04-091-5/+16