summaryrefslogtreecommitdiff
path: root/src/libFLAC
Commit message (Expand)AuthorAgeFilesLines
* Version 1.3.31.3.3Erik de Castro Lopo2019-08-045-13/+13
* Update Visual Studio 2005 filesErik de Castro Lopo2019-07-162-0/+16
* CMake: fixed windows_unicode_filenames linking errorsВиталий Кирсанов2019-05-281-2/+4
* Ogg::Ogg renamed to Ogg::oggVitaliy Kirsanov2019-05-041-2/+2
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-24/+16
* Fixed dependencies on win_utf8_ioВиталий Кирсанов2019-05-042-15/+6
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-041-25/+22
* FLAC now depends on win_utf8_ioVitaliy Kirsanov2019-05-041-5/+4
* Added /arch:SSE2 flagVitaly Kirsanov2019-05-041-8/+13
* Versions for shared libs specifiedVitaly Kirsanov2019-05-041-1/+4
* FindOGG.cmake module addedVitaliy Kirsanov2019-05-041-1/+9
* CMake support addedVitaliy Kirsanov2019-05-042-0/+142
* Use MMX ASM fucntions instead of SSE4.1 if availablelvqcl2019-03-081-0/+2
* Speed up FLAC__bitwriter_write_byte_block (metadata writing)Robert Kausch2019-03-081-0/+4
* Replace hadd with shuffle + addlvqcl2018-09-204-14/+14
* Cosmetic changes in lpc_asm.nasm and utf8.clvqcl2018-09-021-29/+29
* Add VSX optimised versions of autocorrelation loopsAnton Blanchard2018-08-204-0/+987
* Add runtime detection of POWER8 and POWER9Anton Blanchard2018-08-202-0/+37
* move CreateFile function outside of libFLAClvqcl2018-08-191-31/+1
* windows_unicode_filenames.c: Fix a missing return statementErik de Castro Lopo2018-08-181-0/+2
* Improve SIMD detection with Visual Studioevpobr2018-06-131-15/+15
* Fix miscellaneous typos.luz.paz2018-05-245-6/+6
* Fix CRC calculation for small blocks.Robert Kausch2018-05-211-1/+1
* Update CRC16 for larger data blocks when decoding.Robert Kausch2018-05-213-28/+75
* Implement slicing-by-8 CRC16 algorithm.Robert Kausch2018-05-212-10/+274
* Remove unused CRC8 functions.Robert Kausch2018-05-202-18/+3
* Fix more GCC warnings about case fall-throughErik de Castro Lopo2018-05-061-9/+9
* More generic version of MSVC bug workaroundErik de Castro Lopo2018-05-063-6/+6
* Fix for missing WINAPI_FAMILY_PARTITIONErik de Castro Lopo2018-02-101-0/+1
* libFLAC : new function returns client_data from decoderChristophe DUMONT2018-01-082-0/+10
* UWP build fixAlberto Fustinoni2018-01-061-0/+11
* 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
* Correct flattop window coefficientsThomas Zander2017-07-011-1/+1
* Fix GCC 7 case fall through warningsErik de Castro Lopo2017-06-265-275/+275
* Update lpc_intrin_sse.cShark642017-06-261-4/+4
* Fix missing SIZE_MAX definition on AndroidErik de Castro Lopo2017-05-032-0/+2
* libFLAC: Fix default flac_max/minErik de Castro Lopo2017-04-191-4/+4
* stream_decoder.c: Fix a memory leakErik de Castro Lopo2017-04-081-0/+3
* cpu.c: Fix LLVM compileErik de Castro Lopo2017-03-021-1/+1
* cpu.c: Merge ia32 and x86_64 CPU info functionsErik de Castro Lopo2017-02-275-208/+172
* cpu.c: Fix debug Windows w32 build issueErik de Castro Lopo2017-02-231-0/+2
* stream_decoder.c: CommentsErik de Castro Lopo2017-02-221-8/+8
* SIMD: remove outdated SSE2 codeErik de Castro Lopo2017-02-213-159/+0
* SIMD: Accelerate decoding of 16 bit FLACErik de Castro Lopo2017-02-193-0/+198
* SIMD: Improve decoding of some 24 bit filesErik de Castro Lopo2017-02-191-36/+57
* SIMD: Add const qualifier where appropriateErik de Castro Lopo2017-02-193-8/+8
* 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