|
FFmpeg
|
#include <vvenc/vvenc.h>#include <vvenc/vvencCfg.h>#include <vvenc/version.h>#include "libavutil/avstring.h"#include "libavutil/avutil.h"#include "libavutil/common.h"#include "libavutil/frame.h"#include "libavutil/imgutils.h"#include "libavutil/log.h"#include "libavutil/mem.h"#include "libavutil/pixdesc.h"#include "libavutil/opt.h"#include "avcodec.h"#include "codec_internal.h"#include "encode.h"#include "internal.h"#include "packet_internal.h"#include "profiles.h"Go to the source code of this file.
Data Structures | |
| struct | VVenCContext |
Macros | |
| #define | VVENC_VERSION_INT |
| #define | OFFSET(x) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
| static void | vvenc_log_callback (void *ctx, int level, const char *fmt, va_list args) |
| static void | vvenc_set_verbository (vvenc_config *params) |
| static void | vvenc_set_pic_format (AVCodecContext *avctx, vvenc_config *params) |
| static void | vvenc_set_color_format (AVCodecContext *avctx, vvenc_config *params) |
| static void | vvenc_set_framerate (AVCodecContext *avctx, vvenc_config *params) |
| static int | vvenc_parse_vvenc_params (AVCodecContext *avctx, vvenc_config *params) |
| static int | vvenc_set_rc_mode (AVCodecContext *avctx, vvenc_config *params) |
| static int | vvenc_init_extradata (AVCodecContext *avctx, VVenCContext *s) |
| static av_cold int | vvenc_init (AVCodecContext *avctx) |
| static av_cold int | vvenc_close (AVCodecContext *avctx) |
| static av_cold int | vvenc_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
Variables | ||
| static enum AVPixelFormat | pix_fmts_vvenc [] | |
| static const AVOption | options [] | |
| class { | ||
| class_name = "libvvenc" | ||
| item_name = av_default_item_name | ||
| option = options | ||
| version = LIBAVUTIL_VERSION_INT | ||
| }; | ||
| static const FFCodecDefault | vvenc_defaults [] | |
| const FFCodec | ff_libvvenc_encoder | |
| #define VVENC_VERSION_INT |
Definition at line 44 of file libvvenc.c.
| #define OFFSET | ( | x | ) |
Definition at line 426 of file libvvenc.c.
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 427 of file libvvenc.c.
|
static |
Definition at line 63 of file libvvenc.c.
Referenced by vvenc_init().
|
static |
Definition at line 76 of file libvvenc.c.
Referenced by vvenc_init().
|
static |
Definition at line 88 of file libvvenc.c.
Referenced by vvenc_init().
|
static |
Definition at line 94 of file libvvenc.c.
Referenced by vvenc_init().
|
static |
Definition at line 121 of file libvvenc.c.
Referenced by vvenc_init().
|
static |
Definition at line 134 of file libvvenc.c.
Referenced by vvenc_init().
|
static |
Definition at line 172 of file libvvenc.c.
Referenced by vvenc_init().
|
static |
Definition at line 205 of file libvvenc.c.
Referenced by vvenc_init().
|
static |
Definition at line 231 of file libvvenc.c.
|
static |
Definition at line 346 of file libvvenc.c.
|
static |
Definition at line 363 of file libvvenc.c.
|
static |
Definition at line 421 of file libvvenc.c.
|
static |
Definition at line 428 of file libvvenc.c.
|
private |
Definition at line 449 of file libvvenc.c.
|
private |
Definition at line 450 of file libvvenc.c.
|
private |
Definition at line 451 of file libvvenc.c.
|
private |
Definition at line 452 of file libvvenc.c.
| const AVClass class { ... } |
|
static |
Definition at line 455 of file libvvenc.c.
| const FFCodec ff_libvvenc_encoder |
Definition at line 461 of file libvvenc.c.