summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* flac : Add help output for --ignore-chunk-sizes option.Erik de Castro Lopo2014-09-241-4/+0
* libFLAC/window.c : Whitespace.Erik de Castro Lopo2014-09-231-0/+1
* Windows specific vsnprintf fixes.Erik de Castro Lopo2014-09-225-18/+68
* win_utf8_io.c : Comment only.Erik de Castro Lopo2014-09-221-0/+1
* Add partial_tukey and punchout_tukey apodization functionsMartijn van Beurden2014-09-228-12/+152
* flac/utils.c : Fix calculation of a tag length.Erik de Castro Lopo2014-09-211-1/+1
* lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms.Erik de Castro Lopo2014-09-212-466/+289
* lpc_intrin* : Remove unused code.Erik de Castro Lopo2014-09-214-1907/+110
* fixed_intrin_sse[23].c : Add new, simpler SSE code.Erik de Castro Lopo2014-09-212-4/+24
* stream_encoder_intrin_sse[23].c : Optimize of int32 -> uint64 conversion.Erik de Castro Lopo2014-09-212-2/+2
* win_utf8_io.c: Use fputws instead of fwprintf.Yuta NAKAI2014-09-211-1/+1
* Minor clean up of win_utf8_io.Erik de Castro Lopo2014-09-212-3/+3
* vorbiscomment.c : Do not write empty vorbiscomment fields.Erik de Castro Lopo2014-09-191-1/+1
* 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