|
FFmpeg
|
msrle.c File Reference
MS RLE video decoder by Mike Melanson (melanson@pcisys.net) For more information about the MS RLE format, visit: http://www.pcisys.net/~melanson/codecs/. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "avcodec.h"#include "internal.h"#include "msrledec.h"
Include dependency graph for msrle.c:

Go to the source code of this file.
Data Structures | |
| struct | MsrleContext |
Typedefs | |
| typedef struct MsrleContext | MsrleContext |
Functions | |
| static av_cold int | msrle_decode_init (AVCodecContext *avctx) |
| static int | msrle_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
| static av_cold int | msrle_decode_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_msrle_decoder |
Detailed Description
MS RLE video decoder by Mike Melanson (melanson@pcisys.net) For more information about the MS RLE format, visit: http://www.pcisys.net/~melanson/codecs/.
The MS RLE decoder outputs PAL8 colorspace data.
Definition in file msrle.c.
Typedef Documentation
| typedef struct MsrleContext MsrleContext |
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
| AVCodec ff_msrle_decoder |
Initial value:
= {
.name = "msrle",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_MSRLE,
.priv_data_size = sizeof(MsrleContext),
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Microsoft RLE"),
}
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
static int msrle_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: msrle.c:82
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
struct MsrleContext MsrleContext
Definition: avutil.h:143
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868
Definition: libavcodec/avcodec.h:148
Generated by
1.8.11