FFmpeg
|
Go to the source code of this file.
Functions | |
int | ff_decode_receive_frame (struct AVCodecContext *avctx, struct AVFrame *frame) |
avcodec_receive_frame() implementation for decoders. More... | |
int | ff_encode_receive_frame (struct AVCodecContext *avctx, struct AVFrame *frame) |
avcodec_receive_frame() implementation for encoders. More... | |
int | ff_encode_preinit (struct AVCodecContext *avctx) |
int | ff_decode_preinit (struct AVCodecContext *avctx) |
Perform decoder initialization and validation. More... | |
void | ff_decode_flush_buffers (struct AVCodecContext *avctx) |
void | ff_encode_flush_buffers (struct AVCodecContext *avctx) |
struct AVCodecInternal * | ff_decode_internal_alloc (void) |
struct AVCodecInternal * | ff_encode_internal_alloc (void) |
int ff_decode_receive_frame | ( | struct AVCodecContext * | avctx, |
struct AVFrame * | frame | ||
) |
avcodec_receive_frame() implementation for decoders.
Definition at line 796 of file decode.c.
Referenced by avcodec_receive_frame().
int ff_encode_receive_frame | ( | struct AVCodecContext * | avctx, |
struct AVFrame * | frame | ||
) |
avcodec_receive_frame() implementation for encoders.
Definition at line 842 of file encode.c.
Referenced by avcodec_receive_frame().
int ff_encode_preinit | ( | struct AVCodecContext * | avctx | ) |
Definition at line 745 of file encode.c.
Referenced by avcodec_open2().
int ff_decode_preinit | ( | struct AVCodecContext * | avctx | ) |
Perform decoder initialization and validation.
Called when opening the decoder, before the FFCodec.init() call.
Definition at line 1743 of file decode.c.
Referenced by avcodec_open2().
void ff_decode_flush_buffers | ( | struct AVCodecContext * | avctx | ) |
Definition at line 1867 of file decode.c.
Referenced by avcodec_flush_buffers().
void ff_encode_flush_buffers | ( | struct AVCodecContext * | avctx | ) |
Definition at line 855 of file encode.c.
Referenced by avcodec_flush_buffers().
struct AVCodecInternal* ff_decode_internal_alloc | ( | void | ) |
Definition at line 1884 of file decode.c.
Referenced by avcodec_open2(), and init_thread().
struct AVCodecInternal* ff_encode_internal_alloc | ( | void | ) |
Definition at line 865 of file encode.c.
Referenced by avcodec_open2().