#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "lzw.h"
Go to the source code of this file.
◆ GCE_DISPOSAL_NONE
#define GCE_DISPOSAL_NONE 0 |
◆ GCE_DISPOSAL_INPLACE
#define GCE_DISPOSAL_INPLACE 1 |
◆ GCE_DISPOSAL_BACKGROUND
#define GCE_DISPOSAL_BACKGROUND 2 |
◆ GCE_DISPOSAL_RESTORE
#define GCE_DISPOSAL_RESTORE 3 |
◆ gif_read_image()
◆ gif_read_extension()
static int gif_read_extension |
( |
GifState * |
s | ) |
|
|
static |
◆ gif_read_header1()
static int gif_read_header1 |
( |
GifState * |
s | ) |
|
|
static |
◆ gif_parse_next_image()
◆ gif_decode_init()
◆ gif_decode_frame()
◆ gif_decode_close()
◆ gif87a_sig
const uint8_t gif87a_sig[6] = "GIF87a" |
|
static |
◆ gif89a_sig
const uint8_t gif89a_sig[6] = "GIF89a" |
|
static |
◆ ff_gif_decoder
Initial value:= {
.name = "gif",
}
static av_cold int gif_decode_close(AVCodecContext *avctx)
#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 decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
static av_cold int init(AVCodecParserContext *s)
static int gif_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition at line 317 of file gifdec.c.