summaryrefslogtreecommitdiff
path: root/src
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
* Fix CppCheck warningsErik de Castro Lopo2019-07-153-9/+14
* CMake: fixed windows_unicode_filenames linking errorsВиталий Кирсанов2019-05-281-2/+4
* Fix Visual Studio solution generation with CMakeevpobr2019-05-121-4/+5
* Ogg::Ogg renamed to Ogg::oggVitaliy Kirsanov2019-05-041-2/+2
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-0414-56/+49
* Fixed dependencies on win_utf8_ioВиталий Кирсанов2019-05-049-20/+30
* Fixed dependency between grabbag and utf8Vitaliy Kirsanov2019-05-043-3/+2
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-045-51/+25
* FLAC now depends on win_utf8_ioVitaliy Kirsanov2019-05-046-22/+18
* Added /arch:SSE2 flagVitaly Kirsanov2019-05-041-8/+13
* Versions for shared libs specifiedVitaly Kirsanov2019-05-042-2/+8
* /test/*.sh enabled for CTest in UNIXVitaliy Kirsanov2019-05-042-4/+0
* FindOGG.cmake module addedVitaliy Kirsanov2019-05-042-6/+9
* CMake support addedVitaliy Kirsanov2019-05-0426-0/+390
* 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
* Suppress compression failure message if it is not an errorKarthik Periagaram2019-02-011-3/+2
* Replace hadd with shuffle + addlvqcl2018-09-204-14/+14
* Cosmetic changes in lpc_asm.nasm and utf8.clvqcl2018-09-022-38/+30
* Update MinGW build fileslvqcl2018-08-266-1/+29
* Move CreateFile_utf8 function to a more logical placelvqcl2018-08-254-45/+32
* 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-193-44/+50
* 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 --output-prefix with input-files in sub-directoriesorbea2018-06-111-2/+20
* Fix miscellaneous typos.luz.paz2018-05-2411-13/+13
* Add unit tests for word-wise CRC16 functionsRobert Kausch2018-05-212-0/+93
* 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
* Add bitreader unit test.Robert Kausch2018-05-208-0/+371
* Minor fixes for bitwriter unit test.Robert Kausch2018-05-201-16/+11
* Add unit tests for CRC calculation.Robert Kausch2018-05-208-3/+234
* 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
* replaygain_synthesis.c: Fix compile issue in MSVSJeffrey Espiritu2018-04-091-0/+1
* 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
* replaygain_synthesis.c: Fix a cppcheck warningErik de Castro Lopo2017-07-211-13/+18
* 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