FFmpeg
3.4.2
|
#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 { | |
libopenh264enc | |
av_default_item_name | |
options | |
}; | |
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 81 of file libopenh264enc.c.
|
static |
Definition at line 92 of file libopenh264enc.c.
|
static |
Definition at line 227 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 78 of file libopenh264enc.c.
Referenced by amr_decode_fix_avctx(), av_parse_cpu_caps(), av_parse_cpu_flags(), avcodec_get_subtitle_rect_class(), decode_flush(), ff_rtsp_open_transport_ctx(), g726_reset(), init_output_stream(), nvenc_old_init(), opt_abort_on(), set_spdif(), and vs2av_log().
const { ... } |
AVCodec ff_libopenh264_encoder |
Definition at line 287 of file libopenh264enc.c.