FFmpeg
4.0
|
#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 "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 | OFFSET(x) offsetof(SVCContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
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 = "libvo_amrwbenc" | |
item_name = av_default_item_name | |
option = options | |
version = LIBAVUTIL_VERSION_INT | |
}; | |
AVCodec | ff_libopenh264_encoder |
#define SM_SIZELIMITED_SLICE SM_DYN_SLICE |
Definition at line 37 of file libopenh264enc.c.
Referenced by svc_encode_init().
#define OFFSET | ( | x | ) | offsetof(SVCContext, x) |
Definition at line 52 of file libopenh264enc.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 53 of file libopenh264enc.c.
|
static |
Definition at line 84 of file libopenh264enc.c.
|
static |
Definition at line 95 of file libopenh264enc.c.
|
static |
Definition at line 230 of file libopenh264enc.c.
|
static |
Definition at line 54 of file libopenh264enc.c.
|
private |
Definition at line 78 of file libopenh264enc.c.
|
private |
Definition at line 79 of file libopenh264enc.c.
|
private |
Definition at line 80 of file libopenh264enc.c.
|
private |
Definition at line 81 of file libopenh264enc.c.
const { ... } |
AVCodec ff_libopenh264_encoder |
Definition at line 294 of file libopenh264enc.c.