summaryrefslogtreecommitdiff
path: root/src/libFLAC/include/private
Commit message (Expand)AuthorAgeFilesLines
* Do not assume that sys/param.h defines MIN and MAXsezero2019-08-051-0/+2
* Add VSX optimised versions of autocorrelation loopsAnton Blanchard2018-08-201-0/+14
* Add runtime detection of POWER8 and POWER9Anton Blanchard2018-08-201-0/+6
* Improve SIMD detection with Visual Studioevpobr2018-06-131-15/+15
* Update CRC16 for larger data blocks when decoding.Robert Kausch2018-05-211-0/+2
* Implement slicing-by-8 CRC16 algorithm.Robert Kausch2018-05-211-4/+4
* Remove unused CRC8 functions.Robert Kausch2018-05-201-5/+1
* Revert "Add Clang support for FLAC__SSE_TARGET"Erik de Castro Lopo2017-07-191-2/+1
* Add Clang support for FLAC__SSE_TARGETC.W. Betts2017-07-151-1/+2
* libFLAC: Fix default flac_max/minErik de Castro Lopo2017-04-191-4/+4
* cpu.c: Merge ia32 and x86_64 CPU info functionsErik de Castro Lopo2017-02-271-16/+1
* SIMD: remove outdated SSE2 codeErik de Castro Lopo2017-02-211-3/+0
* SIMD: Accelerate decoding of 16 bit FLACErik de Castro Lopo2017-02-191-0/+2
* cpu.h: Another CPP fixupErik de Castro Lopo2017-02-191-45/+46
* cpu.h: Fix compiler detectionErik de Castro Lopo2017-02-151-2/+2
* cpu.h: Add #defines so Clang compiles AVX2Erik de Castro Lopo2017-02-121-4/+21
* bitmath.h: MSVS unsigned fixErik de Castro Lopo2017-01-151-4/+4
* bitmath.h: More unsigned fixesErik de Castro Lopo2017-01-151-4/+4
* Yet more purging of `unsigned` typeErik de Castro Lopo2017-01-152-3/+3
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-1415-121/+121
* Another bulk update of copyright datesErik de Castro Lopo2016-12-051-1/+1
* Bulk update copyright datesErik de Castro Lopo2016-12-0516-16/+16
* libFLAC/cpu.c: More cleanup and refactoringErik de Castro Lopo2016-06-261-6/+2
* libFLAC/cpu.[ch]: More pre-processor cleanupsErik de Castro Lopo2016-06-261-6/+7
* libFLAC/cpu.c: More refactoring and cleanupsErik de Castro Lopo2016-06-261-2/+0
* Fix use of FLAC__HAS_X86INTRIN configure variableErik de Castro Lopo2016-06-203-6/+6
* libFLAC: infer cpu type from compiler macrosTim Blechmann2016-05-121-0/+17
* Retire FLAC__float and FLAC__double typesThomas Zander2016-02-093-21/+18
* Make AVX and AVX2 instructions a configure optionDave Yeo2016-02-081-0/+2
* Cleanup FLAC__bitmath_silog2()Thomas Zander2016-01-041-7/+2
* libFLAC: Support 64bit brword/bwwordErik de Castro Lopo2016-01-041-1/+32
* bitmath.h: CleanupsErik de Castro Lopo2015-12-301-14/+12
* bitmath.h: Whitespace onlyErik de Castro Lopo2015-12-251-67/+67
* Whitespace onlyErik de Castro Lopo2015-12-251-7/+7
* Improve encoding speed on older Intel CPUs.Erik de Castro Lopo2014-12-042-8/+16
* More date fixes.Erik de Castro Lopo2014-11-251-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-2520-20/+20
* Add AVX2 CPU support stream encoder.Erik de Castro Lopo2014-10-042-0/+10
* Add AVX/AVX2/FMA support to CPU detection code.Erik de Castro Lopo2014-10-041-1/+34
* Refactoring and simplifying of CPU detection.Erik de Castro Lopo2014-10-041-13/+8
* Remove support for AMD's 3Dnow.Erik de Castro Lopo2014-10-042-5/+0
* Add partial_tukey and punchout_tukey apodization functionsMartijn van Beurden2014-09-221-0/+2
* lpc_intrin* : Remove unused code.Erik de Castro Lopo2014-09-211-1/+0
* 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-172-12/+1
* libFLAC : SSE optimisations.Erik de Castro Lopo2014-07-281-0/+1
* libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.Erik de Castro Lopo2014-07-271-1/+1
* libFLAC/.../crc.h : Remove un-nneded parens in FLAC__CRC16_UPDATE macro.Erik de Castro Lopo2014-07-191-1/+1
* libFLAC : Remove FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap().Erik de Castro Lopo2014-07-061-9/+0
* stream_encoder : Improve selection of residual accumulator widthMiroslav Lichvar2014-07-041-0/+6