FFmpeg
|
Microsoft Video-1 Decoder by Mike Melanson (melan) For more information about the MS Video-1 format, visit: son@ pcisy s.ne thttp://www.pcisys.net/~melanson/codecs/. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | Msvideo1Context |
Macros | |
#define | PALETTE_COUNT 256 |
#define | CHECK_STREAM_PTR(n) |
Functions | |
static av_cold int | msvideo1_decode_init (AVCodecContext *avctx) |
static void | msvideo1_decode_8bit (Msvideo1Context *s) |
static void | msvideo1_decode_16bit (Msvideo1Context *s) |
static int | msvideo1_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | msvideo1_decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_msvideo1_decoder |
Microsoft Video-1 Decoder by Mike Melanson (melan) For more information about the MS Video-1 format, visit: son@ pcisy s.ne thttp://www.pcisys.net/~melanson/codecs/.
Definition in file msvideo1.c.
#define PALETTE_COUNT 256 |
Definition at line 39 of file msvideo1.c.
#define CHECK_STREAM_PTR | ( | n | ) |
Definition at line 40 of file msvideo1.c.
Referenced by msvideo1_decode_16bit(), and msvideo1_decode_8bit().
|
static |
Definition at line 60 of file msvideo1.c.
|
static |
Definition at line 80 of file msvideo1.c.
Referenced by msvideo1_decode_frame().
|
static |
Definition at line 180 of file msvideo1.c.
Referenced by msvideo1_decode_frame().
|
static |
Definition at line 289 of file msvideo1.c.
|
static |
Definition at line 327 of file msvideo1.c.
AVCodec ff_msvideo1_decoder |
Definition at line 336 of file msvideo1.c.