FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/crc.h"
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"
#include "rangecoder.h"
#include "golomb.h"
#include "mathops.h"
#include "ffv1.h"
#include "ffv1dec_template.c"
Go to the source code of this file.
Macros | |
#define | TYPE int16_t |
#define | RENAME(name) name |
#define | TYPE int32_t |
#define | RENAME(name) name ## 32 |
Variables | |
const AVCodec | ff_ffv1_decoder |
FF Video Codec 1 (a lossless codec) decoder
Definition in file ffv1dec.c.
|
inlinestatic |
Definition at line 41 of file ffv1dec.c.
Referenced by decode_line_TMPL(), and get_symbol().
|
static |
Definition at line 65 of file ffv1dec.c.
Referenced by decode_header(), decode_q_branch(), decode_qlogs(), decode_slice_header(), read_extra_header(), read_header(), and read_quant_table().
|
inlinestatic |
Definition at line 70 of file ffv1dec.c.
Referenced by decode_line_TMPL().
|
static |
Definition at line 95 of file ffv1dec.c.
Referenced by decode_line_TMPL().
|
static |
Definition at line 118 of file ffv1dec.c.
Referenced by decode_slice().
|
static |
Definition at line 164 of file ffv1dec.c.
Referenced by decode_slice().
|
static |
Definition at line 243 of file ffv1dec.c.
Referenced by decode_frame(), and dxtory_decode_v2().
|
static |
Definition at line 365 of file ffv1dec.c.
Referenced by read_quant_tables().
|
static |
Definition at line 392 of file ffv1dec.c.
Referenced by read_extra_header(), and read_header().
|
static |
Definition at line 410 of file ffv1dec.c.
Referenced by decode_init().
|
static |
Definition at line 527 of file ffv1dec.c.
Referenced by decode_frame(), and mjpegb_decode_frame().
|
static |
|
static |
|
static |
const AVCodec ff_ffv1_decoder |