summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* avviddec: do not add 708 caption meta if already existsAaron Boxer2019-04-011-5/+28
* avvidenc: pass Closed Caption metadata to libavMathieu Duponchelle2019-03-231-0/+21
* avauddec: fix decoding of APE and Cook audioTim-Philipp Müller2019-03-042-20/+15
* avdemux: fix negative pts if start_time is bigger than the tsGuillaume Desmottes2019-02-211-2/+8
* avcfg: Fix AVOptionRanges leakSeungha Yang2019-01-131-4/+6
* codecmap: Add mapping for Voxware metasoundEdward Hervey2018-11-081-0/+6
* avcfg: Ensure that ternary operator always evaluates to int64Nirbheek Chauhan2018-10-161-2/+2
* avdemux: Expose IFF container supportArun Raghavan2018-10-121-1/+2
* meson: Generate a pkgconfig file for gstlibavNirbheek Chauhan2018-10-091-1/+2
* avviddec: Remove unneeded checkEdward Hervey2018-09-211-7/+5
* avcfg: Simplify codeEdward Hervey2018-09-211-75/+70
* decoders: fix drainingMathieu Duponchelle2018-07-312-6/+19
* avmux: Place pva case after generic caseGeorg Ottinger2018-07-261-11/+11
* avauddec: add support for decoding in non-interleaved layoutGeorge Kiagiadakis2018-07-233-93/+122
* libav: Fix symbol redefine build errorSeungha Yang2018-07-194-6/+10
* Remove obsolete #if 0-ed codeTim-Philipp Müller2018-07-182-10/+0
* Remove swscale plugin codeTim-Philipp Müller2018-07-173-767/+1
* avcfg: Properly initalize GValueEdward Hervey2018-07-161-1/+3
* avcfg: actually remove call to g_object_getvMathieu Duponchelle2018-07-131-1/+0
* av*dec: Ignore decoding errorsMathieu Duponchelle2018-07-132-6/+4
* avcfg: use g_object_get_property, not g_object_getvMathieu Duponchelle2018-07-131-0/+1
* avcfg: ignore some generic propertiesMathieu Duponchelle2018-07-131-0/+15
* avcfg: add skip support to overrides systemMathieu Duponchelle2018-07-131-2/+8
* auddec: fix luck-based sinkpad accessMathieu Duponchelle2018-07-131-1/+1
* Remove obsolete scale and resample sourcesMathieu Duponchelle2018-07-132-708/+0
* avvidenc: port to send_frame / receive_packetMathieu Duponchelle2018-07-131-99/+115