|
FFmpeg
|
FF Video Codec 1 (a lossless codec) 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 "get_bits.h"#include "internal.h"#include "mathops.h"#include "put_bits.h"#include "rangecoder.h"#include "thread.h"#include "ffv1_template.c"Go to the source code of this file.
Classes | |
| struct | VlcState |
| struct | PlaneContext |
| struct | FFV1Context |
Typedefs | |
| typedef struct VlcState | VlcState |
| typedef struct PlaneContext | PlaneContext |
| typedef struct FFV1Context | FFV1Context |
Functions | |
| int | ff_ffv1_common_init (AVCodecContext *avctx) |
| int | ff_ffv1_init_slice_state (FFV1Context *f, FFV1Context *fs) |
| int | ff_ffv1_init_slices_state (FFV1Context *f) |
| int | ff_ffv1_init_slice_contexts (FFV1Context *f) |
| int | ff_ffv1_allocate_initial_states (FFV1Context *f) |
| void | ff_ffv1_clear_slice_state (FFV1Context *f, FFV1Context *fs) |
| int | ff_ffv1_close (AVCodecContext *avctx) |
FF Video Codec 1 (a lossless codec)
1.8.12