FFmpeg
Functions | Variables
xbmdec.c File Reference
#include "libavutil/avstring.h"
#include "avcodec.h"
#include "internal.h"
#include "mathops.h"

Go to the source code of this file.

Functions

static int get_nibble (uint8_t x)
 
static int parse_str_int (const uint8_t *p, const uint8_t *end, const uint8_t *key)
 
static int xbm_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
 

Variables

const AVCodec ff_xbm_decoder
 

Function Documentation

◆ get_nibble()

static int get_nibble ( uint8_t  x)
static

Definition at line 29 of file xbmdec.c.

Referenced by xbm_decode_frame().

◆ parse_str_int()

static int parse_str_int ( const uint8_t *  p,
const uint8_t *  end,
const uint8_t *  key 
)
static

Definition at line 44 of file xbmdec.c.

Referenced by xbm_decode_frame().

◆ xbm_decode_frame()

static int xbm_decode_frame ( AVCodecContext avctx,
void *  data,
int got_frame,
AVPacket avpkt 
)
static

Definition at line 66 of file xbmdec.c.

Variable Documentation

◆ ff_xbm_decoder

const AVCodec ff_xbm_decoder
Initial value:
= {
.name = "xbm",
.long_name = NULL_IF_CONFIG_SMALL("XBM (X BitMap) image"),
.decode = xbm_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
}

Definition at line 139 of file xbmdec.c.

AV_CODEC_CAP_DR1
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
Definition: codec.h:52
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:117
AV_CODEC_ID_XBM
@ AV_CODEC_ID_XBM
Definition: codec_id.h:210
xbm_decode_frame
static int xbm_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: xbmdec.c:66
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201