|
| unsigned | avcodec_version (void) |
| | Return the LIBAVCODEC_VERSION_INT constant. More...
|
| |
| const char * | avcodec_configuration (void) |
| | Return the libavcodec build-time configuration. More...
|
| |
| const char * | avcodec_license (void) |
| | Return the libavcodec license. More...
|
| |
| int | avcodec_default_execute (AVCodecContext *c, int(*func)(AVCodecContext *c2, void *arg2), void *arg, int *ret, int count, int size) |
| |
| int | avcodec_default_execute2 (AVCodecContext *c, int(*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, int *ret, int count) |
| |
| static void | lock_avcodec (const AVCodec *codec) |
| |
| static void | unlock_avcodec (const AVCodec *codec) |
| |
| int | av_lockmgr_register (int(*cb)(void **mutex, enum AVLockOp op)) |
| | Register a user provided lock manager supporting the operations specified by AVLockOp. More...
|
| |
| static int64_t | get_bit_rate (AVCodecContext *ctx) |
| |
| int attribute_align_arg | avcodec_open2 (AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options) |
| | Initialize the AVCodecContext to use the given AVCodec. More...
|
| |
| void | avcodec_flush_buffers (AVCodecContext *avctx) |
| | Reset the internal codec state / flush internal buffers. More...
|
| |
| void | avsubtitle_free (AVSubtitle *sub) |
| | Free all allocated data in the given subtitle struct. More...
|
| |
| av_cold int | avcodec_close (AVCodecContext *avctx) |
| | Close a given AVCodecContext and free all the data associated with it (but not the AVCodecContext itself). More...
|
| |
| static const char * | unknown_if_null (const char *str) |
| |
| void | avcodec_string (char *buf, int buf_size, AVCodecContext *enc, int encode) |
| |
| int | avcodec_is_open (AVCodecContext *s) |
| |
AVCodecContext functions for libavcodec
Definition in file avcodec.c.