#include "Image/Range.H"
#include "Devices/HTTPServer.H"
#include "Transport/LowLevelEncoder.H"
#include "Util/Types.H"
#include <cstdio>
#include <pthread.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <string>
#include <Image/Image.H>
#include <Image/Dims.H>
Go to the source code of this file.
Classes | |
class | HttpEncoder |
Low-level class for using ffmpeg to decode movie files. More... |
Low-level class for using http to output display
Definition in file HttpEncoder.H.