FFmpeg
|
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "amfenc.h"
#include "codec_internal.h"
#include <AMF/components/PreAnalysis.h>
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(AmfContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static av_cold int | amf_encode_init_h264 (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
static const FFCodecDefault | defaults [] |
static const AVClass | h264_amf_class |
const FFCodec | ff_h264_amf_encoder |
#define OFFSET | ( | x | ) | offsetof(AmfContext, x) |
Definition at line 27 of file amfenc_h264.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 28 of file amfenc_h264.c.
|
static |
Color Range (Support for older Drivers)
Color Depth
Color Transfer Characteristics (AMF matches ISO/IEC)
Color Primaries (AMF matches ISO/IEC)
VBV Buffer
Maximum Access Unit Size and AUD
Definition at line 192 of file amfenc_h264.c.
|
static |
Definition at line 30 of file amfenc_h264.c.
|
static |
Definition at line 571 of file amfenc_h264.c.
|
static |
Definition at line 583 of file amfenc_h264.c.
const FFCodec ff_h264_amf_encoder |
Definition at line 590 of file amfenc_h264.c.