summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-111-1/+1
* test_streams: Fix UBSAN error in random generatorErik de Castro Lopo2019-11-111-2/+2
* libFLAC/stream_decoder.c: fix integer overflow on corrupt fileHakan Kvist2019-10-241-0/+2
* Fix msvc build after commit b917d456sezero2019-10-191-1/+0
* Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds.NY001232019-10-193-3/+3
* cmake: fix nasm sources build when building in a separate directorysezero2019-10-101-2/+3
* cmake: do not add visibility attributes to shared lib builds for win32.sezero2019-10-102-4/+21
* make dllexport work with compilers other than MSVCsezero2019-10-101-8/+11
* move the new public get_decoder_client_data function to public header.sezero2019-10-101-5/+0
* libFLAC/bitreader.c: Fix out-of-bounds readErik de Castro Lopo2019-10-081-1/+1
* Make sure CMake build files end up in release tarballErik de Castro Lopo2019-10-0120-0/+28
* libFLAC/lpc.c: Fix signed integer overflowErik de Castro Lopo2019-09-161-12/+12
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-09-161-2/+4
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-09-161-1/+1
* libFLAC/bitreader.c: Fix OOB readErik de Castro Lopo2019-09-161-5/+8
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-156-19/+21
* Run libFLAC++ through clang-tidy.Rosen Penev2019-09-153-165/+164
* window: fabs > fabsf and cos > cosf where it makes senseRosen Penev2019-09-151-16/+16
* flac/utils: Add missing defineRosen Penev2019-09-151-0/+3
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-204-11/+28
* Fix build on FreeBSD PowerPCpkubaj2019-08-181-0/+13
* libFLAC: Rename get_client_data_from_decoder functionErik de Castro Lopo2019-08-092-4/+4
* Do not assume that sys/param.h defines MIN and MAXsezero2019-08-051-0/+2
* 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