Commits on Source (19)
-
Steve Lhomme authored
(cherry picked from commit f1a2665f)
81aa273a -
Steve Lhomme authored
(cherry picked from commit 47b62224)
33071b3a -
Steve Lhomme authored
It's faster to get the files from git and compress than downloading the 400 MB+ package. We don't use download_git which downloads the whole git history of the given branch. We use git clone and a sparse checkout to only get the folder we want for the giant repository. (cherry picked from commit 7cfdd439)
d35919dd -
Steve Lhomme authored
(cherry picked from commit cba3cbaa)
ac42dea9 -
Steve Lhomme authored
It contains the HQScaler (cherry picked from commit 86c2cf55)
02bc0cf4 -
Steve Lhomme authored
Patchsets sent upstream: - https://github.com/GPUOpen-LibrariesAndSDKs/AMF/pull/448 - https://github.com/GPUOpen-LibrariesAndSDKs/AMF/pull/449 - https://github.com/GPUOpen-LibrariesAndSDKs/AMF/pull/450 - https://github.com/GPUOpen-LibrariesAndSDKs/AMF/pull/451 - https://github.com/GPUOpen-LibrariesAndSDKs/AMF/pull/452 (cherry picked from commit d0c47046)
ebce27ec -
Steve Lhomme authored
(cherry picked from commit 803499c5)
edc77c8b -
Steve Lhomme authored
(cherry picked from commit 6f1ec768) (edited) edited: - 3.0 doesn't have VLC_ENOTSUP
0e88576b -
Steve Lhomme authored
Part of 6b7a6d86 on 4.0.
f6e0f7f0 -
Steve Lhomme authored
(cherry picked from commit ffd3f0e7) (edited) edited: - 3.0 doesn't have nvdec support in D3D11 - 3.0 use D3D11_MAX_SHADER_VIEW rather than DXGI_MAX_SHADER_VIEW - 3.0 needs assert.h
a3595dc6 -
Steve Lhomme authored
This may help with performance and avoid an issue when the render target is also an input texture for another pipeline. (cherry picked from commit cf5e665e) (edited) edited: - on 3.0 we don't render multiple planes in this call
9b1ba53a -
Steve Lhomme authored
(cherry picked from commit 2841b79d)
5f716112 -
Steve Lhomme authored
No need to manage an extra variable, and that makes the code more generic. (cherry picked from commit 27391019)
4e65d6f5 -
Steve Lhomme authored
(cherry picked from commit e17246c5)
bb20e550 -
Steve Lhomme authored
D3D11_UpscalerUpdate() is mostly called in those cases, but it's cleaner. (cherry picked from commit 43c44f30)
41a94606 -
Steve Lhomme authored
(cherry picked from commit 21f2fb90)
32e0f4e8 -
Steve Lhomme authored
(cherry picked from commit ef640c8b)
d468ec7f -
Steve Lhomme authored066d5b72
-
Steve Lhomme authored
git sparse-checkout was only added in 2.25 (2020) [1]. Older git (1.7+) can handle a sparse checkout setting the .git/info/sparse-checkout data. We also clone with --filter=blob:none --no-checkout which downloads less from the host. [1] https://stackoverflow.com/a/13738951 (cherry picked from commit f787acf2) (edited) edited: - remove --fitler as it's not supported in git 2.11.0 used by 3.0 Dockers
9acdb3ad
Showing
- NEWS 3 additions, 0 deletionsNEWS
- configure.ac 14 additions, 0 deletionsconfigure.ac
- contrib/src/amf/0001-Differentiate-the-AMF_NO_VTABLE-based-on-the-compile.patch 47 additions, 0 deletions...ifferentiate-the-AMF_NO_VTABLE-based-on-the-compile.patch
- contrib/src/amf/0001-Don-t-cast-amf_int64-when-using-a-format-string.patch 34 additions, 0 deletions...001-Don-t-cast-amf_int64-when-using-a-format-string.patch
- contrib/src/amf/0001-Fix-const-on-return-by-value-AMF_DECLARE_IID.patch 29 additions, 0 deletions...f/0001-Fix-const-on-return-by-value-AMF_DECLARE_IID.patch
- contrib/src/amf/0001-Fix-warning-when-_MSC_VER-is-not-defined.patch 52 additions, 0 deletions...c/amf/0001-Fix-warning-when-_MSC_VER-is-not-defined.patch
- contrib/src/amf/0001-Move-AMF_UNICODE-into-Platform.h.patch 38 additions, 0 deletionscontrib/src/amf/0001-Move-AMF_UNICODE-into-Platform.h.patch
- contrib/src/amf/0002-Define-LPRI-d-ud-x-64-as-Unicode-wide-versions-of-AM.patch 54 additions, 0 deletions...efine-LPRI-d-ud-x-64-as-Unicode-wide-versions-of-AM.patch
- contrib/src/amf/0002-Fix-const-on-return-by-value-Variant-values.patch 49 additions, 0 deletions...mf/0002-Fix-const-on-return-by-value-Variant-values.patch
- contrib/src/amf/0003-Define-AMFPRI-d-ud-x-64-using-the-standard-C-format-.patch 70 additions, 0 deletions...efine-AMFPRI-d-ud-x-64-using-the-standard-C-format-.patch
- contrib/src/amf/SHA512SUMS 1 addition, 0 deletionscontrib/src/amf/SHA512SUMS
- contrib/src/amf/rules.mak 53 additions, 0 deletionscontrib/src/amf/rules.mak
- modules/hw/amf/amf_helper.c 69 additions, 0 deletionsmodules/hw/amf/amf_helper.c
- modules/hw/amf/amf_helper.h 37 additions, 0 deletionsmodules/hw/amf/amf_helper.h
- modules/video_chroma/dxgi_fmt.h 8 additions, 0 deletionsmodules/video_chroma/dxgi_fmt.h
- modules/video_output/Makefile.am 3 additions, 0 deletionsmodules/video_output/Makefile.am
- modules/video_output/win32/d3d11_quad.c 5 additions, 0 deletionsmodules/video_output/win32/d3d11_quad.c
- modules/video_output/win32/d3d11_scaler.cpp 268 additions, 10 deletionsmodules/video_output/win32/d3d11_scaler.cpp
contrib/src/amf/SHA512SUMS
0 → 100644
contrib/src/amf/rules.mak
0 → 100644
modules/hw/amf/amf_helper.c
0 → 100644
modules/hw/amf/amf_helper.h
0 → 100644