FFmpeg
|
vble.c File Reference
VBLE Decoder. More...
#include "avcodec.h"
#include "dsputil.h"
#include "get_bits.h"
#include "internal.h"
#include "mathops.h"
Include dependency graph for vble.c:
Go to the source code of this file.
Data Structures | |
struct | VBLEContext |
Macros | |
#define | BITSTREAM_READER_LE |
Functions | |
static int | vble_unpack (VBLEContext *ctx, GetBitContext *gb) |
static void | vble_restore_plane (VBLEContext *ctx, AVFrame *pic, GetBitContext *gb, int plane, int offset, int width, int height) |
static int | vble_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | vble_decode_close (AVCodecContext *avctx) |
static av_cold int | vble_decode_init (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_vble_decoder |
Detailed Description
VBLE Decoder.
Definition in file vble.c.
Macro Definition Documentation
Function Documentation
|
static |
Definition at line 170 of file vble.c.
Referenced by vble_decode_init().
|
static |
|
static |
|
static |
Definition at line 83 of file vble.c.
Referenced by vble_decode_frame().
|
static |
Definition at line 43 of file vble.c.
Referenced by vble_decode_frame().
Variable Documentation
AVCodec ff_vble_decoder |
Initial value:
= {
.name = "vble",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_VBLE,
.priv_data_size = sizeof(VBLEContext),
.init = vble_decode_init,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("VBLE Lossless Codec"),
}
static int vble_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: vble.c:114
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: vble.c:35
Definition: libavcodec/avcodec.h:258
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