summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* avviddec: fix invalid alignment calculations.Mathieu Duponchelle2018-07-131-0/+6
* avaudenc: port to send_frame / receive_packetMathieu Duponchelle2018-07-131-50/+61
* avmux: fix remaining warningsMathieu Duponchelle2018-07-131-3/+3
* avauddec: fix remaining warningsMathieu Duponchelle2018-07-131-1/+3
* avauddec: port to new decoding APIMathieu Duponchelle2018-07-131-116/+67
* avaudenc: further cleanupMathieu Duponchelle2018-07-131-18/+1
* avaudenc: install options genericallyMathieu Duponchelle2018-07-136-130/+70
* avviddec: fix signed/unsigned comparisonsMathieu Duponchelle2018-07-132-9/+9
* avvidec: port to new decoding APIMathieu Duponchelle2018-07-131-161/+90
* gstav: stop calling deprecated registration methodsMathieu Duponchelle2018-07-131-7/+0
* auddec: stop using deprecated gettersMathieu Duponchelle2018-07-131-11/+7
* av_oformat_next (deprecated) -> av_muxer_iterateMathieu Duponchelle2018-07-131-9/+5
* av_iformat_next (deprecated) -> av_demuxer_iterateMathieu Duponchelle2018-07-131-13/+10
* avauddec: remove obsolete version checkMathieu Duponchelle2018-07-131-8/+1
* av_codec_next (deprecated) -> av_codec_iterateMathieu Duponchelle2018-07-134-50/+36
* avdemux: port to AVCodecParametersMathieu Duponchelle2018-07-131-16/+21
* avmux: port to AVCodecParametersMathieu Duponchelle2018-07-131-14/+15
* Remove all uses of AVPictureMathieu Duponchelle2018-07-134-14/+17
* avaudenc: remove obsolete setting of rc_strategyMathieu Duponchelle2018-07-131-1/+0
* Refactor avcfg / avvidencMathieu Duponchelle2018-07-135-1142/+474
* avviddec: Stop using deperated EDGE APINicolas Dufresne2018-07-131-14/+4
* Use AV_ namespace for all CODEC_ macroNicolas Dufresne2018-07-138-42/+45
* Use AV_ namespace for INPUT_BUFFER_PADDING_SIZENicolas Dufresne2018-07-133-20/+20
* Don't include deprecated avfiltergraph.h headerNicolas Dufresne2018-07-131-1/+1
* avdemux: fix memory leaksRoland Jon2018-06-011-42/+47
* libav: Switch to common includeEdward Hervey2018-05-115-13/+1
* avmux: Remove unneeded constant variableEdward Hervey2018-05-111-6/+1