|
| 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...
|
| |
| static void | av::hex_dump_internal (void *avcl, FILE *f, int level, const uint8_t *buf, int size) |
| |
| void | av::hex_dump (FILE *f, const uint8_t *buf, std::size_t size) |
| |
| void | av::hex_dump_log (void *avcl, int level, const uint8_t *buf, std::size_t size) |
| |