|
FFmpeg
|
#include <wels/codec_api.h>#include <wels/codec_ver.h>#include "libavutil/attributes.h"#include "libavutil/common.h"#include "libavutil/mem.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 "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) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
| #define | DEPRECATED AV_OPT_FLAG_DEPRECATED |
| #define | PROFILE(name, value) |
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.
Referenced by svc_encode_init().
| #define TARGET_BITRATE_DEFAULT 2*1000*1000 |
Definition at line 42 of file libopenh264enc.c.
Referenced by svc_encode_init().
| #define OFFSET | ( | 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.
|
static |
Definition at line 98 of file libopenh264enc.c.
|
static |
Definition at line 109 of file libopenh264enc.c.
|
static |
Definition at line 355 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 AVClass class { ... } |
|
static |
Definition at line 418 of file libopenh264enc.c.
| const FFCodec ff_libopenh264_encoder |
Definition at line 426 of file libopenh264enc.c.