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
*
Update copyright years to include 2014.
Erik de Castro Lopo
2014-11-25
259
-261
/
+261
*
src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow.
Erik de Castro Lopo
2014-11-25
1
-1
/
+2
*
doc/html/changelog.html : Add attributions and fix a typo.
Erik de Castro Lopo
2014-11-24
1
-7
/
+7
*
doc/html/changelog.html : Update for 1.3.1 release.
Erik de Castro Lopo
2014-11-24
1
-0
/
+88
*
Rename Visual Studio solution files.
Erik de Castro Lopo
2014-11-24
2
-266
/
+266
*
examples/c/decode/file/main.c : Add extra error handling.
Erik de Castro Lopo
2014-11-20
1
-0
/
+12
*
src/libFLAC/stream_decoder.c : Fix buffer read overflow.
Erik de Castro Lopo
2014-11-20
1
-1
/
+5
*
libFLAC: fix more problems with new window functions
Martijn van Beurden
2014-11-16
1
-4
/
+4
*
Improve description of encoding preset equivalents.
Erik de Castro Lopo
2014-11-15
3
-6
/
+12
*
metadata_iterators.c : Set status when metadata itereator is not writable.
Erik de Castro Lopo
2014-11-14
1
-1
/
+3
*
libFLAC : Add more checks to partial_tukey and punchout_tukey windows.
Martijn van Beurden
2014-11-13
1
-35
/
+39
*
include/share/endswap.h : Fix usage of HAVE_BSWAP16.
Erik de Castro Lopo
2014-11-12
1
-1
/
+1
*
Update documentation for new compression presets
Martijn van Beurden
2014-11-11
3
-34
/
+34
*
Make test_compression a little more forgiving
Martijn van Beurden
2014-11-11
1
-1
/
+1
*
Retune FLAC compression levels
Martijn van Beurden
2014-11-11
1
-3
/
+3
*
Fix indenting on the bswap32 autoconf macro.
Ralph Giles
2014-11-04
1
-12
/
+12
*
Clean up bswap32 autoconf macro.
Ralph Giles
2014-11-04
1
-4
/
+4
*
Use a configure check for bswap16 instead of gcc version #ifdefs.
Ralph Giles
2014-11-04
2
-1
/
+2
*
Add autoconf macro to check for the bswap16 intrinsic.
Ralph Giles
2014-11-04
1
-1
/
+28
*
stream_encoder.c : Add apodization field to CompressionLevels struct.
Erik de Castro Lopo
2014-10-16
1
-12
/
+13
*
autogen.sh : Use long names for options to autoreconf.
Erik de Castro Lopo
2014-10-16
1
-1
/
+1
*
libFLAC/fixed_intrin_sse2.c : Fix comments.
Erik de Castro Lopo
2014-10-07
1
-2
/
+2
*
Add AVX2 CPU support stream encoder.
Erik de Castro Lopo
2014-10-04
11
-0
/
+1334
*
Add AVX/AVX2/FMA support to CPU detection code.
Erik de Castro Lopo
2014-10-04
2
-22
/
+154
*
libFLAC/stream_encoder.c : Reduce about of hackery.
Erik de Castro Lopo
2014-10-04
1
-31
/
+31
*
Refactoring and simplifying of CPU detection.
Erik de Castro Lopo
2014-10-04
3
-51
/
+47
*
Remove support for AMD's 3Dnow.
Erik de Castro Lopo
2014-10-04
12
-192
/
+9
*
src/libFLAC/window.c : Add 'f' to float literals to avoid compiler warnings.
Erik de Castro Lopo
2014-10-03
1
-2
/
+2
*
src/flac/decode.c : Decoder buffering improvements on Windows.
Erik de Castro Lopo
2014-10-03
1
-0
/
+43
*
stream_encoder.c : Only set 10MB output buffer on _WIN32.
Erik de Castro Lopo
2014-09-29
1
-2
/
+7
*
Improve malformed vorbiscomment handling.
Erik de Castro Lopo
2014-09-27
2
-48
/
+106
*
metaflac : Fix typo in error message.
Erik de Castro Lopo
2014-09-26
1
-1
/
+1
*
libFLAC/cpu.c : Refactor for readability.
Erik de Castro Lopo
2014-09-24
1
-108
/
+110
*
stream_encoder.c : Give the encoder a larger stdio buffer.
Erik de Castro Lopo
2014-09-24
1
-0
/
+2
*
flac : Add help output for --ignore-chunk-sizes option.
Erik de Castro Lopo
2014-09-24
1
-4
/
+0
*
libFLAC/window.c : Whitespace.
Erik de Castro Lopo
2014-09-23
1
-0
/
+1
*
Windows specific vsnprintf fixes.
Erik de Castro Lopo
2014-09-22
5
-18
/
+68
*
win_utf8_io.c : Comment only.
Erik de Castro Lopo
2014-09-22
1
-0
/
+1
*
Add partial_tukey and punchout_tukey apodization functions
Martijn van Beurden
2014-09-22
8
-12
/
+152
*
flac/utils.c : Fix calculation of a tag length.
Erik de Castro Lopo
2014-09-21
1
-1
/
+1
*
lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms.
Erik de Castro Lopo
2014-09-21
2
-466
/
+289
*
lpc_intrin* : Remove unused code.
Erik de Castro Lopo
2014-09-21
4
-1907
/
+110
*
fixed_intrin_sse[23].c : Add new, simpler SSE code.
Erik de Castro Lopo
2014-09-21
2
-4
/
+24
*
stream_encoder_intrin_sse[23].c : Optimize of int32 -> uint64 conversion.
Erik de Castro Lopo
2014-09-21
2
-2
/
+2
*
win_utf8_io.c: Use fputws instead of fwprintf.
Yuta NAKAI
2014-09-21
1
-1
/
+1
*
Minor clean up of win_utf8_io.
Erik de Castro Lopo
2014-09-21
2
-3
/
+3
*
vorbiscomment.c : Do not write empty vorbiscomment fields.
Erik de Castro Lopo
2014-09-19
1
-1
/
+1
*
fixed_intrin_sse[23].c : Simplify XMM -> int64 conversion.
Erik de Castro Lopo
2014-09-18
2
-42
/
+16
*
cpu.h : Only define FLAC__SSE_SUPPORTED if FLAC__HAS_X86INTRIN is set.
Erik de Castro Lopo
2014-09-18
1
-0
/
+2
*
Remove old/broken PPC/Altivec code.
Erik de Castro Lopo
2014-09-17
15
-1206
/
+13
[next]