- 12 Sep, 2020 2 commits
-
-
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
-
- 14 Jul, 2020 3 commits
-
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
- 02 Jul, 2020 6 commits
-
-
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.
-
A. David authored
-
Henrik Gramner authored
-
Henrik Gramner authored
-
Anton Mitrofanov authored
-
Henrik Gramner authored
-
- 15 Jun, 2020 2 commits
-
-
Anton Mitrofanov authored
Currently they are guaranteed to be positive.
-
JHammler authored
-
- 10 Jun, 2020 6 commits
-
-
Sergei Trofimovich authored
This allows building x264 on systems where 'strings' or '${HOST}-strings' does not exist, but llvm-strings exists.
-
Henrik Gramner authored
-
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
-
- 25 Apr, 2020 1 commit
-
-
Anton Mitrofanov authored
-
- 09 Apr, 2020 8 commits
-
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
- 29 Feb, 2020 1 commit
-
-
Anton Mitrofanov authored
-
- 26 Nov, 2019 3 commits
-
-
Anton Mitrofanov authored
Closes #9.
-
Anton Mitrofanov authored
Bug report by Sam Panzer.
-
Anton Mitrofanov authored
And other resolution dependent buffers checks. Closes videolan/x264#10.
-
- 05 Nov, 2019 2 commits
-
-
Janne Grunau authored
-
Anton Mitrofanov authored
-
- 01 Nov, 2019 2 commits
-
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
- 17 Jul, 2019 4 commits
-
-
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.
-
Henrik Gramner authored
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.
-