SLIP
1.4
|
containers reader from video files (according to libav capability) It includes avcodec.h, avformat.h, swscale.h and pixfmt.h from libav More...
#include <iostream>
#include <sstream>
#include <libswscale/swscale.h>
#include <libavformat/avformat.h>
#include <libavcodec/avcodec.h>
#include <libavutil/pixfmt.h>
#include "ContainerReader.hpp"
#include "error.hpp"
Go to the source code of this file.
Classes | |
class | slip::AvReader< VideoContainer, T, Nb_components, Nb_block > |
AvReader, inherited from ContainerReader, is a reader for videos. More... | |
Namespaces | |
slip | |
This namespace corresponds to the kernel of the Simple Library on Image Processing (SLIP). That is to say that it contains the data structures and the algorithms needed by these data strucutres. | |
containers reader from video files (according to libav capability) It includes avcodec.h, avformat.h, swscale.h and pixfmt.h from libav
Definition in file AvReader.hpp.