#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "lzw.h"
Go to the source code of this file.
#define GCE_DISPOSAL_BACKGROUND 2 |
#define GCE_DISPOSAL_INPLACE 1 |
#define GCE_DISPOSAL_NONE 0 |
#define GCE_DISPOSAL_RESTORE 3 |
static int gif_parse_next_image |
( |
GifState * |
s | ) |
|
|
static |
static int gif_read_extension |
( |
GifState * |
s | ) |
|
|
static |
static int gif_read_header1 |
( |
GifState * |
s | ) |
|
|
static |
static int gif_read_image |
( |
GifState * |
s | ) |
|
|
static |
Initial value:= {
.name = "gif",
}
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
static av_cold int gif_decode_close(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 av_cold int gif_decode_init(AVCodecContext *avctx)
static int gif_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static void close(AVCodecParserContext *s)
Definition at line 323 of file gifdec.c.
const uint8_t gif87a_sig[6] = "GIF87a" |
|
static |
const uint8_t gif89a_sig[6] = "GIF89a" |
|
static |