summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change sourceforge URL in flac error messages to githubMartijn van Beurden2022-02-132-2/+2
* 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
* Fix encoding of contributor name.Max Zettlmeißl2021-06-225-5/+5
* Fix compression ratio display for very small filesMartijn van Beurden2021-03-151-3/+3
* Add some overflow checks for residual bits calculationMartijn van Beurden2021-03-151-8/+15
* Change analyse function to support >4Gbit framesMartijn van Beurden2021-03-153-5/+5
* flac: Work around gcc bug to prevent false unset MD5 signature warningNotTsunami2021-03-151-1/+2
* 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-142-14/+14
* 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-0316-41/+46
* cmake: Fix pkg-config install pathevpobr2020-04-072-2/+2
* Add more CMake optionsevpobr2020-04-053-19/+24
* link lm publicly to FLACericLemanissier2020-03-061-1/+1
* Fix nullptr dereference in FLAC++Tamás Zahola2019-12-271-0/+3
* CMake: Handier way to find IconvVitaliy Kirsanov2019-12-225-21/+15
* Correct printf specifiers to unsigned int where neededAndrey Astafyev2019-12-094-9/+9
* flac: Input file name size calculated just one timeAndrey Astafyev2019-12-081-10/+14
* replaygain: Fixed usage of gainfilter variable after freeAndrey Astafyev2019-12-081-3/+6
* flac: Remove variable from expression because it's always equals to falseAndrey Astafyev2019-12-081-1/+1
* libFLAC: Removed useless comparisonAndrey Astafyev2019-12-081-1/+1
* libFLAC++: Fix mistyped identifier nameAndrey Astafyev2019-12-081-1/+1
* libFLAC++: Delete decoder and encoder before return if they're not validAndrey Astafyev2019-12-082-0/+4
* Both files are checked for EOFAndrey Astafyev2019-11-301-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-182-2/+2
* libFLAC++: Add libFLAC++-static.la target for oss-fuzzersErik de Castro Lopo2019-11-181-4/+9
* cmake_minimum_required() cleanup:sezero2019-11-153-7/+0
* flac/main.c: replace an snprintf() call with flac_snprintf()sezero2019-11-111-1/+1
* 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