Commits on Source 11
-
Simplifies a lot of code and avoids having to export public asm functions. Note that the force_align_arg_pointer function attribute is broken in clang versions prior to 6.0.1 which may result in crashes, so make sure to either use a newer clang version or a different compiler.
-
Anton Mitrofanov authored
Removes need for -Bsymbolic during linking.
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
Fix crash of MSVC builds compiled with --system-libx264 and /MT (default) CRT.
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
-
Anton Mitrofanov authored
And other resolution dependent buffers checks. Closes videolan/x264#10.
-
Anton Mitrofanov authored
Bug report by Sam Panzer.
-
Anton Mitrofanov authored
Closes #9.