avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
Namespaces | |
av | |
av::v1 | |
The AvDeleter struct Unified delete functor for variois FFMPEG/libavformat/libavcodec and so on resource allocators. | |
Functions | |
void | av::set_logging_level (int32_t level) |
This method can be used to turn up or down FFmpeg's logging level. More... | |
void | av::set_logging_level (const string &level) |
void | av::dumpBinaryBuffer (uint8_t *buffer, int buffer_size, int width=16) |
dump_binary_buffer Dump binary buffer to std out in HEX view More... | |
static int | av::avcpp_lockmgr_cb (void **ctx, enum AVLockOp op) |
void | av::init () |
Init all subsustems needed by avcpp. More... | |
string | av::error2string (int error) |
C++ verstion of the av_err2str() More... | |