FFmpeg
|
cllc.c File Reference
#include "libavutil/intreadwrite.h"
#include "dsputil.h"
#include "get_bits.h"
#include "avcodec.h"
#include "internal.h"
Include dependency graph for cllc.c:
Go to the source code of this file.
Data Structures | |
struct | CLLCContext |
Typedefs | |
typedef struct CLLCContext | CLLCContext |
Functions | |
static int | read_code_table (CLLCContext *ctx, GetBitContext *gb, VLC *vlc) |
static int | read_argb_line (CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf) |
static int | read_rgb24_component_line (CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf) |
static int | decode_argb_frame (CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) |
static int | decode_rgb24_frame (CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) |
static int | cllc_decode_frame (AVCodecContext *avctx, void *data, int *got_picture_ptr, AVPacket *avpkt) |
static av_cold int | cllc_decode_close (AVCodecContext *avctx) |
static av_cold int | cllc_decode_init (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_cllc_decoder |
Typedef Documentation
typedef struct CLLCContext CLLCContext |
Function Documentation
|
static |
|
static |
|
static |
|
static |
Definition at line 182 of file cllc.c.
Referenced by cllc_decode_frame().
|
static |
Definition at line 226 of file cllc.c.
Referenced by cllc_decode_frame().
|
static |
Definition at line 82 of file cllc.c.
Referenced by decode_argb_frame().
|
static |
Definition at line 37 of file cllc.c.
Referenced by decode_argb_frame(), and decode_rgb24_frame().
|
static |
Definition at line 152 of file cllc.c.
Referenced by decode_rgb24_frame().
Variable Documentation
AVCodec ff_cllc_decoder |
Initial value:
= {
.name = "cllc",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_CLLC,
.priv_data_size = sizeof(CLLCContext),
.init = cllc_decode_init,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Canopus Lossless Codec"),
}
static int cllc_decode_frame(AVCodecContext *avctx, void *data, int *got_picture_ptr, AVPacket *avpkt)
Definition: cllc.c:270
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
struct CLLCContext CLLCContext
Definition: avutil.h:143
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868
Definition: libavcodec/avcodec.h:269
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11