summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update maintainer statement.1.3.41.3.xRalph Giles2022-02-201-4/+1
* Change sourceforge URL in flac error messages to githubMartijn van Beurden2022-02-132-2/+2
* Set release date in the changelog.Ralph Giles2022-02-131-1/+1
* Set release date for 1.3.4.Ralph Giles2022-02-132-2/+2
* Change version to 1.3.4 and add placeholders for release dateMartijn van Beurden2022-02-1312-22/+26
* Add 1.3.4 to changelogMartijn van Beurden2022-02-131-2/+87
* 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-132-10/+5
* Run CIFuzz on the 1.3.x release branch.Ralph Giles2022-02-131-0/+1
* Add CIFuzz to workflowsMartijn van Beurden2022-02-101-0/+35
* 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
* github actions: Add dummy ctest config switch.Ralph Giles2021-07-111-1/+1
* cmake: add some simple tests on windows platforms.Ralph Giles2021-07-111-3/+16
* github actions: Split CMake build into separate steps.Ralph Giles2021-07-111-7/+26
* github actions: add a windows cmake targetRalph Giles2021-07-111-0/+6
* github actions: archive logs on failure.Ralph Giles2021-07-111-0/+7
* github actions: Fix typo.Ralph Giles2021-06-261-1/+1
* gitlab-ci: Add build configs.Ralph Giles2021-06-261-0/+53
* Fix building/installing docs with CMakeTGMarkiewicz2021-06-241-1/+1
* Fix version & requires fields in pkg config filesTGMarkiewicz2021-06-241-0/+3
* examples: Fix error condition processingAndrey Astafyev2021-06-232-6/+10
* CI: Run on pull requests and once a monthEwout ter Hoeven2021-06-221-1/+5
* Fix nasm.h not found when building in x86Chocobo12021-06-221-1/+1
* Merge pull request #244 from maxz/fix-wrongly-encoded-charactersRalph Giles2021-06-225-5/+5
|\
| * Fix encoding of contributor name.Max Zettlmeißl2021-06-225-5/+5
|/
* github actions: Drop HTML validationErik de Castro Lopo2021-03-151-6/+0
* 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
* docs: fix simple typo, opertator -> operatorTim Gates2020-12-171-1/+1
* CMake polishingevpobr2020-05-147-19/+61
* Simplified logic of parsing sizes of rice-partitionsUlrik Mikaelsson2020-05-032-9/+9
* fix build under Mac OS X with PowerPC CPUThomas BERNARD2020-05-032-7/+14
* Bunch of CMake fixesevpobr2020-05-0331-94/+101
* cmake: Fix pkg-config install pathevpobr2020-04-072-2/+2
* Integrate Github Actionsevpobr2020-04-071-0/+153
* Add more CMake optionsevpobr2020-04-054-37/+50
* 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-226-21/+18
* Correct printf specifiers to unsigned int where neededAndrey Astafyev2019-12-095-10/+10