libavcodec/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 "dsputil.h"
#include "msrledec.h"

Go to the source code of this file.

Data Structures

struct  MsrleContext

Functions

static av_cold int msrle_decode_init (AVCodecContext *avctx)
static int msrle_decode_frame (AVCodecContext *avctx, void *data, int *data_size, 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.

Note that this decoder expects the palette colors from the end of the BITMAPINFO header passed through palctrl.

Definition in file msrle.c.


Function Documentation

static av_cold int msrle_decode_end ( AVCodecContext avctx  )  [static]

Definition at line 139 of file msrle.c.

static int msrle_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
AVPacket avpkt 
) [static]

Definition at line 79 of file msrle.c.

static av_cold int msrle_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 51 of file msrle.c.


Variable Documentation

Initial value:

Definition at line 150 of file msrle.c.


Generated on Fri Oct 26 02:38:17 2012 for FFmpeg by  doxygen 1.5.8