summaryrefslogtreecommitdiff
path: root/src/flac
Commit message (Expand)AuthorAgeFilesLines
* 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
* flac/utils.c: Workaround for DJGPP missing wcswidth()sezero2017-01-141-0/+2
* Another bulk update of copyright datesErik de Castro Lopo2016-12-051-1/+1
* Bulk update copyright datesErik de Castro Lopo2016-12-0518-19/+19
* Fix compiler warning from gcc-6.1.1Erik de Castro Lopo2016-09-081-1/+2
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-081-0/+5
* Fix ioctl/TIOCGWINSZ for OSXErik de Castro Lopo2016-01-261-1/+1
* src/flac/utils.c: Fix for OpenBSDErik de Castro Lopo2016-01-261-1/+1
* Fix three more cppcheck warningsErik de Castro Lopo2016-01-231-1/+1
* iffscan: Fix printf format stringsErik de Castro Lopo2016-01-191-5/+5
* Fix description of --rice-partition-order in flac -HThomas Zander2016-01-101-3/+3
* flac/encode.c: Limit padding sizeErik de Castro Lopo2016-01-091-0/+2
* Couple of minor tweaksErik de Castro Lopo2015-12-301-2/+2
* Whitespace onlyErik de Castro Lopo2015-12-251-5/+5
* Makefile.lite: Include config.mk from top level build dirThomas Zander2015-10-301-0/+2
* flac: Error out if decoding RAW with bits != (8|16|24)Erik de Castro Lopo2015-10-041-0/+6
* src/flac/encode.c: Fix undefined behaviourErik de Castro Lopo2015-09-071-3/+2
* flac/decode.c: Fix undefined behaviourErik de Castro Lopo2015-09-041-1/+1
* flac/encode.c: Fix undefinoed behaviourErik de Castro Lopo2015-08-311-1/+1
* flac/metaflac: Do case-insensitve comparison of hex valuesErik de Castro Lopo2015-08-091-1/+1
* flac/foreign_metadata: Fix for odd RIFF chunk sizeErik de Castro Lopo2015-07-101-1/+4
* flac: Fix inlining failure warningErik de Castro Lopo2015-07-041-2/+3