FFmpeg
4.3.8
|
Go to the source code of this file.
Data Structures | |
struct | XAVS2EContext |
Macros | |
#define | xavs2_opt_set2(name, format, ...) |
#define | OFFSET(x) offsetof(XAVS2EContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static av_cold int | xavs2_init (AVCodecContext *avctx) |
static void | xavs2_copy_frame_with_shift (xavs2_picture_t *pic, const AVFrame *frame, const int shift_in) |
static void | xavs2_copy_frame (xavs2_picture_t *pic, const AVFrame *frame) |
static int | xavs2_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
static av_cold int | xavs2_close (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
static const AVClass | libxavs2 |
static const AVCodecDefault | xavs2_defaults [] |
AVCodec | ff_libxavs2_encoder |
Definition at line 29 of file libxavs2.c.
Referenced by xavs2_init().
#define OFFSET | ( | x | ) | offsetof(XAVS2EContext, x) |
Definition at line 253 of file libxavs2.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 254 of file libxavs2.c.
|
static |
Definition at line 60 of file libxavs2.c.
|
static |
Definition at line 125 of file libxavs2.c.
Referenced by xavs2_encode_frame().
Definition at line 147 of file libxavs2.c.
Referenced by xavs2_encode_frame().
|
static |
Definition at line 167 of file libxavs2.c.
|
static |
Definition at line 239 of file libxavs2.c.
|
static |
Definition at line 256 of file libxavs2.c.
|
static |
Definition at line 268 of file libxavs2.c.
|
static |
Definition at line 275 of file libxavs2.c.
AVCodec ff_libxavs2_encoder |
Definition at line 282 of file libxavs2.c.