Several improvements to make nvcuvid (CUDA video decoding) better compatible with x86_64.

This commit is contained in:
Sebastian Lackner
2015-01-15 02:21:19 +01:00
parent 60d18d4610
commit d50c673144
3 changed files with 229 additions and 28 deletions

1
debian/changelog vendored
View File

@@ -2,6 +2,7 @@ wine-staging (1.7.35) UNRELEASED; urgency=low
* Add support for patchinstall.sh parameters '--no-patchlist' and '--no-autoconf'.
* Add support for Gentoo epatch backend to patchinstall.sh.
* Synchronize CSMT patchset with https://github.com/stefand/wine.
* Several improvements to make nvcuvid (CUDA video decoding) better compatible with x86_64.
* Added patch to implement support for DDS file format in D3DXSaveTextureToFileInMemory.
* Added patch to avoid appending duplicate NULL character when importing keys with regedit.
* Added patch for IConnectionPoint/INetworkListManagerEvents stub interface.