summaryrefslogtreecommitdiff
path: root/src/libFLAC/include/private
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Prepend compiler flags, fix Clang compiler warningsMartijn van Beurden2022-09-171-1/+1
* Introduce subdivide_tukey apodizationMartijn van Beurden2022-08-191-0/+2
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-2621-21/+21
* Add FMA intrinsics for autocorrelation calculationMartijn van Beurden2022-07-252-0/+12
* Revert "Enable encoder to use INT32_MIN as residual value" (#389)Martijn van Beurden2022-07-131-3/+9
* Enable encoder to use INT32_MIN as residual valueMartijn van Beurden2022-07-011-9/+3
* Add 32-bit encoding, including limiting of residual to 32-bit intMartijn van Beurden2022-06-124-1/+11
* Add 32-bit decoding capabilityMartijn van Beurden2022-06-123-3/+7
* Improve compute_residual_from_qlp_coefficients datapath selectionMartijn van Beurden2022-05-281-0/+3
* Remove all assembler and intrinsics from decoderMartijn van Beurden2022-05-261-16/+0
* Add ARM64 NEON intrinsics lpc_compute_autocorrelation routinesMartijn van Beurden2022-04-291-0/+5
* Adding ARM64 support and optimized Neon implementation (#270)RonenGvili2022-04-291-0/+6
* Rework error handling (#283)Martijn van Beurden2022-04-271-0/+2
* [CMake] Honor WITH_AVXMartijn van Beurden2022-04-261-28/+36
* Add checks in parsing metadata blocksMartijn van Beurden2022-04-201-0/+4
* Deduplicate VSX and SSE2 autocorelation calculation codeMartijn van Beurden2022-04-191-2/+2
* Switch to autoc[] as doubleMartijn van Beurden2022-04-191-28/+12
* cpu.h: detect AVX/FMA intrinsics availability on clangtmkk2021-07-241-0/+6
* 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