FFmpeg
Macros | Variables
profiles.h File Reference
#include "avcodec.h"
#include "libavutil/opt.h"

Go to the source code of this file.

Macros

#define FF_AVCTX_PROFILE_OPTION(name, description, type, value)   {name, description, 0, AV_OPT_TYPE_CONST, {.i64 = value }, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_## type ##_PARAM, .unit = "avctx.profile"},
 
#define FF_AAC_PROFILE_OPTS
 
#define FF_MPEG4_PROFILE_OPTS
 
#define FF_MPEG2_PROFILE_OPTS
 
#define FF_AV1_PROFILE_OPTS
 

Variables

const AVProfile ff_aac_profiles []
 
const AVProfile ff_dca_profiles []
 
const AVProfile ff_eac3_profiles []
 
const AVProfile ff_truehd_profiles []
 
const AVProfile ff_dnxhd_profiles []
 
const AVProfile ff_h264_profiles []
 
const AVProfile ff_hevc_profiles []
 
const AVProfile ff_vvc_profiles []
 
const AVProfile ff_jpeg2000_profiles []
 
const AVProfile ff_mpeg2_video_profiles []
 
const AVProfile ff_mpeg4_video_profiles []
 
const AVProfile ff_vc1_profiles []
 
const AVProfile ff_vp9_profiles []
 
const AVProfile ff_av1_profiles []
 
const AVProfile ff_sbc_profiles []
 
const AVProfile ff_prores_profiles []
 
const AVProfile ff_mjpeg_profiles []
 
const AVProfile ff_arib_caption_profiles []
 
const AVProfile ff_evc_profiles []
 

Macro Definition Documentation

◆ FF_AVCTX_PROFILE_OPTION

