#include <vector>
#include <string>
#include <fstream>
#include <errno.h>
#include <cvd/localvideobuffer.h>
#include <cvd/videobufferflags.h>
#include <cvd/videofilebuffer_frame.h>
#include <cvd/localvideoframe.h>
#include <cvd/rgb.h>
#include <cvd/byte.h>
#include <cvd/image_io.h>
#include <cvd/config.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
Go to the source code of this file.
Classes | |
struct | CVD::Exceptions::VideoFileBuffer::All |
struct | CVD::Exceptions::VideoFileBuffer::BadDecode |
struct | CVD::Exceptions::VideoFileBuffer::BadFrameAlloc |
struct | CVD::Exceptions::VideoFileBuffer::BadSeek |
struct | CVD::Exceptions::VideoFileBuffer::EndOfFile |
struct | CVD::Exceptions::VideoFileBuffer::FileOpen |
class | CVD::VFB::RawVideoFileBuffer |
struct | CVD::VFB::rgb< C > |
struct | CVD::VFB::rgb< CVD::byte > |
struct | CVD::VFB::rgb< CVD::Rgb< CVD::byte > > |
class | CVD::VideoFileBuffer< T > |
Namespaces | |
namespace | CVD |
namespace | CVD::Exceptions |
namespace | CVD::Exceptions::VideoFileBuffer |
namespace | CVD::VFB |
Internal VideoFileBuffer helpers. |