git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
build : Add feature test macros for glibc 2.19+
8 juillet 2017, par Diego Biurrunbuild: Add feature test macros for glibc 2.19+ glibc introduced _DEFAULT_SOURCE in version 2.19 to replace _BSD_SOURCE and _SVID_SOURCE, which were deprecated in version 2.20. Add _DEFAULT_SOURCE where the latter two are used to be forwards-compatible and avoid warnings about the use of deprecated definitions.
-
bink : Split read_dct_coeffs()
5 juillet 2017, par Diego Biurrun -
os_support : Use HAVE_UWP instead of manually checking WINAPI_FAMILY
5 juillet 2017, par Martin Storsjö -
d3d11va : Check WINAPI_FAMILY instead of HAVE_LOADLIBRARY
4 juillet 2017, par Martin Storsjöd3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARY If using the winstore compat library, a fallback LoadLibrary function does exist, that only calls LoadPackagedLibrary though (which doesn't work for dynamically loading d3d11 DLLs). Therefore explicitly check the targeted API family instead. Make this check a reusable HAVE_* component which other parts of the libraries can check when necessary as well. Signed-off-by: Martin Storsjö <martin@martin.st>
-
decode : add a per-frame private data for hwaccel use
1er juillet 2017, par Anton Khirnov