| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: deprecate AVCodecContext.ticks_per_frame | Anton Khirnov | 2023-05-15 | 1 | -1/+7 |
* | libaomenc: use AVCodecContext.framerate when available | Anton Khirnov | 2023-05-15 | 1 | -2/+6 |
* | lavc/libaomenc: pass through frame durations to encoded packets | Anton Khirnov | 2023-01-29 | 1 | -2/+12 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/libaomenc: fix the check for presence of encoder interface | James Almer | 2022-08-25 | 1 | -1/+1 |
* | avcodec/libaomenc: check return value of queue_frames() | James Almer | 2022-08-25 | 1 | -0/+2 |
* | avcodec/libaomenc: add init cleanup flag | James Almer | 2022-08-25 | 1 | -1/+2 |
* | avcodec/libaomenc: use av_fast_realloc() to resize the stats buffer | James Almer | 2022-08-24 | 1 | -5/+9 |
* | avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAME | James Almer | 2022-08-02 | 1 | -0/+97 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+2 |
* | avcodec/libaomenc: Get number of operating points | Wan-Teh Chang | 2022-06-23 | 1 | -6/+14 |
* | avcodec/libaomenc: Expose the allintra usage mode | Vignesh Venkatasubramanian | 2022-05-31 | 1 | -0/+1 |
* | avcodec/libaomenc: Add unmet target level warning | Bohan Li | 2022-05-27 | 1 | -0/+64 |
* | avcodec/libaomenc: Add parameter for avif single image encoding | Vignesh Venkatasubramanian | 2022-05-13 | 1 | -0/+14 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -15/+15 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/libaomenc: remove the redundant initialization | Limin Wang | 2021-11-23 | 1 | -1/+0 |
* | avcodec/libaomenc: use ctx->usage to get default cfg | James Zern | 2021-08-23 | 1 | -3/+1 |
* | avcodec/avcodec: Don't include cpu.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/avcodec: Stop including bsf.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | lavc/libaomenc: Show encoder config as a warning in case of failed initializa... | Matthieu Patou | 2021-06-14 | 1 | -4/+5 |
* | avcodec/libaomenc: Avoid copying data, allow user-supplied buffers | Andreas Rheinhardt | 2021-05-23 | 1 | -2/+4 |
* | lavc/aomenc: Force default qmax of 0 if crf was set to 0. | Carl Eugen Hoyos | 2021-03-21 | 1 | -1/+4 |
* | lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS | Anton Khirnov | 2021-03-16 | 1 | -1/+1 |
* | lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap | Anton Khirnov | 2021-03-16 | 1 | -0/+1 |
* | avcodec/libaomenc: add support for setting arbitrary libaom options | Bohan Li | 2021-02-10 | 1 | -0/+18 |
* | avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1 | Philip Langdale | 2020-12-08 | 1 | -2/+40 |
* | libavcodec/libaomenc.c: Add command-line options for inter-coding tools | Wang Cao | 2020-07-24 | 1 | -0/+60 |
* | libavcodec/libaomenc.c: Add command-line options for tx tools. | Wang Cao | 2020-07-24 | 1 | -0/+30 |
* | avcodec/libaomenc: use pix_fmt descriptors where useful | James Almer | 2020-07-17 | 1 | -11/+4 |
* | libaomenc: enable 8, 10 and 12 bit RGB encoding | Lynne | 2020-07-17 | 1 | -5/+21 |
* | avcodec/libaomenc: fix build w/libaom v1.0.0 | James Zern | 2020-07-08 | 1 | -0/+4 |
* | avcodec/libaomenc: Add command-line options for intra-coding tools | Wang Cao | 2020-07-01 | 1 | -0/+35 |
* | avcodec/libaomenc: Add command-line options to control the use of partition t... | Wang Cao | 2020-07-01 | 1 | -0/+15 |
* | avcodec: add AV1 profiles to profile.h | James Almer | 2020-06-25 | 1 | -0/+1 |
* | avcodec/libaomenc: remove the experimental flag when using libaom 2.0.0 or newer | James Almer | 2020-06-06 | 1 | -1/+4 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | avcodec/libaomenc,cosmetics: fix a typo | James Zern | 2020-04-11 | 1 | -1/+1 |
* | avcodec/libaomenc.c: Add a libaom command-line option 'tune' | Wang Cao | 2020-04-11 | 1 | -0/+7 |
* | avcodec/libaomenc: add an option to set the encoder "usage" | James Almer | 2020-01-24 | 1 | -0/+6 |
* | Add a commandline option to control loop restoration for libaom | Wang Cao | 2020-01-17 | 1 | -0/+6 |
* | Delete unused branch in libaomenc | elliottk | 2019-09-19 | 1 | -9/+5 |
* | Change libaom default to crf=32. | elliottk | 2019-08-23 | 1 | -4/+5 |
* | lavc/libaomenc: Mark a potentially unused variable as av_unused. | Carl Eugen Hoyos | 2019-04-16 | 1 | -1/+1 |
* | avcodec/libaomenc: fix range of values for enable-intrabc option | James Almer | 2019-04-02 | 1 | -1/+1 |
* | avcodec/libaomenc: fix default value for row-mt option | James Almer | 2019-03-29 | 1 | -2/+3 |
* | avcodec/libaomenc: Added more commandline options | Sam John via ffmpeg-devel | 2019-03-29 | 1 | -4/+93 |
* | libavcodec/libaomenc: fix breakage from upstream | Helmut K. C. Tessarek | 2018-12-19 | 1 | -2/+7 |