|
FFmpeg
|
Ut Video encoder. More...
#include "libavutil/imgutils.h"#include "libavutil/intreadwrite.h"#include "libavutil/opt.h"#include "avcodec.h"#include "internal.h"#include "bswapdsp.h"#include "bytestream.h"#include "put_bits.h"#include "mathops.h"#include "utvideo.h"#include "huffman.h"Go to the source code of this file.
Macros | |
| #define | OFFSET(x) offsetof(UtvideoContext, x) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
| static const AVOption | options [] |
| static const AVClass | utvideo_class |
| AVCodec | ff_utvideo_encoder |
Ut Video encoder.
Definition in file utvideoenc.c.
| #define OFFSET | ( | x | ) | offsetof(UtvideoContext, x) |
Definition at line 662 of file utvideoenc.c.
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 663 of file utvideoenc.c.
Definition at line 41 of file utvideoenc.c.
Referenced by calculate_codes().
|
static |
Definition at line 47 of file utvideoenc.c.
Referenced by utvideo_encode_init().
|
static |
Definition at line 59 of file utvideoenc.c.
|
static |
Definition at line 245 of file utvideoenc.c.
Referenced by utvideo_encode_frame().
|
static |
Definition at line 280 of file utvideoenc.c.
Referenced by encode_plane().
|
static |
Definition at line 300 of file utvideoenc.c.
Referenced by encode_plane().
Definition at line 334 of file utvideoenc.c.
Referenced by encode_plane().
Definition at line 348 of file utvideoenc.c.
Referenced by encode_plane().
|
static |
Definition at line 369 of file utvideoenc.c.
Referenced by encode_plane().
|
static |
Definition at line 401 of file utvideoenc.c.
Referenced by utvideo_encode_frame().
|
static |
Definition at line 543 of file utvideoenc.c.
|
static |
Definition at line 664 of file utvideoenc.c.
|
static |
Definition at line 674 of file utvideoenc.c.
| AVCodec ff_utvideo_encoder |
Definition at line 681 of file utvideoenc.c.
1.8.6