- 20 Aug, 2018 4 commits
-
-
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
-
- 08 Apr, 2018 1 commit
-
-
Jeffrey Espiritu authored
The `inline` keyword is only available in C++ so include `share/compat.h`. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 10 Feb, 2018 1 commit
-
-
Erik de Castro Lopo authored
This is macro identifier is not defined, define it to `0`.
-
- 08 Jan, 2018 1 commit
-
-
Christophe DUMONT authored
Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 06 Jan, 2018 1 commit
-
-
Alberto Fustinoni authored
Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 20 Jul, 2017 1 commit
-
-
Erik de Castro Lopo authored
Cppcheck was incorrectly warning that `doubletmp` was being used un-initialized. This was due to the fact that it was being used and initialized in a pre-processor macro. Chaning the macro to an inline function stops cppcheck from raising a warning.
-
- 19 Jul, 2017 1 commit
-
-
Erik de Castro Lopo authored
This reverts commit b52fa0ec. See: https://github.com/xiph/flac/commit/b52fa0ec6dc83ec0f430ff7bd7c80485c45728b0
-
- 14 Jul, 2017 1 commit
-
-
C.W. Betts authored
Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 01 Jul, 2017 1 commit
-
-
Thomas Zander authored
The window amplitude is now normalised to 1.0. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 26 Jun, 2017 2 commits
-
-
Erik de Castro Lopo authored
GCC 7 warns about `case` statements which are not separated by a `break` statement. This warning can be fixed by adding a comment.
-
Shark64 authored
Remove redundant assignment before broadcasting into xmm registers. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 23 Jun, 2017 2 commits
-
-
Thomas Zander authored
Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
Thomas Zander authored
This warning flag is gcc-specfic. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 12 Jun, 2017 1 commit
-
-
Ruud van Asseldonk authored
-
- 27 May, 2017 1 commit
-
-
Erik de Castro Lopo authored
When decoding to WAV, the legacy wFormatTag of WAVE_FORMAT_PCM should only be used if the bitwidth is 8 or 16. For all other bitwidths, use WAVEFORMATEXTENSIBLE. Two of the test programs/scripts also needed updating.
-
- 03 May, 2017 1 commit
-
-
Erik de Castro Lopo authored
-
- 19 Apr, 2017 1 commit
-
-
Erik de Castro Lopo authored
There were a number of specialized versions, but the default case defined `MAX` and `MIN` instead of `flac_max` and `flac_min`.
-
- 16 Apr, 2017 1 commit
-
-
Erik de Castro Lopo authored
Patch-from: "Michael W. Bombardieri" <mb@ii.net>
-