21 #include <vpx/vpx_codec.h>
25 #if CONFIG_LIBVPX_VP9_ENCODER
26 #include <vpx/vpx_encoder.h>
27 #include <vpx/vp8cx.h>
35 #if CONFIG_LIBVPX_VP9_ENCODER
41 #if VPX_IMAGE_ABI_VERSION >= 3
60 #if VPX_IMAGE_ABI_VERSION >= 3
71 if ( vpx_codec_version_major() < 1
72 || (vpx_codec_version_major() == 1 && vpx_codec_version_minor() < 3))
75 #if CONFIG_LIBVPX_VP9_ENCODER
76 if ( vpx_codec_version_major() > 1
77 || (vpx_codec_version_major() == 1 && vpx_codec_version_minor() >= 4)) {
78 #ifdef VPX_CODEC_CAP_HIGHBITDEPTH
79 vpx_codec_caps_t codec_caps = vpx_codec_get_caps(vpx_codec_vp9_cx());
80 if (codec_caps & VPX_CODEC_CAP_HIGHBITDEPTH)
81 codec->
pix_fmts = vp9_pix_fmts_highbd;
84 codec->
pix_fmts = vp9_pix_fmts_highcol;
107 #if VPX_IMAGE_ABI_VERSION >= 3
117 vpx_img_fmt_t ff_vpx_pixfmt_to_imgfmt(
enum AVPixelFormat pix)
135 #if VPX_IMAGE_ABI_VERSION >= 3
141 default:
return VPX_IMG_FMT_NONE;
packed YUV 4:2:2, 16bpp, Cb Y0 Cr Y1
#define AV_PIX_FMT_YUV440P10
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
packed RGB 8:8:8, 24bpp, RGBRGB...
packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), little-endian, X=unused/undefined ...
#define AV_PIX_FMT_GBRP10
#define AV_CODEC_CAP_EXPERIMENTAL
Codec is experimental and is thus avoided in favor of non experimental encoders.
#define AV_PIX_FMT_YUV420P12
packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), little-endian
packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian
#define AV_PIX_FMT_YUV422P12
planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
packed BGRA 8:8:8:8, 32bpp, BGRABGRA...
int capabilities
Codec capabilities.
planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
#define AV_PIX_FMT_YUV444P10
packed ARGB 8:8:8:8, 32bpp, ARGBARGB...
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
enum AVPixelFormat * pix_fmts
array of supported pixel formats, or NULL if unknown, array is terminated by -1
packed YUV 4:2:2, 16bpp, Y0 Cr Y1 Cb
packed RGB 8:8:8, 24bpp, BGRBGR...
planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
av_cold void ff_vp9_init_static(AVCodec *codec)
planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr
#define AV_PIX_FMT_YUV420P10
#define AV_PIX_FMT_YUV440P12
#define AV_PIX_FMT_GBRP12
static enum AVPixelFormat vp9_pix_fmts_def[]
#define AV_PIX_FMT_YUV422P10
packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), big-endian , X=unused/undefined
#define AV_PIX_FMT_YUV444P12
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)
AVPixelFormat
Pixel format.