|
FFmpeg
|
innoHeim/Rsupport Screen Capture Codec decoder More...
#include <stdint.h>#include <string.h>#include <zlib.h>#include "libavutil/imgutils.h"#include "libavutil/internal.h"#include "avcodec.h"#include "bytestream.h"#include "internal.h"Classes | |
| struct | Tile |
| struct | RsccContext |
Macros | |
| #define | TILE_SIZE 8 |
Typedefs | |
| typedef struct Tile | Tile |
| typedef struct RsccContext | RsccContext |
Variables | |
| AVCodec | ff_rscc_decoder |
innoHeim/Rsupport Screen Capture Codec decoder
Fourcc: ISCC, RSCC
Lossless codec, data stored in tiles, with optional deflate compression.
Header contains the number of tiles in a frame with the tile coordinates, and it can be deflated or not. Similarly, pixel data comes after the header and a variable size value, and it can be deflated or just raw.
Supports: PAL8, BGRA, BGR24, RGB555
| AVCodec ff_rscc_decoder |
1.8.12