Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-06avcodec/libaomenc: remove the experimental flag when using libaom 2.0.0 or newerJames Almer
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2020-04-12avcodec/libaomenc,cosmetics: fix a typoJames Zern
2020-04-12avcodec/libaomenc.c: Add a libaom command-line option 'tune'Wang Cao
2020-01-25avcodec/libaomenc: add an option to set the encoder "usage"James Almer
2020-01-18Add a commandline option to control loop restoration for libaomWang Cao
2019-09-20Delete unused branch in libaomencelliottk
2019-08-23Change libaom default to crf=32.elliottk
2019-04-16lavc/libaomenc: Mark a potentially unused variable as av_unused.Carl Eugen Hoyos
2019-04-03avcodec/libaomenc: fix range of values for enable-intrabc optionJames Almer
2019-03-29avcodec/libaomenc: fix default value for row-mt optionJames Almer
2019-03-29avcodec/libaomenc: Added more commandline optionsSam John via ffmpeg-devel
2018-12-19libavcodec/libaomenc: fix breakage from upstreamHelmut K. C. Tessarek
2018-12-09avcodec/libaomenc: add row-mt optionJames Almer
2018-11-30lavc/libaomenc: Add a maximum constraint of 64 encoder threads.Jun Zhao
2018-11-27avcodec/libaomenc: increase the default bitrateJames Almer
2018-11-19libaomenc: Drop unused noise-sensitivity optionMark Thompson
2018-10-28libaomenc: Add support for tilesMark Thompson
2018-10-12libavcodec/libaomenc.c: Added code for computing PSNR/SSIMSam John
2018-09-13avcodec/libaom: fix setting amount of threadsJames Almer
2018-09-12avcodec/libaomenc: remove AVOption related to frame partitionsJames Almer
2018-08-06avcodec/libaomenc: correct range for cpu-usedGyan Doshi
2018-07-20avcodec/libaomenc: export Sequence Header and Metadata OBUs as extradataJames Almer
2018-04-02avcodec/libaomenc: remove references to gbrp pixfmtJames Almer
2018-03-30avcodec/libaomenc: use av_assert0()James Almer
2018-03-29avcodec/libaomenc: minor cosmeticsJames Almer
2018-03-29libavcodec/libaomenc: add support for transfer characteristics and color prim...James Almer
2018-03-29libavcodec/libaomenc: fix size specifier in an av_log callJames Almer
2018-03-29avcode/profiles: add AV1 profilesJames Almer
2018-03-29Merge commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda'James Almer
2018-03-12Support AV1 encoding using libaomLuca Barbato