- 04 May, 2019 7 commits
-
-
Vitaliy Kirsanov authored
Accidently found this missing dependency
-
Vitaly Kirsanov authored
-
Vitaly Kirsanov authored
-
Vitaliy Kirsanov authored
-
Vitaliy Kirsanov authored
-
Vitaliy Kirsanov authored
-
Vitaliy Kirsanov authored
-
- 07 Mar, 2019 2 commits
-
-
lvqcl authored
These SSE4.1 functions are not always faster than their MMX ASM counterparts, so let's use ASM functions if they're available.
-
Robert Kausch authored
-
- 01 Feb, 2019 1 commit
-
-
Karthik Periagaram authored
If the user specifies `--no-error-on-compression-fail`, there is no need to treat compression failure as an error. Hence, the failure message should be suppressed along with the non-zero exit code (which already is suppressed).
-
- 19 Sep, 2018 1 commit
-
-
lvqcl authored
-
- 02 Sep, 2018 1 commit
-
-
lvqcl authored
-
- 25 Aug, 2018 2 commits
- 20 Aug, 2018 7 commits
-
-
Anton Blanchard authored
Add a POWER8 and POWER9 version of the autocorrelation functions. flac --best is about 3.3x faster on POWER9 with this patch. Signed-off-by:
Anton Blanchard <anton@ozlabs.org>
-
Anton Blanchard authored
Use getauxval() to determine if we are on POWER8 or POWER9 or newer. POWER8 is represented by version 2.07 and POWER9 by version 3.00. Signed-off-by:
Anton Blanchard <anton@ozlabs.org>
-
Amitay Isaacs authored
Check if the compiler supports __attribute__((target("cpu=power8"))) and __attribute__((target("cpu=power9"))) Signed-off-by:
Amitay Isaacs <amitay@ozlabs.org>
-
Amitay Isaacs authored
Signed-off-by:
Amitay Isaacs <amitay@ozlabs.org>
-
Anton Blanchard authored
FLAC__CPU_PPC wasn't catching powerpcle or powerpc64le. Fix that and add a new define for FLAC__CPU_PPC64. Signed-off-by:
Anton Blanchard <anton@ozlabs.org>
-
Anton Blanchard authored
We want to create functions with PowerPC VSX instructions, so add a configure check. Signed-off-by:
Anton Blanchard <anton@ozlabs.org>
-
Anton Blanchard authored
We don't have any SPE code, so there's no need to detect it at configure time. Signed-off-by:
Anton Blanchard <anton@ozlabs.org>
-
- 19 Aug, 2018 1 commit
-
-
lvqcl authored
-
- 17 Aug, 2018 1 commit
-
-
Erik de Castro Lopo authored
-
- 12 Jun, 2018 1 commit
-
-
evpobr authored
Visual Studio can use GCC (for Android) and Clang (supported toolset) so they must be checked before native compiler. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 10 Jun, 2018 2 commits
-
-
orbea authored
Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
orbea authored
And make sure to reserve the whole file path when not using --output-prefix. Fixes https://sourceforge.net/p/flac/bugs/463/Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 23 May, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3`
-
- 21 May, 2018 5 commits
-
-
Robert Kausch authored
-
Robert Kausch authored
Update FLAC__BitReader structure in unit test.
-
Robert Kausch authored
-
Robert Kausch authored
-
Robert Kausch authored
-
- 20 May, 2018 5 commits
-
-
Robert Kausch authored
-
Robert Kausch authored
-
Robert Kausch authored
-
Robert Kausch authored
-
Robert Kausch authored
-
- 06 May, 2018 2 commits
-
-
Erik de Castro Lopo authored
Patch-from: lvqcl <lvqcl.mail@gmail.com>
-
Erik de Castro Lopo authored
This is an updtate to the fix for an MSVC 2015 bug in 94a61241. Patch-from: lvqcl <lvqcl.mail@gmail.com>
-
- 30 Apr, 2018 1 commit
-
-
Erik de Castro Lopo authored
-