summaryrefslogtreecommitdiff
path: root/src/libFLAC
Commit message (Expand)AuthorAgeFilesLines
* Add Aarch64 Supportcoreyjjames2020-01-056-0/+257
* CMake: Handier way to find IconvVitaliy Kirsanov2019-12-221-8/+4
* libFLAC: Removed useless comparisonAndrey Astafyev2019-12-081-1/+1
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-241-2/+3
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-221-2/+3
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-191-3/+4
* cmake: use proper pkg-config install path variableDeadSix272019-11-181-1/+1
* cmake_minimum_required() cleanup:sezero2019-11-152-4/+0
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-111-1/+1
* 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
* 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-101-2/+11
* 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-012-0/+3
* 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-151-3/+4
* window: fabs > fabsf and cos > cosf where it makes senseRosen Penev2019-09-151-16/+16
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-201-2/+7
* 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
* 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