#include "Media/HttpEncoder.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/JPEGUtil.H"
#include "Image/color_conversions.H"
#include "Raster/GenericFrame.H"
#include "Util/log.H"
#include "Video/FfmpegFrame.H"
#include "Video/VideoFrame.H"
#include "rutz/arrays.h"
#include "rutz/trace.h"
Go to the source code of this file.
Functions | |
void * | HttpEncoder_run (void *r0) |
Low-level class for using http to output display
Definition in file HttpEncoder.C.