SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
AvReader.hpp File Reference

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"
Include dependency graph for AvReader.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.
 

Detailed Description

containers reader from video files (according to libav capability) It includes avcodec.h, avformat.h, swscale.h and pixfmt.h from libav

Version
Fluex 1.0
Date
2013/04/24
Author
Denis Arrivault <denis.arrivault_AT_inria.fr>

Definition in file AvReader.hpp.