summaryrefslogtreecommitdiff
path: root/libavcodec/libaomenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-1/+7
* libaomenc: use AVCodecContext.framerate when availableAnton Khirnov2023-05-151-2/+6
* lavc/libaomenc: pass through frame durations to encoded packetsAnton Khirnov2023-01-291-2/+12
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/libaomenc: fix the check for presence of encoder interfaceJames Almer2022-08-251-1/+1
* avcodec/libaomenc: check return value of queue_frames()James Almer2022-08-251-0/+2
* avcodec/libaomenc: add init cleanup flagJames Almer2022-08-251-1/+2
* avcodec/libaomenc: use av_fast_realloc() to resize the stats bufferJames Almer2022-08-241-5/+9
* avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAMEJames Almer2022-08-021-0/+97
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* avcodec/libaomenc: Get number of operating pointsWan-Teh Chang2022-06-231-6/+14
* avcodec/libaomenc: Expose the allintra usage modeVignesh Venkatasubramanian2022-05-311-0/+1
* avcodec/libaomenc: Add unmet target level warningBohan Li2022-05-271-0/+64
* avcodec/libaomenc: Add parameter for avif single image encodingVignesh Venkatasubramanian2022-05-131-0/+14
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-15/+15
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/libaomenc: remove the redundant initializationLimin Wang2021-11-231-1/+0
* avcodec/libaomenc: use ctx->usage to get default cfgJames Zern2021-08-231-3/+1
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* lavc/libaomenc: Show encoder config as a warning in case of failed initializa...Matthieu Patou2021-06-141-4/+5
* avcodec/libaomenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-231-2/+4
* lavc/aomenc: Force default qmax of 0 if crf was set to 0.Carl Eugen Hoyos2021-03-211-1/+4
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-1/+1
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-0/+1
* avcodec/libaomenc: add support for setting arbitrary libaom optionsBohan Li2021-02-101-0/+18
* avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1Philip Langdale2020-12-081-2/+40
* libavcodec/libaomenc.c: Add command-line options for inter-coding toolsWang Cao2020-07-241-0/+60
* libavcodec/libaomenc.c: Add command-line options for tx tools.Wang Cao2020-07-241-0/+30
* avcodec/libaomenc: use pix_fmt descriptors where usefulJames Almer2020-07-171-11/+4
* libaomenc: enable 8, 10 and 12 bit RGB encodingLynne2020-07-171-5/+21
* avcodec/libaomenc: fix build w/libaom v1.0.0James Zern2020-07-081-0/+4
* avcodec/libaomenc: Add command-line options for intra-coding toolsWang Cao2020-07-011-0/+35
* avcodec/libaomenc: Add command-line options to control the use of partition t...Wang Cao2020-07-011-0/+15
* avcodec: add AV1 profiles to profile.hJames Almer2020-06-251-0/+1
* avcodec/libaomenc: remove the experimental flag when using libaom 2.0.0 or newerJames Almer2020-06-061-1/+4
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* avcodec/libaomenc,cosmetics: fix a typoJames Zern2020-04-111-1/+1
* avcodec/libaomenc.c: Add a libaom command-line option 'tune'Wang Cao2020-04-111-0/+7
* avcodec/libaomenc: add an option to set the encoder "usage"James Almer2020-01-241-0/+6
* Add a commandline option to control loop restoration for libaomWang Cao2020-01-171-0/+6
* Delete unused branch in libaomencelliottk2019-09-191-9/+5
* Change libaom default to crf=32.elliottk2019-08-231-4/+5
* lavc/libaomenc: Mark a potentially unused variable as av_unused.Carl Eugen Hoyos2019-04-161-1/+1
* avcodec/libaomenc: fix range of values for enable-intrabc optionJames Almer2019-04-021-1/+1
* avcodec/libaomenc: fix default value for row-mt optionJames Almer2019-03-291-2/+3
* avcodec/libaomenc: Added more commandline optionsSam John via ffmpeg-devel2019-03-291-4/+93
* libavcodec/libaomenc: fix breakage from upstreamHelmut K. C. Tessarek2018-12-191-2/+7