Home
last modified time | relevance | path

Searched refs:AV1 (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ffmpeg/tests/fate/
Dcbs.mak15 # AV1 read/write
40 FATE_CBS_AV1-$(call FATE_CBS_DEPS, IVF, AV1, AV1, AV1, RAWVIDEO) = $(FATE_CBS_av1)
Ddemux.mak16 FATE_SAMPLES_DEMUX-$(call DEMDEC, AV1, AV1) += fate-av1-annexb-demux
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DThaiCharacterClasses.java37 public static final int AV1 = 16; field in ThaiCharacterClasses
52 /*0E30*/ FV1, AV2, FV1, FV1, AV1, AV3, AV2, AV3, BV1, BV2, BDI, NON, NON, NON, NON, NON,
DThaiStateTable.java100 prevPrevClass == ThaiCharacterClasses.AV1) { in addState()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaprofile.c106 P (AV1, Profile0, "video/x-av1", "profile = (string) main"),
107 P (AV1, Profile1, "video/x-av1", "profile = (string) high"),
Dgstvaprofile.h30 AV1 = GST_MAKE_FOURCC ('A', 'V', '0', '1'), enumerator
Dplugin.c135 case AV1: in plugin_register_decoders()
Dgstvaav1dec.c912 gst_va_base_dec_class_init (GST_VA_BASE_DEC_CLASS (g_class), AV1, in gst_va_av1_dec_class_init()
/third_party/ffmpeg/doc/
Ddecoders.texi30 AOMedia Video 1 (AV1) decoder.
37 Select an operating point of a scalable AV1 bitstream (0 - 31). Default is 0.
65 dav1d AV1 decoder.
67 libdav1d allows libavcodec to decode the AOMedia Video 1 (AV1) codec.
88 Select an operating point of a scalable AV1 bitstream (0 - 31). Defaults to the
92 Output all spatial layers of a scalable AV1 bitstream. The default value is false.
Dbitstream_filters.texi42 Modify metadata embedded in an AV1 stream.
59 Set the color description fields in the stream (see AV1 section 6.4.2).
62 Set the color range in the stream (see AV1 section 6.4.2; note that
73 Set the chroma sample location in the stream (see AV1 section 6.4.2).
749 Supports AV1, H.264, H.265, (M)JPEG, MPEG-2 and VP9, but depending
Dgeneral_contents.texi10 FFmpeg can make use of the AOM library for AV1 decoding and encoding.
103 FFmpeg can make use of the dav1d library for AV1 video decoding.
257 FFmpeg can make use of rav1e (Rust AV1 Encoder) via its C bindings to encode videos.
262 @section SVT-AV1
264 FFmpeg can make use of the Scalable Video Technology for AV1 library for AV1 encoding.
266 Go to @url{https://github.com/OpenVisualCloud/SVT-AV1/} and follow the instructions
839 @item AV1 @tab E @tab E
Dencoders.texi1413 rav1e AV1 encoder wrapper.
1456 libaom AV1 encoder wrapper.
1485 (warning: this does not match the quantiser values actually used by AV1
1587 Block size used for denoising for grain synthesis. If not set, AV1 codec
1728 section "AV1 Specific Options".
1740 SVT-AV1 encoder wrapper.
1742 Requires the presence of the SVT-AV1 headers and library during configuration.
/third_party/ffmpeg/
DChangelog201 - AV1 encoding support SVT-AV1
205 - AV1 Low overhead bitstream format demuxer
214 - AV1 decoder (Hardware acceleration used only)
220 - Intel QSV-accelerated AV1 decoding
231 - AV1 VAAPI decoder
235 - NVDEC AV1 hwaccel
236 - DXVA2/D3D11VA hardware accelerated AV1 decoding
243 - AV1 monochrome encoding support via libaom >= 2.0.1
297 - AV1 encoding support via librav1e
298 - AV1 frame merge bitstream filter
[all …]
Dconfigure220 --enable-libaom enable AV1 video encoding/decoding via libaom [no]
230 --enable-libdav1d enable AV1 decoding via libdav1d [no]
261 --enable-librav1e enable AV1 encoding via rav1e [no]
273 --enable-libsvtav1 enable AV1 encoding via SVT [no]
/third_party/ffmpeg/libavcodec/
Dvaapi_decode.c414 MAP(AV1, AV1_MAIN, AV1Profile0),
415 MAP(AV1, AV1_HIGH, AV1Profile1),
Dqsvdec.c916 DEFINE_QSV_DECODER(av1, AV1, NULL)
Dcuviddec.c1164 DEFINE_CUVID_CODEC(av1, AV1, NULL)
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmeson.build129 #error "The current version of mfx doesn't support AV1 decoding"
/third_party/gstreamer/gstplugins_bad/
DNEWS63 - Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support
481 - av1parse, vp9parse: new parsers for AV1 and VP9 video
491 - vaav1dec: VA-API AV1 decoder
501 - vaapiav1dec: new AV1 decoder element (in gstreamer-vaapi)
503 - msdkav1dec: hardware-accelerated AV1 decoder using the Intel Media
520 - d3d11av1dec and d3d11mpeg2dec: AV1 and MPEG-2 decoders
825 - AV1 decoding support
1247 classes (H.264, H.265, VP8, VP9, AV1, MPEG-2) used for various
1482 - new AV1 decoder element (vaapiav1dec)
1696 - Direct3D11/DXVA decoder now supports AV1 and MPEG-2 codecs
Dmeson_options.txt80 option('aom', type : 'feature', value : 'auto', description : 'AOM AV1 video codec plugin')
/third_party/gstreamer/gstreamer/
DNEWS63 - Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support
481 - av1parse, vp9parse: new parsers for AV1 and VP9 video
491 - vaav1dec: VA-API AV1 decoder
501 - vaapiav1dec: new AV1 decoder element (in gstreamer-vaapi)
503 - msdkav1dec: hardware-accelerated AV1 decoder using the Intel Media
520 - d3d11av1dec and d3d11mpeg2dec: AV1 and MPEG-2 decoders
825 - AV1 decoding support
1247 classes (H.264, H.265, VP8, VP9, AV1, MPEG-2) used for various
1482 - new AV1 decoder element (vaapiav1dec)
1696 - Direct3D11/DXVA decoder now supports AV1 and MPEG-2 codecs
/third_party/gstreamer/gstplugins_base/
DNEWS63 - Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support
481 - av1parse, vp9parse: new parsers for AV1 and VP9 video
491 - vaav1dec: VA-API AV1 decoder
501 - vaapiav1dec: new AV1 decoder element (in gstreamer-vaapi)
503 - msdkav1dec: hardware-accelerated AV1 decoder using the Intel Media
520 - d3d11av1dec and d3d11mpeg2dec: AV1 and MPEG-2 decoders
825 - AV1 decoding support
1247 classes (H.264, H.265, VP8, VP9, AV1, MPEG-2) used for various
1482 - new AV1 decoder element (vaapiav1dec)
1696 - Direct3D11/DXVA decoder now supports AV1 and MPEG-2 codecs
/third_party/gstreamer/gstplugins_good/
DNEWS63 - Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support
481 - av1parse, vp9parse: new parsers for AV1 and VP9 video
491 - vaav1dec: VA-API AV1 decoder
501 - vaapiav1dec: new AV1 decoder element (in gstreamer-vaapi)
503 - msdkav1dec: hardware-accelerated AV1 decoder using the Intel Media
520 - d3d11av1dec and d3d11mpeg2dec: AV1 and MPEG-2 decoders
825 - AV1 decoding support
1247 classes (H.264, H.265, VP8, VP9, AV1, MPEG-2) used for various
1482 - new AV1 decoder element (vaapiav1dec)
1696 - Direct3D11/DXVA decoder now supports AV1 and MPEG-2 codecs
/third_party/gstreamer/gst_libav/
DNEWS63 - Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support
481 - av1parse, vp9parse: new parsers for AV1 and VP9 video
491 - vaav1dec: VA-API AV1 decoder
501 - vaapiav1dec: new AV1 decoder element (in gstreamer-vaapi)
503 - msdkav1dec: hardware-accelerated AV1 decoder using the Intel Media
520 - d3d11av1dec and d3d11mpeg2dec: AV1 and MPEG-2 decoders
825 - AV1 decoding support
1247 classes (H.264, H.265, VP8, VP9, AV1, MPEG-2) used for various
1482 - new AV1 decoder element (vaapiav1dec)
1696 - Direct3D11/DXVA decoder now supports AV1 and MPEG-2 codecs
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst1941 - vl: add AV1 codec picture support
1942 - radeon/vcn: add AV1 codec driver firmware interfaces
1943 - radeon/vcn: add AV1 support to the decoder
1944 - radeon/vcn: add AV1 dpb buffer size
1945 - radeon/vcn: add AV1 default tables for the context
1946 - radeon/vcn: add AV1 context buffer
1948 - radeon/vcn: get AV1 message buffer
1950 - radeonsi: cap AV1 codec configuration
1951 - radeonsi: cap AV1 support to SIENNA CICHLID
1952 - frontends/omx/bellagio: add AV1 initial support to omx dec
[all …]

12