summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* avvidec: Expose Closed Caption as GstVideoCaptionMetaEdward Hervey2018-05-071-0/+14
* Expose support for DSDMathieu Duponchelle2018-05-062-1/+30
* gstavdemux: adjust seeking offset according to start_timeMatej Knopp2018-05-061-1/+6
* av*mux: Disable gif related "hacks"Edward Hervey2018-02-122-41/+7
* Enable gif format, and make it so avdemux_gif and avdec_gif can autoplugMathieu Duponchelle2018-02-123-5/+4
* avvid*: Don't expose V4L2 mem-to-mem decoder and encodersEdward Hervey2018-02-102-0/+14
* libav: use LIBAV_CPPFLAGS for -I include pathsU. Artie Eoff2018-01-131-0/+1
* avprotocol: fix leak in error code pathsAshish Kumar2018-01-131-0/+3
* avdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streamsJan Alexander Steffens (heftig)2017-10-192-1/+8
* avdemux: reset to 0 negative ptsNicola Murino2017-10-051-1/+16
* gstavcodecmap: Do not require a channel-maskMathieu Duponchelle2017-08-171-5/+12
* Revert "avviddec: Remove usage of deprecated EDGE APIs"Sebastian Dröge2017-08-101-6/+17
* libswscale: Memory leak in gst_video_frame_mapSatya Prakash Gupta2017-07-171-1/+3
* avdemux/mux: Memory leak and possible crash in avio_alloc_contextSatya Prakash Gupta2017-07-171-0/+16
* avviddec: Remove usage of deprecated EDGE APIsNicolas Dufresne2017-07-111-17/+6
* avmux: Blacklist scc muxerSebastian Dröge2017-07-101-0/+1
* meson: add options to set package name and originTim-Philipp Müller2017-05-201-2/+1
* plugin: Explicitly link to BZ2, LZMA and LZNicolas Dufresne2017-05-201-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-162-2/+0
* avviddec: Don't expose NVIDIA CUVID decoderSebastian Dröge2017-05-161-0/+7
* Generate .la for internal libav librariesNicolas Dufresne2017-05-121-24/+6
* Use automake to install dependency librariesNicolas Dufresne2017-05-111-1/+3
* Use a portable method to link against internal FFMPEGNicolas Dufresne2017-05-111-20/+11