45 int num_lens, num_codes, num_codes_sum, prefix;
54 for (i = 0; i < num_lens; i++) {
56 num_codes_sum += num_codes;
58 if (num_codes_sum > 256) {
62 "Too many VLCs (%d) to be read.\n", num_codes_sum);
66 for (j = 0; j < num_codes; j++) {
69 codes[
count] = prefix++;
78 codes, 2, 2, symbols, 1, 1, 0);
96 pred[0] = top_left[0];
97 pred[1] = top_left[1];
98 pred[2] = top_left[2];
99 pred[3] = top_left[3];
142 top_left[0] = outbuf[0];
146 top_left[1] = outbuf[1];
147 top_left[2] = outbuf[2];
148 top_left[3] = outbuf[3];
179 *top_left = outbuf[0];
196 for (i = 0; i < ctx->
avctx->
width >> is_chroma; i++) {
207 *top_left = outbuf[0];
231 for (i = 0; i < 4; i++) {
234 for (j = 0; j <= i; j++)
238 "Could not read code table %d.\n", i);
244 for (i = 0; i < avctx->
height; i++) {
250 for (i = 0; i < 4; i++)
274 for (i = 0; i < 3; i++) {
277 for (j = 0; j <= i; j++)
281 "Could not read code table %d.\n", i);
287 for (i = 0; i < avctx->
height; i++) {
288 for (j = 0; j < 3; j++)
294 for (i = 0; i < 3; i++)
314 dst[0] = pic->
data[0];
315 dst[1] = pic->
data[1];
316 dst[2] = pic->
data[2];
327 for (i = 0; i < 2; i++) {
330 for (j = 0; j <= i; j++)
334 "Could not read code table %d.\n", i);
340 for (i = 0; i < avctx->
height; i++) {
345 for (j = 0; j < 3; j++)
349 for (i = 0; i < 2; i++)
356 int *got_picture_ptr,
AVPacket *avpkt)
361 uint32_t info_tag, info_offset;
364 int coding_type, ret;
366 if (avpkt->
size < 4 + 4) {
373 if (info_tag ==
MKTAG(
'I',
'N',
'F',
'O')) {
374 info_offset =
AV_RL32(src + 4);
375 if (info_offset > UINT32_MAX - 8 || info_offset + 8 > avpkt->
size) {
377 "Invalid INFO header offset: 0x%08"PRIX32
" is too large.\n",
387 data_size = (avpkt->
size - info_offset) & ~1;
412 coding_type = (
AV_RL32(src) >> 8) & 0xFF;
415 switch (coding_type) {
461 *got_picture_ptr = 1;
static int read_rgb24_component_line(CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf)
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
This structure describes decoded (raw) audio or video data.
ptrdiff_t const GLvoid * data
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
packed RGB 8:8:8, 24bpp, RGBRGB...
void(* bswap16_buf)(uint16_t *dst, const uint16_t *src, int len)
static av_cold int init(AVCodecContext *avctx)
int ff_canopus_parse_info_tag(AVCodecContext *avctx, const uint8_t *src, size_t size)
int ff_init_vlc_sparse(VLC *vlc_arg, int nb_bits, int nb_codes, const void *bits, int bits_wrap, int bits_size, const void *codes, int codes_wrap, int codes_size, const void *symbols, int symbols_wrap, int symbols_size, int flags)
enum AVPixelFormat pix_fmt
Pixel format, see AV_PIX_FMT_xxx.
void av_fast_padded_malloc(void *ptr, unsigned int *size, size_t min_size)
Same behaviour av_fast_malloc but the buffer has additional AV_INPUT_BUFFER_PADDING_SIZE at the end w...
static int cllc_decode_frame(AVCodecContext *avctx, void *data, int *got_picture_ptr, AVPacket *avpkt)
int bits_per_raw_sample
Bits per sample/pixel of internal libavcodec pixel/sample format.
void void avpriv_request_sample(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature.
bitstream reader API header.
static av_cold int cllc_decode_close(AVCodecContext *avctx)
static int read_code_table(CLLCContext *ctx, GetBitContext *gb, VLC *vlc)
#define UPDATE_CACHE(name, gb)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static const struct endianess table[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
const char * name
Name of the codec implementation.
#define CLOSE_READER(name, gb)
packed ARGB 8:8:8:8, 32bpp, ARGBARGB...
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
static int decode_rgb24_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
static int decode_argb_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
enum AVPictureType pict_type
Picture type of the frame.
int width
picture width / height.
#define GET_VLC(code, name, gb, table, bits, max_depth)
If the vlc code is invalid and max_depth=1, then no bits will be removed.
static const float pred[4]
#define AVERROR_PATCHWELCOME
Not yet implemented in FFmpeg, patches welcome.
Libavcodec external API header.
int linesize[AV_NUM_DATA_POINTERS]
For video, size in bytes of each picture line.
static int init_get_bits8(GetBitContext *s, const uint8_t *buffer, int byte_size)
Initialize GetBitContext.
main external API structure.
int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
Get a buffer for a frame.
#define OPEN_READER(name, gb)
static void skip_bits(GetBitContext *s, int n)
static int read_yuv_component_line(CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf, int is_chroma)
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
static int decode(AVCodecContext *avctx, void *data, int *got_sub, AVPacket *avpkt)
static av_cold int cllc_decode_init(AVCodecContext *avctx)
common internal api header.
static int read_argb_line(CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf)
av_cold void ff_bswapdsp_init(BswapDSPContext *c)
VLC_TYPE(* table)[2]
code, bits
int key_frame
1 -> keyframe, 0-> not
#define MKTAG(a, b, c, d)
static int decode_yuv_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
This structure stores compressed data.
void ff_free_vlc(VLC *vlc)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.