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 "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 42 of file ffv1dec.c.
Referenced by decode_line(), and get_symbol().
|
static |
Definition at line 62 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 67 of file ffv1dec.c.
Referenced by decode_line().
|
static |
Definition at line 97 of file ffv1dec.c.
Referenced by decode_plane(), and decode_rgb_frame().
|
static |
|
static |
|
static |
Definition at line 278 of file ffv1dec.c.
Referenced by decode_slice().
|
static |
Definition at line 357 of file ffv1dec.c.
Referenced by decode_frame().
|
static |
Definition at line 468 of file ffv1dec.c.
Referenced by read_quant_tables().
|
static |
Definition at line 495 of file ffv1dec.c.
Referenced by read_extra_header(), and read_header().
|
static |
Definition at line 510 of file ffv1dec.c.
Referenced by decode_init().
|
static |
Definition at line 620 of file ffv1dec.c.
Referenced by decode_frame(), and mjpegb_decode_frame().
|
static |
|
static |
|
static |
|
static |
Definition at line 1030 of file ffv1dec.c.
Referenced by update_thread_context().
|
static |
AVCodec ff_ffv1_decoder |