Go to the source code of this file.
◆ OFFSET
◆ VE
◆ range_map()
◆ pix_fmt_map()
static RaChromaSampling pix_fmt_map |
( |
enum AVPixelFormat |
pix_fmt | ) |
|
|
inlinestatic |
◆ chroma_loc_map()
static RaChromaSamplePosition chroma_loc_map |
( |
enum AVChromaLocation |
chroma_loc | ) |
|
|
inlinestatic |
◆ get_stats()
◆ set_stats()
◆ librav1e_encode_close()
◆ librav1e_encode_init()
◆ librav1e_receive_packet()
◆ options
Initial value:= {
{
"rav1e-params",
"set the rav1e configuration using a :-separated list of key=value parameters",
OFFSET(rav1e_opts),
AV_OPT_TYPE_DICT, { 0 }, 0, 0,
VE },
}
Definition at line 573 of file librav1e.c.
◆ librav1e_defaults
Initial value:= {
{ "b", "0" },
{ "g", "0" },
{ "keyint_min", "0" },
{ "qmax", "-1" },
{ "qmin", "-1" },
}
Definition at line 583 of file librav1e.c.
◆ librav1e_pix_fmts
◆ class_name
◆ item_name
◆ option
◆ version
◆ @84
◆ ff_librav1e_encoder
Initial value:= {
.name = "librav1e",
.priv_class = &class,
.wrapper_name = "librav1e",
}
Definition at line 615 of file librav1e.c.
#define AV_PIX_FMT_YUV420P10
static const AVCodecDefault defaults[]
#define AV_PIX_FMT_YUV444P10
@ AV_PIX_FMT_YUVJ422P
planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting col...
static av_cold int librav1e_encode_init(AVCodecContext *avctx)
static const AVCodecDefault librav1e_defaults[]
#define AV_CODEC_CAP_OTHER_THREADS
Codec supports multithreading through a method other than slice- or frame-level multithreading.
static enum AVPixelFormat pix_fmts[]
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
@ AV_PIX_FMT_YUVJ444P
planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting col...
@ AV_PIX_FMT_YUVJ420P
planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting col...
#define AV_PIX_FMT_YUV422P10
static int librav1e_receive_packet(AVCodecContext *avctx, AVPacket *pkt)
#define FF_CODEC_CAP_AUTO_THREADS
Codec handles avctx->thread_count == 0 (auto) internally.
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define AV_PIX_FMT_YUV422P12
#define AV_PIX_FMT_YUV444P12
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
#define AV_PIX_FMT_YUV420P12
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
@ AV_PIX_FMT_YUV444P
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
@ AV_PIX_FMT_YUV422P
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
enum AVPixelFormat librav1e_pix_fmts[]
static av_cold int librav1e_encode_close(AVCodecContext *avctx)