Go to the source code of this file.
◆ xan_decode_end()
◆ xan_decode_init()
◆ xan_unpack_luma()
| static int xan_unpack_luma |
( |
XanContext * | s, |
|
|
uint8_t * | dst, |
|
|
const int | dst_size ) |
|
static |
◆ xan_unpack()
| static int xan_unpack |
( |
XanContext * | s, |
|
|
uint8_t * | dest, |
|
|
const int | dest_len ) |
|
static |
◆ xan_decode_chroma()
| static int xan_decode_chroma |
( |
AVCodecContext * | avctx, |
|
|
unsigned | chroma_off ) |
|
static |
◆ xan_decode_frame_type0()
◆ xan_decode_frame_type1()
◆ xan_decode_frame()
◆ ff_xan_wc4_decoder
Initial value:= {
.p.name = "xan_wc4",
}
static av_cold void close(AVCodecParserContext *s)
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static av_cold int xan_decode_init(AVCodecContext *avctx)
static int xan_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt)
static av_cold int xan_decode_end(AVCodecContext *avctx)
Definition at line 436 of file xxan.c.