summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stream_encoder.c : Add apodization field to CompressionLevels struct.Erik de Castro Lopo2014-10-161-12/+13
* libFLAC/fixed_intrin_sse2.c : Fix comments.Erik de Castro Lopo2014-10-071-2/+2
* Add AVX2 CPU support stream encoder.Erik de Castro Lopo2014-10-0411-0/+1334
* Add AVX/AVX2/FMA support to CPU detection code.Erik de Castro Lopo2014-10-042-22/+154
* libFLAC/stream_encoder.c : Reduce about of hackery.Erik de Castro Lopo2014-10-041-31/+31
* Refactoring and simplifying of CPU detection.Erik de Castro Lopo2014-10-043-51/+47
* Remove support for AMD's 3Dnow.Erik de Castro Lopo2014-10-0411-179/+9
* src/libFLAC/window.c : Add 'f' to float literals to avoid compiler warnings.Erik de Castro Lopo2014-10-031-2/+2
* src/flac/decode.c : Decoder buffering improvements on Windows.Erik de Castro Lopo2014-10-031-0/+43
* stream_encoder.c : Only set 10MB output buffer on _WIN32.Erik de Castro Lopo2014-09-291-2/+7
* Improve malformed vorbiscomment handling.Erik de Castro Lopo2014-09-272-48/+106
* metaflac : Fix typo in error message.Erik de Castro Lopo2014-09-261-1/+1
* libFLAC/cpu.c : Refactor for readability.Erik de Castro Lopo2014-09-241-108/+110
* stream_encoder.c : Give the encoder a larger stdio buffer.Erik de Castro Lopo2014-09-241-0/+2
* 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-224-18/+66
* 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-224-6/+118
* 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-211-2/+2
* 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-1711-1155/+5
* 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
* libFLAC/lpc_intrin_sse.c : New SSE code to calculate autocorrelation.Erik de Castro Lopo2014-08-091-0/+199
* 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
* 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
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-0916-12/+60
* 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-0646-0/+5336
* 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