#define FF_AVCTX_PROFILE_OPTION (   name,
  description,
  type,
  value 
)    {name, description, 0, AV_OPT_TYPE_CONST, {.i64 = value }, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_## type ##_PARAM, .unit = "avctx.profile"},

Definition at line 25 of file profiles.h.

◆ FF_AAC_PROFILE_OPTS

#define FF_AAC_PROFILE_OPTS
Value:
FF_AVCTX_PROFILE_OPTION("aac_low", NULL, AUDIO, AV_PROFILE_AAC_LOW)\
FF_AVCTX_PROFILE_OPTION("aac_ssr", NULL, AUDIO, AV_PROFILE_AAC_SSR)\
FF_AVCTX_PROFILE_OPTION("aac_ltp", NULL, AUDIO, AV_PROFILE_AAC_LTP)\
FF_AVCTX_PROFILE_OPTION("aac_he", NULL, AUDIO, AV_PROFILE_AAC_HE)\
FF_AVCTX_PROFILE_OPTION("aac_he_v2", NULL, AUDIO, AV_PROFILE_AAC_HE_V2)\
FF_AVCTX_PROFILE_OPTION("aac_ld", NULL, AUDIO, AV_PROFILE_AAC_LD)\
FF_AVCTX_PROFILE_OPTION("aac_eld", NULL, AUDIO, AV_PROFILE_AAC_ELD)\
FF_AVCTX_PROFILE_OPTION("mpeg2_aac_low", NULL, AUDIO, AV_PROFILE_MPEG2_AAC_LOW)\
FF_AVCTX_PROFILE_OPTION("mpeg2_aac_he", NULL, AUDIO, AV_PROFILE_MPEG2_AAC_HE)\

Definition at line 28 of file profiles.h.

◆ FF_MPEG4_PROFILE_OPTS

#define FF_MPEG4_PROFILE_OPTS
Value:
FF_AVCTX_PROFILE_OPTION("mpeg4_core", NULL, VIDEO, AV_PROFILE_MPEG4_CORE)\
FF_AVCTX_PROFILE_OPTION("mpeg4_main", NULL, VIDEO, AV_PROFILE_MPEG4_MAIN)\
FF_AVCTX_PROFILE_OPTION("mpeg4_asp", NULL, VIDEO, AV_PROFILE_MPEG4_ADVANCED_SIMPLE)\

Definition at line 40 of file profiles.h.

◆ FF_MPEG2_PROFILE_OPTS

#define FF_MPEG2_PROFILE_OPTS
Value:
FF_AVCTX_PROFILE_OPTION("high", NULL, VIDEO, AV_PROFILE_MPEG2_HIGH)\
FF_AVCTX_PROFILE_OPTION("ss", NULL, VIDEO, AV_PROFILE_MPEG2_SS)\
FF_AVCTX_PROFILE_OPTION("snr", NULL, VIDEO, AV_PROFILE_MPEG2_SNR_SCALABLE)\
FF_AVCTX_PROFILE_OPTION("main", NULL, VIDEO, AV_PROFILE_MPEG2_MAIN)\
FF_AVCTX_PROFILE_OPTION("simple", NULL, VIDEO, AV_PROFILE_MPEG2_SIMPLE)\

Definition at line 46 of file profiles.h.

◆ FF_AV1_PROFILE_OPTS

#define FF_AV1_PROFILE_OPTS
Value:
FF_AVCTX_PROFILE_OPTION("high", NULL, VIDEO, AV_PROFILE_AV1_HIGH)\
FF_AVCTX_PROFILE_OPTION("professional", NULL, VIDEO, AV_PROFILE_AV1_PROFESSIONAL)\

Definition at line 54 of file profiles.h.

Variable Documentation

◆ ff_aac_profiles

const AVProfile ff_aac_profiles[]

Definition at line 26 of file profiles.c.

◆ ff_dca_profiles

const AVProfile ff_dca_profiles[]

Definition at line 38 of file profiles.c.

◆ ff_eac3_profiles

const AVProfile ff_eac3_profiles[]

Definition at line 50 of file profiles.c.

◆ ff_truehd_profiles

const AVProfile ff_truehd_profiles[]

Definition at line 55 of file profiles.c.

◆ ff_dnxhd_profiles

const AVProfile ff_dnxhd_profiles[]

Definition at line 60 of file profiles.c.

◆ ff_h264_profiles

const AVProfile ff_h264_profiles[]

Definition at line 70 of file profiles.c.

◆ ff_hevc_profiles

const AVProfile ff_hevc_profiles[]

Definition at line 95 of file profiles.c.

◆ ff_vvc_profiles

const AVProfile ff_vvc_profiles[]

Definition at line 89 of file profiles.c.

◆ ff_jpeg2000_profiles

const AVProfile ff_jpeg2000_profiles[]

Definition at line 104 of file profiles.c.

◆ ff_mpeg2_video_profiles

const AVProfile ff_mpeg2_video_profiles[]

Definition at line 113 of file profiles.c.

◆ ff_mpeg4_video_profiles

const AVProfile ff_mpeg4_video_profiles[]

Definition at line 124 of file profiles.c.

◆ ff_vc1_profiles

const AVProfile ff_vc1_profiles[]

Definition at line 144 of file profiles.c.

◆ ff_vp9_profiles

const AVProfile ff_vp9_profiles[]

Definition at line 152 of file profiles.c.

◆ ff_av1_profiles

const AVProfile ff_av1_profiles[]

Definition at line 160 of file profiles.c.

◆ ff_sbc_profiles

const AVProfile ff_sbc_profiles[]

Definition at line 167 of file profiles.c.

◆ ff_prores_profiles

const AVProfile ff_prores_profiles[]

Definition at line 172 of file profiles.c.

◆ ff_mjpeg_profiles

const AVProfile ff_mjpeg_profiles[]

Definition at line 182 of file profiles.c.

◆ ff_arib_caption_profiles

const AVProfile ff_arib_caption_profiles[]

Definition at line 191 of file profiles.c.

◆ ff_evc_profiles

const AVProfile ff_evc_profiles[]

Definition at line 197 of file profiles.c.

AV_PROFILE_MPEG4_ADVANCED_SIMPLE
#define AV_PROFILE_MPEG4_ADVANCED_SIMPLE
Definition: defs.h:145
AV_PROFILE_MPEG2_SIMPLE
#define AV_PROFILE_MPEG2_SIMPLE
Definition: defs.h:104
AV_PROFILE_MPEG2_AAC_LOW
#define AV_PROFILE_MPEG2_AAC_LOW
Definition: defs.h:76
AV_PROFILE_AV1_PROFESSIONAL
#define AV_PROFILE_AV1_PROFESSIONAL
Definition: defs.h:169
AV_PROFILE_AAC_SSR
#define AV_PROFILE_AAC_SSR
Definition: defs.h:70
AV_PROFILE_AAC_LTP
#define AV_PROFILE_AAC_LTP
Definition: defs.h:71
AV_PROFILE_MPEG2_AAC_HE
#define AV_PROFILE_MPEG2_AAC_HE
Definition: defs.h:77
FF_AVCTX_PROFILE_OPTION
#define FF_AVCTX_PROFILE_OPTION(name, description, type, value)
Definition: profiles.h:25
AV_PROFILE_AAC_ELD
#define AV_PROFILE_AAC_ELD
Definition: defs.h:75
NULL
#define NULL
Definition: coverity.c:32
AV_PROFILE_AAC_LD
#define AV_PROFILE_AAC_LD
Definition: defs.h:74
AV_PROFILE_AV1_HIGH
#define AV_PROFILE_AV1_HIGH
Definition: defs.h:168
AV_PROFILE_MPEG2_SNR_SCALABLE
#define AV_PROFILE_MPEG2_SNR_SCALABLE
Definition: defs.h:102
AV_PROFILE_MPEG2_SS
#define AV_PROFILE_MPEG2_SS
Definition: defs.h:101
AV_PROFILE_MPEG4_SIMPLE
#define AV_PROFILE_MPEG4_SIMPLE
Definition: defs.h:130
AV_PROFILE_MPEG4_MAIN
#define AV_PROFILE_MPEG4_MAIN
Definition: defs.h:133
AV_PROFILE_MPEG4_CORE
#define AV_PROFILE_MPEG4_CORE
Definition: defs.h:132
AV_PROFILE_AAC_LOW
#define AV_PROFILE_AAC_LOW
Definition: defs.h:69
AV_PROFILE_AAC_HE_V2
#define AV_PROFILE_AAC_HE_V2
Definition: defs.h:73
AV_PROFILE_MPEG2_HIGH
#define AV_PROFILE_MPEG2_HIGH
Definition: defs.h:100
AV_PROFILE_MPEG2_422
#define AV_PROFILE_MPEG2_422
Definition: defs.h:99
AV_PROFILE_MPEG2_MAIN
#define AV_PROFILE_MPEG2_MAIN
Definition: defs.h:103
AV_PROFILE_AAC_MAIN
#define AV_PROFILE_AAC_MAIN
Definition: defs.h:68
AV_PROFILE_AAC_HE
#define AV_PROFILE_AAC_HE
Definition: defs.h:72
AV_PROFILE_AV1_MAIN
#define AV_PROFILE_AV1_MAIN
Definition: defs.h:167