FFmpeg
|
targa.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "targa.h"
Include dependency graph for targa.c:
Go to the source code of this file.
Data Structures | |
struct | TargaContext |
Typedefs | |
typedef struct TargaContext | TargaContext |
Functions | |
static uint8_t * | advance_line (uint8_t *start, uint8_t *line, int stride, int *y, int h, int interleave) |
static int | targa_decode_rle (AVCodecContext *avctx, TargaContext *s, uint8_t *start, int w, int h, int stride, int bpp, int interleave) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_targa_decoder |
Typedef Documentation
typedef struct TargaContext TargaContext |
Function Documentation
|
static |
Definition at line 33 of file targa.c.
Referenced by decode_frame(), and targa_decode_rle().
|
static |
|
static |
Definition at line 50 of file targa.c.
Referenced by decode_frame().
Variable Documentation
AVCodec ff_targa_decoder |
Initial value:
= {
.name = "targa",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_TARGA,
.priv_data_size = sizeof(TargaContext),
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Truevision Targa image"),
}
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: targa.c:109
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:196
struct TargaContext TargaContext
Definition: avutil.h:143
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11