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/.
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
Go to the source code of this file.
Detailed Description
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.
Macro Definition Documentation
#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.
Referenced by msvideo1_decode_16bit(), and msvideo1_decode_8bit().
#define PALETTE_COUNT 256 |
Typedef Documentation
Function Documentation
Variable Documentation
Initial value: {
.name = "msvideo1",
.capabilities = CODEC_CAP_DR1,
}
Definition at line 337 of file msvideo1.c.