git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
pixdesc : Add API to map color property names to enum values
21 septembre 2017, par Vittorio Giovara -
cpu : split flag checks per arch in av_cpu_max_align()
14 septembre 2017, par James Almercpu: split flag checks per arch in av_cpu_max_align() Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
libavcodec : Don’t use dllexport, only dllimport when building DLLs
14 septembre 2017, par Martin Storsjölibavcodec: Don't use dllexport, only dllimport when building DLLs The only purpose of dllexport (which is set while building the library that exports the symbols) is to have the linker automatically export such symbols into a DLL without using a def file - it doesn't affect the generated code. For both MSVC and mingw builds, this isn't essential since we override what symbols to export via an autogenerated def file instead. Update a comment in configure to refer to the right concept. With lld, this avoids warnings about duplicate export directives, when some symbols are requested to be exported both via dllexport attributes and via the autogenerated def file. This also reduces the number of lines of code marginally. Signed-off-by: Martin Storsjö <martin@martin.st>
-
extract_extradata : return an error when buffer allocation fails
13 septembre 2017, par James Almer -
makedef : Add support for identifying the ARM64 machine type
13 septembre 2017, par Martin Storsjö