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) |
void | ff_codec_close (struct AVCodecContext *avctx) |
int ff_decode_receive_frame | ( | struct AVCodecContext * | avctx, |
struct AVFrame * | frame | ||
) |
avcodec_receive_frame() implementation for decoders.
Definition at line 762 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 828 of file encode.c.
Referenced by avcodec_receive_frame().
int ff_encode_preinit | ( | struct AVCodecContext * | avctx | ) |
Definition at line 731 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 1686 of file decode.c.
Referenced by avcodec_open2().
void ff_decode_flush_buffers | ( | struct AVCodecContext * | avctx | ) |
Definition at line 1930 of file decode.c.
Referenced by avcodec_flush_buffers().
void ff_encode_flush_buffers | ( | struct AVCodecContext * | avctx | ) |
Definition at line 841 of file encode.c.
Referenced by avcodec_flush_buffers().
struct AVCodecInternal* ff_decode_internal_alloc | ( | void | ) |
Definition at line 1947 of file decode.c.
Referenced by avcodec_open2(), and init_thread().
struct AVCodecInternal* ff_encode_internal_alloc | ( | void | ) |
Definition at line 851 of file encode.c.
Referenced by avcodec_open2().
void ff_codec_close | ( | struct AVCodecContext * | avctx | ) |
Definition at line 401 of file avcodec.c.
Referenced by avcodec_close(), avcodec_free_context(), avcodec_open2(), ff_frame_thread_encoder_init(), and worker().