FFmpeg
|
mss1.c File Reference
Microsoft Screen 1 (aka Windows Media Video V7 Screen) decoder. More...
Include dependency graph for mss1.c:
Go to the source code of this file.
Data Structures | |
struct | MSS1Context |
Typedefs | |
typedef struct MSS1Context | MSS1Context |
Functions | |
static void | arith_normalise (ArithCoder *c) |
static int | arith_get_bits (ArithCoder *c, int bits) |
static int | arith_get_number (ArithCoder *c, int mod_val) |
static int | arith_get_prob (ArithCoder *c, int16_t *probs) |
static void | arith_init (ArithCoder *c, GetBitContext *gb) |
static int | decode_pal (MSS12Context *ctx, ArithCoder *acoder) |
static int | mss1_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | mss1_decode_init (AVCodecContext *avctx) |
static av_cold int | mss1_decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_mss1_decoder |
Detailed Description
Microsoft Screen 1 (aka Windows Media Video V7 Screen) decoder.
Definition in file mss1.c.
Typedef Documentation
typedef struct MSS1Context MSS1Context |
Function Documentation
|
static |
Definition at line 65 of file mss1.c.
Referenced by decode_pal().
|
static |
Definition at line 79 of file mss1.c.
Referenced by arith_init(), and decode_pal().
|
static |
|
static |
Definition at line 110 of file mss1.c.
Referenced by mss1_decode_frame().
|
static |
Definition at line 37 of file mss1.c.
Referenced by arith_get_bits(), and arith_get_number().
|
static |
Definition at line 120 of file mss1.c.
Referenced by mss1_decode_frame().
|
static |
|
static |
|
static |
Variable Documentation
AVCodec ff_mss1_decoder |
Initial value:
= {
.name = "mss1",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_MSS1,
.priv_data_size = sizeof(MSS1Context),
.init = mss1_decode_init,
.close = mss1_decode_end,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("MS Screen 1"),
}
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:265
struct MSS1Context MSS1Context
static int mss1_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: mss1.c:139
Definition: avutil.h:143
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11