|
FFmpeg
|
Screenpresso decoder. More...
#include <stdint.h>#include <string.h>#include <zlib.h>#include "libavutil/imgutils.h"#include "libavutil/internal.h"#include "libavutil/mem.h"#include "avcodec.h"#include "internal.h"Classes | |
| struct | ScreenpressoContext |
Typedefs | |
| typedef struct ScreenpressoContext | ScreenpressoContext |
Variables | |
| AVCodec | ff_screenpresso_decoder |
Screenpresso decoder.
Fourcc: SPV1
Screenpresso simply horizontally flips and then deflates frames, alternating full pictures and deltas. Deltas are related to the currently rebuilt frame (not the reference), and since there is no coordinate system they contain exactly as many pixel as the keyframe.
Supports: BGR0, BGR24, RGB555
| AVCodec ff_screenpresso_decoder |
1.8.12