summaryrefslogtreecommitdiff
path: root/src/flac
Commit message (Expand)AuthorAgeFilesLines
* Update API and tool docsMartijn van Beurden2022-09-201-6/+6
* Warn user when encoding to stdout that checksum isn't written (#445)Martijn van Beurden2022-09-161-0/+7
* Add and use _nofree variants of safe_realloc functionsMartijn van Beurden2022-08-202-3/+3
* Introduce subdivide_tukey apodizationMartijn van Beurden2022-08-191-6/+6
* Remove really old --explain text and reflow to fit 80 charsMartijn van Beurden2022-08-101-25/+21
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-2616-18/+18
* Re-add check for block alignMartijn van Beurden2022-07-161-20/+4
* Improve foreign metadata handlingMartijn van Beurden2022-06-287-36/+119
* Always take compression level as first compression settingMartijn van Beurden2022-06-271-3/+10
* Do not add channel mask to vorbis_comment that will be reused laterMartijn van Beurden2022-06-242-2/+6
* Add 32-bit encoding, including limiting of residual to 32-bit intMartijn van Beurden2022-06-122-4/+45
* Add 32-bit decoding capabilityMartijn van Beurden2022-06-122-7/+33
* Remove Makefile.lite build systemMartijn van Beurden2022-05-273-102/+0
* Remove all Visual Studio specific build filesMartijn van Beurden2022-05-277-971/+1
* Add --limit-min-bitrate to flac and add test for itMartijn van Beurden2022-05-023-0/+15
* Enable flac to skip extra STREAMINFO and check number of samplesMartijn van Beurden2022-04-271-0/+19
* Documentation fixes: preset description and subset blocksizesMartijn van Beurden2022-04-261-4/+6
* Fix format_mistake printfMartijn van Beurden2022-04-221-1/+1
* Avoid creating a new variable in md5 gcc workaroundTill Schäfer2022-04-191-2/+1
* Fix size of first frame when using analyze functionMartijn van Beurden2022-04-171-2/+4
* [CMake] Create prettier MSVC solution filesMartijn van Beurden2022-04-131-0/+1
* Change sourceforge URL in flac error messages to githubMartijn van Beurden2022-02-132-2/+2
* Fix compression ratio display for very small filesMartijn van Beurden2021-03-151-3/+3
* 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
* Bunch of CMake fixesevpobr2020-05-031-4/+3
* flac: Input file name size calculated just one timeAndrey Astafyev2019-12-081-10/+14
* flac: Remove variable from expression because it's always equals to falseAndrey Astafyev2019-12-081-1/+1
* flac/main.c: replace an snprintf() call with flac_snprintf()sezero2019-11-111-1/+1
* Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds.NY001232019-10-193-3/+3
* Make sure CMake build files end up in release tarballErik de Castro Lopo2019-10-011-0/+1
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-151-3/+2
* flac/utils: Add missing defineRosen Penev2019-09-151-0/+3
* Fix Visual Studio solution generation with CMakeevpobr2019-05-121-4/+5
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-1/+1
* Fixed dependencies on win_utf8_ioВиталий Кирсанов2019-05-041-0/+3
* Fixed dependency between grabbag and utf8Vitaliy Kirsanov2019-05-041-1/+0
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-041-6/+0
* CMake support addedVitaliy Kirsanov2019-05-041-0/+27
* Suppress compression failure message if it is not an errorKarthik Periagaram2019-02-011-3/+2
* Move CreateFile_utf8 function to a more logical placelvqcl2018-08-251-2/+2
* move CreateFile function outside of libFLAClvqcl2018-08-191-4/+4
* Fix --output-prefix with input-files in sub-directoriesorbea2018-06-111-2/+20
* Fix miscellaneous typos.luz.paz2018-05-241-2/+2
* flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16)Erik de Castro Lopo2017-05-271-1/+1
* flac: Fix usage messageErik de Castro Lopo2017-04-171-1/+1
* flac/encode.c: Fix an integer overflowErik de Castro Lopo2017-02-141-3/+3
* stdint.h fixes for MSVS 2005/2008Erik de Castro Lopo2017-01-192-0/+4
* When using libtool, use LTLIBICONV instead.David Seifert2017-01-151-1/+1
* Yet more purging of `unsigned` typeErik de Castro Lopo2017-01-157-210/+210