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
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-25avcodec/libaomenc: fix the check for presence of encoder interfaceJames Almer
2022-08-25avcodec/libaomenc: check return value of queue_frames()James Almer
2022-08-25avcodec/libaomenc: add init cleanup flagJames Almer
2022-08-24avcodec/libaomenc: use av_fast_realloc() to resize the stats bufferJames Almer
2022-08-02avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAMEJames Almer
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-06-23avcodec/libaomenc: Get number of operating pointsWan-Teh Chang
2022-05-31avcodec/libaomenc: Expose the allintra usage modeVignesh Venkatasubramanian
2022-05-27avcodec/libaomenc: Add unmet target level warningBohan Li
2022-05-13avcodec/libaomenc: Add parameter for avif single image encodingVignesh Venkatasubramanian
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2021-11-23avcodec/libaomenc: remove the redundant initializationLimin Wang
2021-08-24avcodec/libaomenc: use ctx->usage to get default cfgJames Zern
2021-07-22avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt
2021-06-14lavc/libaomenc: Show encoder config as a warning in case of failed initializa...Matthieu Patou
2021-05-23avcodec/libaomenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt
2021-03-21lavc/aomenc: Force default qmax of 0 if crf was set to 0.Carl Eugen Hoyos
2021-03-16lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov
2021-03-16lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov
2021-02-10avcodec/libaomenc: add support for setting arbitrary libaom optionsBohan Li
2020-12-09avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1Philip Langdale
2020-07-25libavcodec/libaomenc.c: Add command-line options for inter-coding toolsWang Cao
2020-07-25libavcodec/libaomenc.c: Add command-line options for tx tools.Wang Cao
2020-07-18avcodec/libaomenc: use pix_fmt descriptors where usefulJames Almer
2020-07-17libaomenc: enable 8, 10 and 12 bit RGB encodingLynne
2020-07-08avcodec/libaomenc: fix build w/libaom v1.0.0James Zern
2020-07-01avcodec/libaomenc: Add command-line options for intra-coding toolsWang Cao
2020-07-01avcodec/libaomenc: Add command-line options to control the use of partition t...Wang Cao
2020-06-26avcodec: add AV1 profiles to profile.hJames Almer
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