FFmpeg
|
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(LibWebPContextCommon, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
int | ff_libwebp_error_to_averror (int err) |
av_cold int | ff_libwebp_encode_init_common (AVCodecContext *avctx) |
int | ff_libwebp_get_frame (AVCodecContext *avctx, LibWebPContextCommon *s, const AVFrame *frame, AVFrame **alt_frame_ptr, WebPPicture **pic_ptr) |
Variables | |
const FFCodecDefault | ff_libwebp_defaults [] |
static const AVOption | options [] |
const AVClass | ff_libwebpenc_class |
enum AVPixelFormat | ff_libwebpenc_pix_fmts [] |
WebP encoder using libwebp: common structs and methods.
Definition in file libwebpenc_common.c.
#define OFFSET | ( | x | ) | offsetof(LibWebPContextCommon, x) |
Definition at line 37 of file libwebpenc_common.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 38 of file libwebpenc_common.c.
int ff_libwebp_error_to_averror | ( | int | err | ) |
Definition at line 68 of file libwebpenc_common.c.
Referenced by libwebp_anim_encode_frame(), and libwebp_encode_frame().
av_cold int ff_libwebp_encode_init_common | ( | AVCodecContext * | avctx | ) |
Definition at line 82 of file libwebpenc_common.c.
Referenced by libwebp_anim_encode_init(), and libwebp_encode_init().
int ff_libwebp_get_frame | ( | AVCodecContext * | avctx, |
LibWebPContextCommon * | s, | ||
const AVFrame * | frame, | ||
AVFrame ** | alt_frame_ptr, | ||
WebPPicture ** | pic_ptr | ||
) |
Definition at line 125 of file libwebpenc_common.c.
Referenced by libwebp_anim_encode_frame(), and libwebp_encode_frame().
const FFCodecDefault ff_libwebp_defaults[] |
Definition at line 31 of file libwebpenc_common.c.
|
static |
Definition at line 39 of file libwebpenc_common.c.
const AVClass ff_libwebpenc_class |
Definition at line 55 of file libwebpenc_common.c.
enum AVPixelFormat ff_libwebpenc_pix_fmts[] |
Definition at line 62 of file libwebpenc_common.c.