summaryrefslogtreecommitdiff
path: root/src/libFLAC
Commit message (Expand)AuthorAgeFilesLines
* Set release date for 1.3.4.Ralph Giles2022-02-131-1/+1
* Change version to 1.3.4 and add placeholders for release dateMartijn van Beurden2022-02-135-15/+15
* Revert "libFLAC: Rename get_client_data_from_decoder function"Ralph Giles2022-02-132-4/+4
* Revert "move the new public get_decoder_client_data function to public header."Ralph Giles2022-02-131-0/+5
* Check that blocksize is evenly divisible by 2^(partition order)Martijn van Beurden2022-02-081-2/+4
* Check for predictor order <= blocksize in subframe headerMartijn van Beurden2022-02-081-2/+14
* Mark fixed subframes with bps > 24 as unparsableMartijn van Beurden2022-02-081-0/+6
* Mark 32 bps stream with stereo decorrelation as unparsableMartijn van Beurden2022-02-081-0/+5
* libFlac: Exit at EOS in verify modeNeelkamal Semwal2022-02-081-1/+3
* Make decoder more fuzzer-friendly by disabling frame checks on fuzzingMartijn van Beurden2022-02-081-0/+10
* cpu.h: detect AVX/FMA intrinsics availability on clangtmkk2021-07-241-0/+6
* Fix nasm.h not found when building in x86Chocobo12021-06-221-1/+1
* Add some overflow checks for residual bits calculationMartijn van Beurden2021-03-151-8/+15
* libFLAC/stream_decoder.c: Fix divide by zero error in FLAC__stream_decoder_se...Neelkamal Semwal2021-03-151-2/+4
* libFLAC/stream_decoder.c: Use current position as bound when seekingRobert Kausch2021-03-151-3/+14
* CMake polishingevpobr2020-05-141-13/+12
* Simplified logic of parsing sizes of rice-partitionsUlrik Mikaelsson2020-05-031-3/+3
* fix build under Mac OS X with PowerPC CPUThomas BERNARD2020-05-031-5/+12
* Bunch of CMake fixesevpobr2020-05-031-3/+4
* cmake: Fix pkg-config install pathevpobr2020-04-071-1/+1
* Add more CMake optionsevpobr2020-04-051-9/+10
* link lm publicly to FLACericLemanissier2020-03-061-1/+1
* 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