index
:
delta/flac.git
1.3.x
gitlab-ci-squash
master
topic/aarch64
topic/cmake-dist
topic/fix-damn-cpp-goop
topic/get-decoder
topic/oss-fuzz
topic/release-1.3.4
topic/test-1.3.3
topic/travis
wip/cpu
gitlab.xiph.org: xiph/flac.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing fseeko check
evpobr
2019-05-04
1
-0
/
+3
*
Integrate CMake to Travis CI tests
evpobr
2019-05-04
1
-5
/
+10
*
FLAC now depends on win_utf8_io
Vitaliy Kirsanov
2019-05-04
9
-26
/
+22
*
Added /arch:SSE2 flag
Vitaly Kirsanov
2019-05-04
2
-10
/
+15
*
Versions for shared libs specified
Vitaly Kirsanov
2019-05-04
2
-2
/
+8
*
Cosmetic change: using $<COMPILE_LANGUAGE:>
Vitaliy Kirsanov
2019-05-04
1
-8
/
+3
*
/test/*.sh enabled for CTest in UNIX
Vitaliy Kirsanov
2019-05-04
5
-18
/
+60
*
FindOGG.cmake module added
Vitaliy Kirsanov
2019-05-04
5
-7
/
+61
*
CMake support added
Vitaliy Kirsanov
2019-05-04
41
-1
/
+682
*
Use MMX ASM fucntions instead of SSE4.1 if available
lvqcl
2019-03-08
1
-0
/
+2
*
Speed up FLAC__bitwriter_write_byte_block (metadata writing)
Robert Kausch
2019-03-08
1
-0
/
+4
*
Suppress compression failure message if it is not an error
Karthik Periagaram
2019-02-01
1
-3
/
+2
*
Replace hadd with shuffle + add
lvqcl
2018-09-20
4
-14
/
+14
*
Cosmetic changes in lpc_asm.nasm and utf8.c
lvqcl
2018-09-02
2
-38
/
+30
*
Update MinGW build files
lvqcl
2018-08-26
6
-1
/
+29
*
Move CreateFile_utf8 function to a more logical place
lvqcl
2018-08-25
7
-50
/
+36
*
Add VSX optimised versions of autocorrelation loops
Anton Blanchard
2018-08-20
4
-0
/
+987
*
Add runtime detection of POWER8 and POWER9
Anton Blanchard
2018-08-20
2
-0
/
+37
*
Check if compiler supports target attribute on ppc64
Amitay Isaacs
2018-08-20
1
-0
/
+20
*
Add m4 macro to check for C __attribute__ features
Amitay Isaacs
2018-08-20
1
-0
/
+18
*
configure.ac: Fix FLAC__CPU_PPC on little endian, and add FLAC__CPU_PPC64
Anton Blanchard
2018-08-20
1
-1
/
+11
*
configure.ac: Add VSX enable/disable
Anton Blanchard
2018-08-20
1
-0
/
+13
*
configure.ac: Remove SPE detection code
Anton Blanchard
2018-08-20
1
-8
/
+0
*
move CreateFile function outside of libFLAC
lvqcl
2018-08-19
6
-52
/
+55
*
windows_unicode_filenames.c: Fix a missing return statement
Erik de Castro Lopo
2018-08-18
1
-0
/
+2
*
Improve SIMD detection with Visual Studio
evpobr
2018-06-13
1
-15
/
+15
*
Add output-prefix tests
orbea
2018-06-11
1
-0
/
+37
*
Fix --output-prefix with input-files in sub-directories
orbea
2018-06-11
1
-2
/
+20
*
Fix miscellaneous typos.
luz.paz
2018-05-24
31
-41
/
+41
*
.travis.yml: Simplify file structure and add libogg dependency.
Robert Kausch
2018-05-21
1
-24
/
+12
*
Add unit tests for word-wise CRC16 functions
Robert Kausch
2018-05-21
2
-0
/
+93
*
Fix CRC calculation for small blocks.
Robert Kausch
2018-05-21
1
-1
/
+1
*
Update CRC16 for larger data blocks when decoding.
Robert Kausch
2018-05-21
3
-28
/
+75
*
Implement slicing-by-8 CRC16 algorithm.
Robert Kausch
2018-05-21
2
-10
/
+274
*
.travis.yml: Run --enable-64-bit-words test in separate job.
Robert Kausch
2018-05-20
1
-8
/
+30
*
Add bitreader unit test.
Robert Kausch
2018-05-20
8
-0
/
+371
*
Minor fixes for bitwriter unit test.
Robert Kausch
2018-05-20
1
-16
/
+11
*
Add unit tests for CRC calculation.
Robert Kausch
2018-05-20
8
-3
/
+234
*
Remove unused CRC8 functions.
Robert Kausch
2018-05-20
2
-18
/
+3
*
Fix more GCC warnings about case fall-through
Erik de Castro Lopo
2018-05-06
1
-9
/
+9
*
More generic version of MSVC bug workaround
Erik de Castro Lopo
2018-05-06
3
-6
/
+6
*
.travis.yml: Test --enable-64-bit-words as well
topic/travis
Erik de Castro Lopo
2018-05-01
1
-0
/
+1
*
replaygain_synthesis.c: Fix compile issue in MSVS
Jeffrey Espiritu
2018-04-09
1
-0
/
+1
*
Fix for missing WINAPI_FAMILY_PARTITION
Erik de Castro Lopo
2018-02-10
2
-0
/
+5
*
libFLAC : new function returns client_data from decoder
Christophe DUMONT
2018-01-08
2
-0
/
+10
*
UWP build fix
Alberto Fustinoni
2018-01-06
1
-0
/
+11
*
replaygain_synthesis.c: Fix a cppcheck warning
Erik de Castro Lopo
2017-07-21
1
-13
/
+18
*
Revert "Add Clang support for FLAC__SSE_TARGET"
Erik de Castro Lopo
2017-07-19
1
-2
/
+1
*
Add Clang support for FLAC__SSE_TARGET
C.W. Betts
2017-07-15
1
-1
/
+2
*
Correct flattop window coefficients
Thomas Zander
2017-07-01
1
-1
/
+1
[next]