summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixed_intrin_sse[23].c : Simplify XMM -> int64 conversion.Erik de Castro Lopo2014-09-182-42/+16
* cpu.h : Only define FLAC__SSE_SUPPORTED if FLAC__HAS_X86INTRIN is set.Erik de Castro Lopo2014-09-181-0/+2
* Remove old/broken PPC/Altivec code.Erik de Castro Lopo2014-09-1715-1206/+13
* win_utf8_io.c : Remove redundant line.Erik de Castro Lopo2014-08-091-1/+0
* win_utf8_io.c : Fix potential memory leak.Erik de Castro Lopo2014-08-091-1/+3
* win_utf8_io.c : Use vsnprintf_s instead of vsprintf.Erik de Castro Lopo2014-08-091-3/+3
* libFLAC/cpu.c : Refactor disabling SSE into a single function.Erik de Castro Lopo2014-08-091-11/+18
* include/share/endswap.h : Improvements to fallthrough ENDSWAP_*.Erik de Castro Lopo2014-08-091-2/+2
* libFLAC/lpc_intrin_sse.c : New SSE code to calculate autocorrelation.Erik de Castro Lopo2014-08-091-0/+199
* Various documentation fixes, merge with websiteMartijn van Beurden2014-08-0912-203/+479
* Fix bug when using -p switch during compressionMartijn van Beurden2014-07-281-3/+3
* libFLAC/cpu.c : Simplify OS SSE support detection.Erik de Castro Lopo2014-07-281-93/+1
* libFLAC : SSE optimisations.Erik de Castro Lopo2014-07-284-0/+719
* libFLAC/bitreader.c : Remove redundant/incorrect comment.Erik de Castro Lopo2014-07-271-1/+0
* libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.Erik de Castro Lopo2014-07-273-5/+3
* configure.ac : Fix --disable-sse option.Erik de Castro Lopo2014-07-271-1/+1
* configure.ac : Erase default -O2 when setting -O3.Erik de Castro Lopo2014-07-271-2/+4
* configure.ac : Set default CFLAGS to something sensible.Erik de Castro Lopo2014-07-261-5/+1
* flac and metaflac : Don't always call setlocale() in Windows.Erik de Castro Lopo2014-07-192-0/+26
* libFLAC/.../crc.h : Remove un-nneded parens in FLAC__CRC16_UPDATE macro.Erik de Castro Lopo2014-07-191-1/+1
* flac/main.c : Improved option validation with --force-raw-format.Erik de Castro Lopo2014-07-131-14/+6
* test/test_flac.sh : Add --force-raw-format as needed.Erik de Castro Lopo2014-07-131-6/+6
* include/share/endswap.h : Fix default ENDSWAP_16.Erik de Castro Lopo2014-07-131-1/+1
* build/config.mk : Define CPU_IS_LITTLE_ENDIAN as needed.Erik de Castro Lopo2014-07-131-2/+2
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-0921-16/+73
* test_replaygain.sh : Add --force-raw-format option.Erik de Castro Lopo2014-07-081-1/+1
* src/flac/utils.c : Make sure get_console_width() returns value > 0.Erik de Castro Lopo2014-07-081-2/+5
* Add project files for Visual Studio 2010 and later.Erik de Castro Lopo2014-07-0655-0/+6436
* libFLAC : Remove FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap().Erik de Castro Lopo2014-07-068-661/+2
* libFLAC : Remove FLAC__precompute_partition_info_sums_32bit_asm_ia32_().Erik de Castro Lopo2014-07-066-227/+2
* stream_encoder : Improve selection of residual accumulator widthMiroslav Lichvar2014-07-044-10/+16
* test_libFLAC/test_libFLAC.vcproj : One more CPU_IS_LITTLE_ENDIAN fix.Erik de Castro Lopo2014-07-041-1/+1
* src/ : Remove un-needed MSVC6 workaround.Erik de Castro Lopo2014-07-045-34/+1
* test_libFLAC/endswap.c : Add casts to prevent compiler warnings.Erik de Castro Lopo2014-07-031-4/+4
* test_libFLAC/test_libFLAC.vcproj : Add define for CPU_IS_LITTLE_ENDIAN.Erik de Castro Lopo2014-07-031-1/+1
* Fix bswap16 issue on Debian 6.Ralph Giles2014-07-031-0/+8
* test_libFLAC : Fix Windows build after addidion of endian tests.Erik de Castro Lopo2014-07-033-1/+10
* src/flac/main.c : Improve raw format help text help.Erik de Castro Lopo2014-07-031-2/+2
* src/flac/encode.c : Fix compression failure warning when encoding from stdin.Erik de Castro Lopo2014-07-021-6/+7
* test_libFLAC/md5.c : Fix the tests.Erik de Castro Lopo2014-07-011-43/+58
* test_libFLAC/endswap.c : Improvements.Erik de Castro Lopo2014-07-011-19/+64
* src/test_libFLAC : Add tests for end swap macros.Erik de Castro Lopo2014-06-304-0/+98
* src/flac/decode.c : Add comment about ubuf union.Erik de Castro Lopo2014-06-301-1/+2
* include/share/endswap.h : Fix fallback ENDSWAP_16 macro.Erik de Castro Lopo2014-06-301-1/+1
* src/flac/encode.c : Fix cast-align warning on ARM systems.Erik de Castro Lopo2014-06-291-28/+33
* libFLAC/md5: Fix for cast-align warnings on ARM.Erik de Castro Lopo2014-06-292-38/+44
* libFLAC/md5.c : Massive refactoring of format_input_ function.Erik de Castro Lopo2014-06-291-94/+191
* include/share/endswap.h : Add endswapping of 16 bit values.Erik de Castro Lopo2014-06-291-0/+17
* libFLAC/bitmath : Restore an ASSERT that was removed some time after 1.2.1.Erik de Castro Lopo2014-06-282-11/+16
* libFLAC/lpc_intrin_sseN.c : Disambiguate macro names.Erik de Castro Lopo2014-06-282-58/+58