|
avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
#include <list>#include <deque>#include <memory>#include "ffmpeg.h"#include "rational.h"#include "format.h"#include "pixelformat.h"#include "sampleformat.h"#include "channellayout.h"#include "avutils.h"

Go to the source code of this file.
Classes | |
| class | av::Codec |
Namespaces | |
| av | |
Functions | |
| Codec | av::findEncodingCodec (const OutputFormat &format, bool isVideo) |
| Codec | av::findEncodingCodec (AVCodecID id) |
| Codec | av::findEncodingCodec (const std::string &name) |
| Codec | av::findDecodingCodec (AVCodecID id) |
| Codec | av::findDecodingCodec (const std::string &name) |
| Codec | av::guessEncodingCodec (OutputFormat format, const char *name, const char *url, const char *mime, AVMediaType mediaType) |