avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
#include <iostream>
#include <memory>
#include "ffmpeg.h"
#include "frame.h"
#include "avutils.h"
#include "pixelformat.h"
#include "averror.h"
Go to the source code of this file.
Classes | |
class | av::VideoRescaler |
Namespaces | |
av | |
Enumerations | |
enum | av::SwsFlags { av::SwsFlagAuto = 0, av::SwsFlagFastBilinear = SWS_FAST_BILINEAR, av::SwsFlagBilinear = SWS_BILINEAR, av::SwsFlagBicubic = SWS_BICUBIC, av::SwsFlagExprerimental = SWS_X, av::SwsFlagNeighbor = SWS_POINT, av::SwsFlagArea = SWS_AREA, av::SwsFlagBicublin = SWS_BICUBLIN, av::SwsFlagGauss = SWS_GAUSS, av::SwsFlagSinc = SWS_SINC, av::SwsFlagLanczos = SWS_LANCZOS, av::SwsFlagSpline = SWS_SPLINE, av::SwsFlagPrintInfo = SWS_PRINT_INFO, av::SwsFlagAccurateRnd = SWS_ACCURATE_RND, av::SwsFlagFullChromaInt = SWS_FULL_CHR_H_INT, av::SwsFlagFullChromaInp = SWS_FULL_CHR_H_INP, av::SwsFlagBitexact = SWS_BITEXACT, av::SwsFlagErrorDiffusion = SWS_ERROR_DIFFUSION } |