Go to the source code of this file.
|
static av_cold int | gdv_decode_init (AVCodecContext *avctx) |
|
static void | rescale (GDVContext *gdv, uint8_t *dst, int w, int h, int scale_v, int scale_h) |
|
static int | read_bits2 (Bits8 *bits, GetByteContext *gb) |
|
static void | fill_bits32 (Bits32 *bits, GetByteContext *gb) |
|
static int | read_bits32 (Bits32 *bits, GetByteContext *gb, int nbits) |
|
static void | lz_copy (PutByteContext *pb, GetByteContext *g2, int offset, unsigned len) |
|
static int | decompress_2 (AVCodecContext *avctx) |
|
static int | decompress_5 (AVCodecContext *avctx, unsigned skip) |
|
static int | decompress_68 (AVCodecContext *avctx, unsigned skip, unsigned use8) |
|
static int | gdv_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
|
static av_cold int | gdv_decode_close (AVCodecContext *avctx) |
|
#define PREAMBLE_SIZE 4096 |
Definition at line 53 of file gdv.c.
Initial value:= {
.name = "gdv",
}
static av_cold int init(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
static int gdv_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int gdv_decode_close(AVCodecContext *avctx)
static av_cold int gdv_decode_init(AVCodecContext *avctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition at line 507 of file gdv.c.