- Sep 12, 2020
-
-
Henrik Gramner authored
GPAC has native UTF-8 support nowadays. Also move the compatibility code to input/avs.c since that's the only remaining code that uses it now.
-
Henrik Gramner authored
-
- Jul 14, 2020
-
-
-
-
Anton Mitrofanov authored
-
- Jul 02, 2020
-
-
Anton Mitrofanov authored
Should be called to free struct members allocated internally by libx264, e.g. by x264_param_parse. Partially based on !18 by Derek Buitenhuis.
-
-
-
-
-
Henrik Gramner authored
-
- Jun 15, 2020
-
-
Currently they are guaranteed to be positive.
-
-
- Jun 10, 2020
-
-
Sergei Trofimovich authored
This allows building x264 on systems where 'strings' or '${HOST}-strings' does not exist, but llvm-strings exists.
-
-
Anton Mitrofanov authored
checkasm10 with seed=511142008 failed on win32 gcc builds.
-
Anton Mitrofanov authored
Closes #16. Bug report by Zu-Ming Jiang.
-
Anton Mitrofanov authored
last_non_b_pict_type is initialized to -1. Bug report by Vitaly Buka.
-
Anton Mitrofanov authored
-
- Apr 25, 2020
-
-
Anton Mitrofanov authored
-
- Apr 09, 2020
-
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
- Feb 29, 2020
-
-
Anton Mitrofanov authored
-
- Nov 26, 2019
-
-
Anton Mitrofanov authored
Closes videolan/x264#9.
-
Anton Mitrofanov authored
Bug report by Sam Panzer.
-
Anton Mitrofanov authored
And other resolution dependent buffers checks. Closes videolan/x264#10.
-
- Nov 05, 2019
-
-
-
Anton Mitrofanov authored
-
- Nov 01, 2019
-
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
- Jul 17, 2019
-
-
Anton Mitrofanov authored
Fix crash of MSVC builds compiled with --system-libx264 and /MT (default) CRT.
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
Removes need for -Bsymbolic during linking.
-
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.
-