summaryrefslogtreecommitdiff
path: root/libavcodec/libaomenc.c
Commit message (Expand)AuthorAge
* lavc/libaomenc: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAMEJames Almer2022-08-02
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/libaomenc: Get number of operating pointsWan-Teh Chang2022-06-23
* avcodec/libaomenc: Expose the allintra usage modeVignesh Venkatasubramanian2022-05-31
* avcodec/libaomenc: Add unmet target level warningBohan Li2022-05-27
* avcodec/libaomenc: Add parameter for avif single image encodingVignesh Venkatasubramanian2022-05-13
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* 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