git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
cbs_h265 : Fix ranges of prediction weight offsets
28 août 2017, par Mark Thompson -
cbs_h265 : Fix reading of unknown parameter set extension data
28 août 2017, par Mark Thompson -
vaapi_h265 : Enable VBR mode
25 août 2017, par Jun Zhao -
Revert "fate : Skip the checkasm test if CONFIG_STATIC is disabled"
25 août 2017, par Martin StorsjöRevert "fate: Skip the checkasm test if CONFIG_STATIC is disabled" When we use dllexport properly for shared libraries on windows, there's no longer any issue with linking the object files for e.g. libavcodec statically into checkasm. (It's still not possible to link the built object files for e.g. libavformat statically to libavcodec though, since libavformat exepcts to load av_export_* symbols from a DLL.) This reverts commit 4e62b57ee03928c12a3119dcaf78ffa1f4d6985f. Signed-off-by: Martin Storsjö <martin@martin.st>
-
configure : Use dllexport/dllimport for data symbols across DLLs with mingw
24 août 2017, par Martin Storsjöconfigure: Use dllexport/dllimport for data symbols across DLLs with mingw This avoids having to use pseudo relocations. The version script used for exporting functions is skipped as soon as the set of object files contains symbols marked with dllexport, therefore we need to use makedef to produce the full list of symbols to be exported. Signed-off-by: Martin Storsjö <martin@martin.st>