FFmpeg
Data Structures | Functions | Variables
aasc.c File Reference
#include <string.h>
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "msrledec.h"

Go to the source code of this file.

Data Structures

struct  AascContext
 

Functions

static av_cold int aasc_decode_init (AVCodecContext *avctx)
 
static int aasc_decode_frame (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt)
 
static av_cold int aasc_decode_end (AVCodecContext *avctx)
 

Variables

const FFCodec ff_aasc_decoder
 

Detailed Description

Autodesk RLE Video Decoder by Konstantin Shishkov

Definition in file aasc.c.

Function Documentation

◆ aasc_decode_init()

static av_cold int aasc_decode_init ( AVCodecContext avctx)
static

Definition at line 43 of file aasc.c.

◆ aasc_decode_frame()

static int aasc_decode_frame ( AVCodecContext avctx,
AVFrame rframe,
int got_frame,
AVPacket avpkt 
)
static

Definition at line 79 of file aasc.c.

◆ aasc_decode_end()

static av_cold int aasc_decode_end ( AVCodecContext avctx)
static

Definition at line 141 of file aasc.c.

Variable Documentation

◆ ff_aasc_decoder

const FFCodec ff_aasc_decoder
Initial value:
= {
.p.name = "aasc",
CODEC_LONG_NAME("Autodesk RLE"),
.p.type = AVMEDIA_TYPE_VIDEO,
.priv_data_size = sizeof(AascContext),
.close = aasc_decode_end,
.p.capabilities = AV_CODEC_CAP_DR1,
}

Definition at line 150 of file aasc.c.

aasc_decode_frame
static int aasc_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt)
Definition: aasc.c:79
FF_CODEC_DECODE_CB
#define FF_CODEC_DECODE_CB(func)
Definition: codec_internal.h:287
CODEC_LONG_NAME
#define CODEC_LONG_NAME(str)
Definition: codec_internal.h:272
aasc_decode_init
static av_cold int aasc_decode_init(AVCodecContext *avctx)
Definition: aasc.c:43
init
int(* init)(AVBSFContext *ctx)
Definition: dts2pts.c:366
AV_CODEC_CAP_DR1
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
Definition: codec.h:52
AascContext
Definition: aasc.c:34
aasc_decode_end
static av_cold int aasc_decode_end(AVCodecContext *avctx)
Definition: aasc.c:141
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201
AV_CODEC_ID_AASC
@ AV_CODEC_ID_AASC
Definition: codec_id.h:126