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
*
.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
*
Fix GCC 7 case fall through warnings
Erik de Castro Lopo
2017-06-26
5
-275
/
+275
*
Update lpc_intrin_sse.c
Shark64
2017-06-26
1
-4
/
+4
*
FLAC++: Add missing prototype for construct_block
Thomas Zander
2017-06-23
1
-0
/
+9
*
Silence -finline-functions warning
Thomas Zander
2017-06-23
2
-4
/
+10
*
doc: Add notes about subframe sample size
Ruud van Asseldonk
2017-06-12
1
-1
/
+8
*
flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16)
Erik de Castro Lopo
2017-05-27
3
-7
/
+3
*
Fix missing SIZE_MAX definition on Android
Erik de Castro Lopo
2017-05-03
3
-0
/
+6
*
libFLAC: Fix default flac_max/min
Erik de Castro Lopo
2017-04-19
1
-4
/
+4
*
flac: Fix usage message
Erik de Castro Lopo
2017-04-17
1
-1
/
+1
*
metaflac: Fix a memory leak
Erik de Castro Lopo
2017-04-09
1
-1
/
+3
*
stream_decoder.c: Fix a memory leak
Erik de Castro Lopo
2017-04-08
1
-0
/
+3
*
Fix typos in header files
Erik de Castro Lopo
2017-03-21
3
-3
/
+3
*
stream_decoder.h: Fix Reference to Non-Existent Functions
Keegan Drake H.P
2017-03-16
1
-2
/
+1
*
stream_decoder.h: Fix References to ``stdout''
Keegan Drake H.P
2017-03-16
1
-2
/
+2
*
cpu.c: Fix LLVM compile
Erik de Castro Lopo
2017-03-02
1
-1
/
+1
*
cpu.c: Merge ia32 and x86_64 CPU info functions
Erik de Castro Lopo
2017-02-27
5
-208
/
+172
*
cpu.c: Fix debug Windows w32 build issue
Erik de Castro Lopo
2017-02-23
1
-0
/
+2
*
stream_decoder.c: Comments
Erik de Castro Lopo
2017-02-22
1
-8
/
+8
*
SIMD: remove outdated SSE2 code
Erik de Castro Lopo
2017-02-21
3
-159
/
+0
*
SIMD: Accelerate decoding of 16 bit FLAC
Erik de Castro Lopo
2017-02-19
3
-0
/
+198
*
SIMD: Improve decoding of some 24 bit files
Erik de Castro Lopo
2017-02-19
1
-36
/
+57
*
SIMD: Add const qualifier where appropriate
Erik de Castro Lopo
2017-02-19
3
-8
/
+8
*
cpu.h: Another CPP fixup
Erik de Castro Lopo
2017-02-19
1
-45
/
+46
*
cpu.h: Fix compiler detection
Erik de Castro Lopo
2017-02-15
1
-2
/
+2
*
flac/encode.c: Fix an integer overflow
Erik de Castro Lopo
2017-02-14
1
-3
/
+3
*
stream encoder: fix documentation inconsistencies
Christian Stadelmann
2017-02-13
1
-3
/
+3
*
cpu.h: Add #defines so Clang compiles AVX2
Erik de Castro Lopo
2017-02-12
1
-4
/
+21
*
Fix compile with cygwin
Rosen Penev
2017-02-09
5
-15
/
+3
*
configure.ac: Clean up CFLAGS code
Erik de Castro Lopo
2017-02-06
2
-21
/
+55
*
libFLAC/lpc_intrin_sse41.c: Change usage of _mm_alignr_epi8
Erik de Castro Lopo
2017-01-31
1
-123
/
+88
*
libFLAC/lpc_intrin_sse*: Formatting cleanup
Erik de Castro Lopo
2017-01-31
2
-11
/
+9
*
FLAC__stream_encoder_finish: Sanity improvement
Erik de Castro Lopo
2017-01-30
1
-1
/
+3
*
include/share/compat.h: Only define inline for C
Erik de Castro Lopo
2017-01-24
1
-1
/
+1
*
Create .travis.yml
Stephen
2017-01-22
1
-0
/
+9
[next]