summaryrefslogtreecommitdiff
path: root/libavcodec/libaomenc.c
Commit message (Expand)AuthorAge
* avcodec/libaomenc: remove the redundant initializationLimin Wang2021-11-23
* avcodec/libaomenc: use ctx->usage to get default cfgJames Zern2021-08-23
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-22
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-22
* lavc/libaomenc: Show encoder config as a warning in case of failed initializa...Matthieu Patou2021-06-14
* avcodec/libaomenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* lavc/aomenc: Force default qmax of 0 if crf was set to 0.Carl Eugen Hoyos2021-03-21
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-16
* avcodec/libaomenc: add support for setting arbitrary libaom optionsBohan Li2021-02-10
* avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1Philip Langdale2020-12-08
* libavcodec/libaomenc.c: Add command-line options for inter-coding toolsWang Cao2020-07-24
* libavcodec/libaomenc.c: Add command-line options for tx tools.Wang Cao2020-07-24
* avcodec/libaomenc: use pix_fmt descriptors where usefulJames Almer2020-07-17
* libaomenc: enable 8, 10 and 12 bit RGB encodingLynne2020-07-17
* avcodec/libaomenc: fix build w/libaom v1.0.0James Zern2020-07-08
* avcodec/libaomenc: Add command-line options for intra-coding toolsWang Cao2020-07-01
* avcodec/libaomenc: Add command-line options to control the use of partition t...Wang Cao2020-07-01
* avcodec: add AV1 profiles to profile.hJames Almer2020-06-25
* avcodec/libaomenc: remove the experimental flag when using libaom 2.0.0 or newerJames Almer2020-06-06
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* avcodec/libaomenc,cosmetics: fix a typoJames Zern2020-04-11
* avcodec/libaomenc.c: Add a libaom command-line option 'tune'Wang Cao2020-04-11
* avcodec/libaomenc: add an option to set the encoder "usage"James Almer2020-01-24
* Add a commandline option to control loop restoration for libaomWang Cao2020-01-17
* Delete unused branch in libaomencelliottk2019-09-19
* Change libaom default to crf=32.elliottk2019-08-23
* lavc/libaomenc: Mark a potentially unused variable as av_unused.Carl Eugen Hoyos2019-04-16
* avcodec/libaomenc: fix range of values for enable-intrabc optionJames Almer2019-04-02
* avcodec/libaomenc: fix default value for row-mt optionJames Almer2019-03-29
* avcodec/libaomenc: Added more commandline optionsSam John via ffmpeg-devel2019-03-29
* libavcodec/libaomenc: fix breakage from upstreamHelmut K. C. Tessarek2018-12-19
* avcodec/libaomenc: add row-mt optionJames Almer2018-12-09
* lavc/libaomenc: Add a maximum constraint of 64 encoder threads.Jun Zhao2018-11-29
* avcodec/libaomenc: increase the default bitrateJames Almer2018-11-26
* libaomenc: Drop unused noise-sensitivity optionMark Thompson2018-11-18
* libaomenc: Add support for tilesMark Thompson2018-10-28
* libavcodec/libaomenc.c: Added code for computing PSNR/SSIMSam John2018-10-11
* avcodec/libaom: fix setting amount of threadsJames Almer2018-09-13
* avcodec/libaomenc: remove AVOption related to frame partitionsJames Almer2018-09-12
* avcodec/libaomenc: correct range for cpu-usedGyan Doshi2018-08-06
* avcodec/libaomenc: export Sequence Header and Metadata OBUs as extradataJames Almer2018-07-20
* avcodec/libaomenc: remove references to gbrp pixfmtJames Almer2018-04-02
* avcodec/libaomenc: use av_assert0()James Almer2018-03-29
* avcodec/libaomenc: minor cosmeticsJames Almer2018-03-29
* libavcodec/libaomenc: add support for transfer characteristics and color prim...James Almer2018-03-29
* libavcodec/libaomenc: fix size specifier in an av_log callJames Almer2018-03-29
* avcode/profiles: add AV1 profilesJames Almer2018-03-29
* Merge commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda'James Almer2018-03-29
* Support AV1 encoding using libaomLuca Barbato2018-03-12