23 Commits (2697f23f4e866a81ddcfca0c99a56ed14f93dc07)

Author SHA1 Message Date
James Almer 1f63225f2b avcodec/librav1e: support AV_CODEC_CAP_ENCODER_RECON_FRAME 2 years ago
James Almer f58f238936 avcodec/librav1e: export extradata on init() 2 years ago
James Almer d569958d29 avcodec/librav1e: support setting sample aspect ratio 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 57b5ec6ba7 avcodec/avcodec: Stop including bsf.h in avcodec.h 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
James Almer d51a6884ab avcodec/librav1e: use AVCodecContext.get_encode_buffer() 4 years ago
Anton Khirnov 7d09579190 lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS 4 years ago
Anton Khirnov 8a129077cc lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap 4 years ago
Derek Buitenhuis e55a80da38 avcodec/librav1e: Pass through timestamps as opaque user data 4 years ago
Derek Buitenhuis b085a72c54 avcodec/librav1e: Fix indentation 4 years ago
James Almer 827d6fe73d avcodec/encode: restructure the core encoding code 4 years ago
Derek Buitenhuis 422f1e32ea avcodec/librav1e: Require a bitrate to be set when using 2-pass mode 5 years ago
Derek Buitenhuis 3c740f2d9f avcodec/librav1e: Use the framerate when available for ratecontrol 5 years ago
Marton Balint e47a954631 avcodec/librav1e: use AV_OPT_TYPE_DICT for rav1e-params 5 years ago
Derek Buitenhuis 1354c39c78 librav1e: Don't make users explicitly set -qp -1 to use bit rate mode 5 years ago
James Almer 3a84081cbd avcodec/librav1e: free the RaPacket after using it 5 years ago
Derek Buitenhuis d8bf24459b avcodec: Add librav1e encoder 5 years ago