aura.c File Reference

Aura 2 decoder. More...

#include "avcodec.h"
#include "internal.h"
#include "libavutil/internal.h"

Go to the source code of this file.

Data Structures

struct  AuraDecodeContext
 

Typedefs

typedef struct AuraDecodeContext AuraDecodeContext
 

Functions

static av_cold int aura_decode_init (AVCodecContext *avctx)
 
static int aura_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt)
 
static av_cold int aura_decode_end (AVCodecContext *avctx)
 

Variables

AVCodec ff_aura2_decoder
 

Detailed Description

Aura 2 decoder.

Definition in file aura.c.

Typedef Documentation

Function Documentation

static av_cold int aura_decode_end ( AVCodecContext avctx)
static

Definition at line 116 of file aura.c.

static int aura_decode_frame ( AVCodecContext avctx,
void data,
int *  got_frame,
AVPacket pkt 
)
static

Definition at line 48 of file aura.c.

static av_cold int aura_decode_init ( AVCodecContext avctx)
static

Definition at line 35 of file aura.c.

Variable Documentation

AVCodec ff_aura2_decoder
Initial value:
= {
.name = "aura2",
.priv_data_size = sizeof(AuraDecodeContext),
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Auravision Aura 2"),
}
static av_cold int aura_decode_init(AVCodecContext *avctx)
Definition: aura.c:35
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
Definition: mimic.c:228
static av_cold int aura_decode_end(AVCodecContext *avctx)
Definition: aura.c:116
static int init(AVCodecParserContext *s)
Definition: h264_parser.c:335
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:88
static int aura_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt)
Definition: aura.c:48
static void close(AVCodecParserContext *s)
Definition: h264_parser.c:326
struct AuraDecodeContext AuraDecodeContext

Definition at line 126 of file aura.c.