#include <stdio.h>
#include <stdlib.h>
#include "avcodec.h"
#include "libavutil/lzo.h"
Go to the source code of this file.
|
#define | copy_frame_16(f, s, l, h) copy_frame_default(f, s, l, l, h) |
|
#define | copy_frame_32(f, s, l, h) copy_frame_default(f, s, l, l, h) |
|
#define | add_frame_16(f, s, l, h) add_frame_default(f, s, l, l, h) |
|
#define | add_frame_32(f, s, l, h) add_frame_default(f, s, l, l, h) |
|
|
static void | copy_frame_default (AVFrame *f, const uint8_t *src, int src_stride, int linelen, int height) |
|
static void | add_frame_default (AVFrame *f, const uint8_t *src, int src_stride, int linelen, int height) |
|
static int | decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
|
static av_cold int | decode_init (AVCodecContext *avctx) |
|
static av_cold int | decode_end (AVCodecContext *avctx) |
|
static void add_frame_default |
( |
AVFrame * |
f, |
|
|
const uint8_t * |
src, |
|
|
int |
src_stride, |
|
|
int |
linelen, |
|
|
int |
height |
|
) |
| |
|
static |
static void copy_frame_default |
( |
AVFrame * |
f, |
|
|
const uint8_t * |
src, |
|
|
int |
src_stride, |
|
|
int |
linelen, |
|
|
int |
height |
|
) |
| |
|
static |
Initial value:= {
.name = "camstudio",
}
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
static av_cold int decode_end(AVCodecContext *avctx)
static int init(AVCodecParserContext *s)
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static void close(AVCodecParserContext *s)
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static av_cold int decode_init(AVCodecContext *avctx)
Definition at line 257 of file cscd.c.