FFmpeg
|
#include <wels/codec_api.h>
#include <wels/codec_ver.h>
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "encode.h"
#include "internal.h"
#include "libopenh264.h"
Go to the source code of this file.
Data Structures | |
struct | SVCContext |
Macros | |
#define | SM_SIZELIMITED_SLICE SM_DYN_SLICE |
#define | TARGET_BITRATE_DEFAULT 2*1000*1000 |
#define | OFFSET(x) offsetof(SVCContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
#define | DEPRECATED AV_OPT_FLAG_DEPRECATED |
#define | PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, { .i64 = value }, 0, 0, VE, "profile" |
Functions | |
static av_cold int | svc_encode_close (AVCodecContext *avctx) |
static av_cold int | svc_encode_init (AVCodecContext *avctx) |
static int | svc_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet) |
Variables | |
static const AVOption | options [] |
class { | |
class_name = "libopenh264enc" | |
item_name = av_default_item_name | |
option = options | |
version = LIBAVUTIL_VERSION_INT | |
}; | |
static const FFCodecDefault | svc_enc_defaults [] |
const FFCodec | ff_libopenh264_encoder |
#define SM_SIZELIMITED_SLICE SM_DYN_SLICE |
Definition at line 39 of file libopenh264enc.c.
#define TARGET_BITRATE_DEFAULT 2*1000*1000 |
Definition at line 42 of file libopenh264enc.c.
#define OFFSET | ( | x | ) | offsetof(SVCContext, x) |
Definition at line 59 of file libopenh264enc.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 60 of file libopenh264enc.c.
#define DEPRECATED AV_OPT_FLAG_DEPRECATED |
Definition at line 61 of file libopenh264enc.c.
#define PROFILE | ( | name, | |
value | |||
) | name, NULL, 0, AV_OPT_TYPE_CONST, { .i64 = value }, 0, 0, VE, "profile" |
|
static |
Definition at line 98 of file libopenh264enc.c.
|
static |
Definition at line 109 of file libopenh264enc.c.
|
static |
Definition at line 365 of file libopenh264enc.c.
|
static |
Definition at line 62 of file libopenh264enc.c.
|
private |
Definition at line 92 of file libopenh264enc.c.
|
private |
Definition at line 93 of file libopenh264enc.c.
|
private |
Definition at line 94 of file libopenh264enc.c.
|
private |
Definition at line 95 of file libopenh264enc.c.
const { ... } |
|
static |
Definition at line 428 of file libopenh264enc.c.
const FFCodec ff_libopenh264_encoder |
Definition at line 436 of file libopenh264enc.c.