Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
flac
/
cc6ca9a6ec90ebe37bc81cb9847df968a7187da6
cc6ca9a
flac/utils: Add missing define
by Rosen Penev
· 5 years ago
66dd7f0
Switch to utimensat for newer POSIX versions
by Rosen Penev
· 5 years ago
5db5820
Fix build on FreeBSD PowerPC
by pkubaj
· 5 years ago
88ddb5b
Fix metaflac under ctest.
by Ralph Giles
· 5 years ago
4ca0d85
libFLAC: Rename get_client_data_from_decoder function
by Erik de Castro Lopo
· 5 years ago
f85a2f4
increase required minimum cmake version to 3.9.
by sezero
· 5 years ago
4a43f2b
Do not assume that sys/param.h defines MIN and MAX
by sezero
· 5 years ago
8dda876
doc: Add xmlns attributes.
by Ralph Giles
· 5 years ago
f764434
Version 1.3.3
by Erik de Castro Lopo
· 5 years ago
83d829a
doc: Remove xhtml validator links.
by Fabian Greffrath
· 5 years ago
a41eb7d
doc: Use empty-element <hr/> tag.
by Ralph Giles
· 5 years ago
e229fb4
.travis.yml: Generate and validate html documentation.
by Ralph Giles
· 5 years ago
fcabd81
Add -lrt for all operating systems for clock_gettime
by Dagobert Michelsen
· 5 years ago
deb21bc
Update Visual Studio 2005 files
by Erik de Castro Lopo
· 5 years ago
48e8dbc
Fix CppCheck warnings
by Erik de Castro Lopo
· 5 years ago
1146117
test: Ignore varying length in metadata
by Erik de Castro Lopo
· 5 years ago
cd03042
Fix CMake configure warning
by evpobr
· 5 years ago
0c3440a
Fixed #107: CMake error without enabling BUILD_CXXLIBS
by Vitaliy Kirsanov
· 5 years ago
77e234a
CMake: fixed windows_unicode_filenames linking errors
by Виталий Кирсанов
· 5 years ago
e4b94e3
Fix Visual Studio solution generation with CMake
by evpobr
· 6 years ago
95a9423
Added README description for CMake
by Vitaliy Kirsanov
· 6 years ago
26cbd97
CMAKE_BUILD_TYPE set to Release by default: improved
by Vitaliy Kirsanov
· 6 years ago
29fadb6
Enable components search in package config mode
by evpobr
· 6 years ago
1794b0c
CMAKE_BUILD_TYPE set to Release by default
by Vitaliy Kirsanov
· 6 years ago
b967ef0
Added ECHO_C to CMake tests
by Vitaliy Kirsanov
· 6 years ago
55447a2
Ogg::Ogg renamed to Ogg::ogg
by Vitaliy Kirsanov
· 6 years ago
573dbc1
Use of BUILD_SHARED_LIBS added
by Vitaliy Kirsanov
· 6 years ago
1cb968a
Fixed dependencies on win_utf8_io
by Виталий Кирсанов
· 6 years ago
5d81610
Fixed dependency between grabbag and utf8
by Vitaliy Kirsanov
· 6 years ago
a82a014
CMake minimum required lowered to 3.1
by Vitaly Kirsanov
· 6 years ago
d38b867
Add missing fseeko check
by evpobr
· 6 years ago
b3c20d3
Integrate CMake to Travis CI tests
by evpobr
· 6 years ago
2359563
FLAC now depends on win_utf8_io
by Vitaliy Kirsanov
· 6 years ago
8610c3a
Added /arch:SSE2 flag
by Vitaly Kirsanov
· 6 years ago
aa96297
Versions for shared libs specified
by Vitaly Kirsanov
· 6 years ago
60129c7
Cosmetic change: using $<COMPILE_LANGUAGE:>
by Vitaliy Kirsanov
· 6 years ago
5435f15
/test/*.sh enabled for CTest in UNIX
by Vitaliy Kirsanov
· 6 years ago
6cd2b6c
FindOGG.cmake module added
by Vitaliy Kirsanov
· 6 years ago
c39718d
CMake support added
by Vitaliy Kirsanov
· 6 years ago
12ec86c
Use MMX ASM fucntions instead of SSE4.1 if available
by lvqcl
· 6 years ago
b936e39
Speed up FLAC__bitwriter_write_byte_block (metadata writing)
by Robert Kausch
· 6 years ago
cc15b74
Suppress compression failure message if it is not an error
by Karthik Periagaram
· 6 years ago
421961f
Replace hadd with shuffle + add
by lvqcl
· 6 years ago
faafa4c
Cosmetic changes in lpc_asm.nasm and utf8.c
by lvqcl
· 6 years ago
0897458
Update MinGW build files
by lvqcl
· 6 years ago
edfbe3c
Move CreateFile_utf8 function to a more logical place
by lvqcl
· 6 years ago
cdb030c
Add VSX optimised versions of autocorrelation loops
by Anton Blanchard
· 6 years ago
8e1796b
Add runtime detection of POWER8 and POWER9
by Anton Blanchard
· 6 years ago
c0215fc
Check if compiler supports target attribute on ppc64
by Amitay Isaacs
· 6 years ago
08d9d98
Add m4 macro to check for C __attribute__ features
by Amitay Isaacs
· 6 years ago
f301518
configure.ac: Fix FLAC__CPU_PPC on little endian, and add FLAC__CPU_PPC64
by Anton Blanchard
· 6 years ago
5e0d418
configure.ac: Add VSX enable/disable
by Anton Blanchard
· 6 years ago
595ac14
configure.ac: Remove SPE detection code
by Anton Blanchard
· 6 years ago
9fa2b5e
move CreateFile function outside of libFLAC
by lvqcl
· 6 years ago
a8e9857
windows_unicode_filenames.c: Fix a missing return statement
by Erik de Castro Lopo
· 6 years ago
6892e7c
Improve SIMD detection with Visual Studio
by evpobr
· 7 years ago
452a447
Add output-prefix tests
by orbea
· 6 years ago
5dff53c
Fix --output-prefix with input-files in sub-directories
by orbea
· 6 years ago
01eb197
Fix miscellaneous typos.
by luz.paz
· 6 years ago
0db0e87
.travis.yml: Simplify file structure and add libogg dependency.
by Robert Kausch
· 6 years ago
c2673da
Add unit tests for word-wise CRC16 functions
by Robert Kausch
· 6 years ago
65c2796
Fix CRC calculation for small blocks.
by Robert Kausch
· 7 years ago
8874ecc
Update CRC16 for larger data blocks when decoding.
by Robert Kausch
· 7 years ago
5579f29
Implement slicing-by-8 CRC16 algorithm.
by Robert Kausch
· 7 years ago
fed5ad4
.travis.yml: Run --enable-64-bit-words test in separate job.
by Robert Kausch
· 6 years ago
1aff234
Add bitreader unit test.
by Robert Kausch
· 6 years ago
f01a3aa
Minor fixes for bitwriter unit test.
by Robert Kausch
· 6 years ago
096a63d
Add unit tests for CRC calculation.
by Robert Kausch
· 6 years ago
fcec829
Remove unused CRC8 functions.
by Robert Kausch
· 7 years ago
85fca3c
Fix more GCC warnings about case fall-through
by Erik de Castro Lopo
· 7 years ago
aaaaa0d
More generic version of MSVC bug workaround
by Erik de Castro Lopo
· 7 years ago
2817eca
.travis.yml: Test --enable-64-bit-words as well
by Erik de Castro Lopo
· 7 years ago
98deaf1
replaygain_synthesis.c: Fix compile issue in MSVS
by Jeffrey Espiritu
· 7 years ago
45f7d41
Fix for missing WINAPI_FAMILY_PARTITION
by Erik de Castro Lopo
· 7 years ago
a0027fa
libFLAC : new function returns client_data from decoder
by Christophe DUMONT
· 7 years ago
972454e
UWP build fix
by Alberto Fustinoni
· 7 years ago
20a2100
replaygain_synthesis.c: Fix a cppcheck warning
by Erik de Castro Lopo
· 7 years ago
f7cd466
Revert "Add Clang support for FLAC__SSE_TARGET"
by Erik de Castro Lopo
· 7 years ago
b52fa0e
Add Clang support for FLAC__SSE_TARGET
by C.W. Betts
· 7 years ago
68c5886
Correct flattop window coefficients
by Thomas Zander
· 7 years ago
1b5c09e
Fix GCC 7 case fall through warnings
by Erik de Castro Lopo
· 7 years ago
ed84746
Update lpc_intrin_sse.c
by Shark64
· 7 years ago
7d3f9ba
FLAC++: Add missing prototype for construct_block
by Thomas Zander
· 7 years ago
8f4dffe
Silence -finline-functions warning
by Thomas Zander
· 7 years ago
1ab8a51
doc: Add notes about subframe sample size
by Ruud van Asseldonk
· 7 years ago
bb75073
flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16)
by Erik de Castro Lopo
· 7 years ago
b762a20
Fix missing SIZE_MAX definition on Android
by Erik de Castro Lopo
· 8 years ago
64f47c2
libFLAC: Fix default flac_max/min
by Erik de Castro Lopo
· 8 years ago
59bedcf
flac: Fix usage message
by Erik de Castro Lopo
· 8 years ago
952c93b
metaflac: Fix a memory leak
by Erik de Castro Lopo
· 8 years ago
4f47b63
stream_decoder.c: Fix a memory leak
by Erik de Castro Lopo
· 8 years ago
25b2d82
Fix typos in header files
by Erik de Castro Lopo
· 8 years ago
5121d22
stream_decoder.h: Fix Reference to Non-Existent Functions
by Keegan Drake H.P
· 8 years ago
d249bce
stream_decoder.h: Fix References to ``stdout''
by Keegan Drake H.P
· 8 years ago
f7f2164
cpu.c: Fix LLVM compile
by Erik de Castro Lopo
· 8 years ago
61e7dfa
cpu.c: Merge ia32 and x86_64 CPU info functions
by Erik de Castro Lopo
· 8 years ago
172146b
cpu.c: Fix debug Windows w32 build issue
by Erik de Castro Lopo
· 8 years ago
f80652a
stream_decoder.c: Comments
by Erik de Castro Lopo
· 8 years ago
5ae578f
SIMD: remove outdated SSE2 code
by Erik de Castro Lopo
· 8 years ago
ec79569
SIMD: Accelerate decoding of 16 bit FLAC
by Erik de Castro Lopo
· 8 years ago
Next »