#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.
Microsoft Video-1 Decoder by Mike Melanson (melan.nosp@m.son@.nosp@m.pcisy.nosp@m.s.ne.nosp@m.t) For more information about the MS Video-1 format, visit: http://www.pcisys.net/~melanson/codecs/
Definition in file msvideo1.c.
◆ PALETTE_COUNT
#define PALETTE_COUNT 256 |
◆ CHECK_STREAM_PTR
#define CHECK_STREAM_PTR |
( |
|
n | ) |
|
Value: if ((stream_ptr +
n) >
s->size ) { \
av_log(
s->avctx,
AV_LOG_ERROR,
" MS Video-1 warning: stream_ptr out of bounds (%d >= %d)\n", \
stream_ptr +
n,
s->size); \
return; \
}
Definition at line 39 of file msvideo1.c.
◆ msvideo1_decode_init()
◆ msvideo1_decode_8bit()
◆ msvideo1_decode_16bit()
◆ msvideo1_decode_frame()
◆ msvideo1_decode_end()
◆ ff_msvideo1_decoder
Initial value:= {
.name = "msvideo1",
}
Definition at line 351 of file msvideo1.c.