libavcodec/xl.c File Reference

Miro VideoXL codec. More...

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

Go to the source code of this file.

Data Structures

struct  VideoXLContext

Functions

static int decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size)
static av_cold int decode_init (AVCodecContext *avctx)

Variables

static const int xl_table [32]
AVCodec xl_decoder


Detailed Description

Miro VideoXL codec.

Definition in file xl.c.


Function Documentation

static int decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
const uint8_t *  buf,
int  buf_size 
) [static]

Definition at line 41 of file xl.c.

static av_cold int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 121 of file xl.c.


Variable Documentation

Initial value:

 {
    "xl",
    CODEC_TYPE_VIDEO,
    CODEC_ID_VIXL,
    sizeof(VideoXLContext),
    decode_init,
    NULL,
    NULL,
    decode_frame,
    CODEC_CAP_DR1,
    .long_name = NULL_IF_CONFIG_SMALL("Miro VideoXL"),
}

Definition at line 129 of file xl.c.

const int xl_table[32] [static]

Initial value:

 {
   0,   1,   2,   3,   4,   5,   6,   7,
   8,   9,  12,  15,  20,  25,  34,  46,
  64,  82,  94, 103, 108, 113, 116, 119,
 120, 121, 122, 123, 124, 125, 126, 127}

Definition at line 35 of file xl.c.

Referenced by decode_frame().


Generated on Fri Oct 26 02:35:45 2012 for FFmpeg by  doxygen 1.5.8