Go to the source code of this file.
Classes | |
| struct | FlicDecodeContext |
Functions | |
| static int | flic_decode_init (AVCodecContext *avctx) |
| static int | flic_decode_frame_8BPP (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| static int | flic_decode_frame_15_16BPP (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| static int | flic_decode_frame_24BPP (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| static int | flic_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| static int | flic_decode_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | flic_decoder |
| static int flic_decode_init | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 79 of file flicvideo.c.
| static int flic_decode_frame_8BPP | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
| static int flic_decode_frame_15_16BPP | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
| static int flic_decode_frame_24BPP | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
| static int flic_decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 701 of file flicvideo.c.
| static int flic_decode_end | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 728 of file flicvideo.c.
Initial value:
{
"flic",
CODEC_TYPE_VIDEO,
CODEC_ID_FLIC,
sizeof(FlicDecodeContext),
flic_decode_init,
NULL,
flic_decode_end,
flic_decode_frame,
CODEC_CAP_DR1,
NULL,
NULL,
NULL,
NULL
}
Definition at line 738 of file flicvideo.c.
1.5.5