FFmpeg
|
FF Video Codec 1 (a lossless codec) decoder. More...
#include "libavutil/avassert.h"
#include "libavutil/crc.h"
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "libavutil/pixdesc.h"
#include "libavutil/timer.h"
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"
#include "put_bits.h"
#include "rangecoder.h"
#include "golomb.h"
#include "mathops.h"
#include "ffv1.h"
Go to the source code of this file.
Variables | |
AVCodec | ff_ffv1_decoder |
FF Video Codec 1 (a lossless codec) decoder.
Definition in file ffv1dec.c.
|
inlinestatic |
Definition at line 43 of file ffv1dec.c.
Referenced by decode_line(), and get_symbol().
|
static |
Definition at line 63 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 68 of file ffv1dec.c.
Referenced by decode_line().
|
static |
Definition at line 98 of file ffv1dec.c.
Referenced by decode_plane(), and decode_rgb_frame().
|
static |
|
static |
|
static |
Definition at line 265 of file ffv1dec.c.
Referenced by decode_slice().
|
static |
Definition at line 323 of file ffv1dec.c.
Referenced by decode_frame().
|
static |
Definition at line 393 of file ffv1dec.c.
Referenced by read_quant_tables().
|
static |
Definition at line 420 of file ffv1dec.c.
Referenced by read_extra_header(), and read_header().
|
static |
Definition at line 435 of file ffv1dec.c.
Referenced by decode_init().
|
static |
Definition at line 517 of file ffv1dec.c.
Referenced by decode_frame(), and mjpegb_decode_frame().
|
static |
|
static |
AVCodec ff_ffv1_decoder |