|
FFmpeg
|
Sierra VMD video decoder by Vladimir "VAG" Gneushev (vagsoft at mail.ru) for more information on the Sierra VMD format, visit: http://www.pcisys.net/~melanson/codecs/. More...
#include <string.h>#include "libavutil/common.h"#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "internal.h"#include "bytestream.h"Classes | |
| struct | VmdVideoContext |
Macros | |
| #define | VMD_HEADER_SIZE 0x330 |
| #define | PALETTE_COUNT 256 |
| #define | QUEUE_SIZE 0x1000 |
| #define | QUEUE_MASK 0x0FFF |
Typedefs | |
| typedef struct VmdVideoContext | VmdVideoContext |
Variables | |
| AVCodec | ff_vmdvideo_decoder |
Sierra VMD video decoder by Vladimir "VAG" Gneushev (vagsoft at mail.ru) for more information on the Sierra VMD format, visit: http://www.pcisys.net/~melanson/codecs/.
The video decoder outputs PAL8 colorspace data. The decoder expects a 0x330-byte VMD file header to be transmitted via extradata during codec initialization. Each encoded frame that is sent to this decoder is expected to be prepended with the appropriate 16-byte frame information record from the VMD file.
| AVCodec ff_vmdvideo_decoder |
1.8.12