FFmpeg
|
Go to the source code of this file.
Functions | |
wrap (avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options)) | |
wrap (avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, AVPacket *avpkt)) | |
wrap (avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub)) | |
wrap (avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) | |
wrap (avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) | |
wrap (avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) | |
wrap (avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) | |
wrap | ( | avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options) | ) |
Definition at line 25 of file neontest.c.
wrap | ( | avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, AVPacket *avpkt) | ) |
Definition at line 32 of file neontest.c.
wrap | ( | avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub) | ) |
Definition at line 41 of file neontest.c.
wrap | ( | avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt) | ) |
Definition at line 48 of file neontest.c.
wrap | ( | avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) | ) |
Definition at line 53 of file neontest.c.
wrap | ( | avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) | ) |
Definition at line 58 of file neontest.c.
wrap | ( | avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame) | ) |
Definition at line 63 of file neontest.c.