FFmpeg
4.1.5
|
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 250 of file libxavs2.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 251 of file libxavs2.c.
|
static |
Definition at line 61 of file libxavs2.c.
|
static |
Definition at line 134 of file libxavs2.c.
Referenced by xavs2_encode_frame().
Definition at line 151 of file libxavs2.c.
Referenced by xavs2_encode_frame().
|
static |
Definition at line 163 of file libxavs2.c.
|
static |
Definition at line 236 of file libxavs2.c.
|
static |
Definition at line 253 of file libxavs2.c.
|
static |
Definition at line 265 of file libxavs2.c.
|
static |
Definition at line 272 of file libxavs2.c.
AVCodec ff_libxavs2_encoder |
Definition at line 279 of file libxavs2.c.