Home
last modified time | relevance | path

Searched refs:VC1 (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaprofile.c53 P (VC1, Simple, "video/x-wmv",
55 P (VC1, Main, "video/x-wmv",
57 P (VC1, Advanced, "video/x-wmv",
Dgstvaprofile.h37 VC1 = GST_MAKE_FOURCC ('W', 'M', 'V', '3'), enumerator
/third_party/ffmpeg/libavcodec/
Dvaapi_decode.c402 MAP(VC1, VC1_SIMPLE, VC1Simple ),
403 MAP(VC1, VC1_MAIN, VC1Main ),
404 MAP(VC1, VC1_COMPLEX, VC1Advanced ),
405 MAP(VC1, VC1_ADVANCED, VC1Advanced ),
Dv4l2_fmt.c108 { AV_FMT(NONE), AV_CODEC(VC1), V4L2_FMT(VC1_ANNEX_G) },
Dcrystalhd.c810 DEFINE_CRYSTALHD_DECODER(vc1, VC1, NULL)
Dqsvdec.c900 DEFINE_QSV_DECODER(vc1, VC1, NULL)
Dcuviddec.c1200 DEFINE_CUVID_CODEC(vc1, VC1, NULL)
/third_party/ffmpeg/libavcodec/x86/
Dvc1dsp_loopfilter.asm2 ;* VC1 loopfilter optimizations
Dvc1dsp_mc.asm2 ;* VC1 motion compensation optimizations
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp8510 llvm::sort(VContexts, [](const ValueContext &VC1, const ValueContext &VC2) { in ParseOptionalRefs() argument
8511 return VC1.VI.getAccessSpecifier() < VC2.VI.getAccessSpecifier(); in ParseOptionalRefs()
/third_party/gstreamer/gst_libav/
DChangeLog10008 Doesn't introduce a regression for VC1 files.
11384 codecmap. The VC1 decoder can also handle the Advanced Profile.
12453 …ext/ffmpeg/gstffmpegdec.c: Bump the priority of VC1 decoder so that it goes before the WMV3 decode…
12457 Bump the priority of VC1 decoder so that it goes before the WMV3
13878 …ke the ffmpeg folks finally understood that VC9 does not exist, and that it's in fact VC1 (aka W...
13884 exist, and that it's in fact VC1 (aka WMV9 or WMV3, but that's yet
/third_party/ffmpeg/
DChangelog447 - NVIDIA NVDEC-accelerated H.264, HEVC, MJPEG, MPEG-1/2/4, VC1, VP8/9 hwaccel decoding
/third_party/gstreamer/gstplugins_bad/
DChangeLog34672 msdkdec: postpone surface free for VC1
34673 For a skipped frame in VC1, MSDK returns the mfx surface of the reference
41298 MFXVideoDECODE_DecodeHeader only parses the sequence layer for VC1, so
47456 all codecs except VC1. For VC1, it supports codec_data for advanced
51844 msdk: Add VC1 decoder (simple and main profiles)
105310 Some VC1 decoder can have different caps according to wmv format, ie
132194 * Add some FIXME regarding VC1
139069 tsdemux: expose VC1 streams with missing descriptor.
139070 Fixes playback of VC1 streams when the descriptor is missing.
142833 vc1parse: Add VC1 parser plugin
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog54466 bitstream, IIRC VC1 in ASF mode for example.