summaryrefslogtreecommitdiff
path: root/src/flac
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/encode.c : Fix potential infinite loop in flac-toflac encoding.Erik de Castro Lopo2015-02-221-1/+14
* flac : Fix for https://sourceforge.net/p/flac/bugs/425/Erik de Castro Lopo2015-02-181-11/+11
* src/flac/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed.Erik de Castro Lopo2014-12-141-2/+1
* Spelling and grammar fixes for console outputKarthik Periagaram2014-12-141-2/+2
* flac/vorbiscomment.c : Fix typo.Erik de Castro Lopo2014-12-091-1/+1
* Remove traiing whitespace (mostly .c and .h files).Erik de Castro Lopo2014-12-051-2/+2
* src/flac/main.c : Fix an output line > 81 characters in length.Erik de Castro Lopo2014-12-041-1/+2
* Normalize some copyright dates strings.Erik de Castro Lopo2014-11-271-1/+1
* Some last copyright year updates and change to open bug listMartijn van Beurden2014-11-271-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-2518-19/+19
* Improve description of encoding preset equivalents.Erik de Castro Lopo2014-11-151-0/+6
* Update documentation for new compression presetsMartijn van Beurden2014-11-111-10/+10
* src/flac/decode.c : Decoder buffering improvements on Windows.Erik de Castro Lopo2014-10-031-0/+43
* flac : Add help output for --ignore-chunk-sizes option.Erik de Castro Lopo2014-09-241-4/+0
* Windows specific vsnprintf fixes.Erik de Castro Lopo2014-09-221-5/+1
* flac/utils.c : Fix calculation of a tag length.Erik de Castro Lopo2014-09-211-1/+1
* vorbiscomment.c : Do not write empty vorbiscomment fields.Erik de Castro Lopo2014-09-191-1/+1
* flac and metaflac : Don't always call setlocale() in Windows.Erik de Castro Lopo2014-07-191-0/+13
* flac/main.c : Improved option validation with --force-raw-format.Erik de Castro Lopo2014-07-131-14/+6
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-091-1/+5
* src/flac/utils.c : Make sure get_console_width() returns value > 0.Erik de Castro Lopo2014-07-081-2/+5
* Add project files for Visual Studio 2010 and later.Erik de Castro Lopo2014-07-064-0/+498
* src/ : Remove un-needed MSVC6 workaround.Erik de Castro Lopo2014-07-042-11/+0
* src/flac/main.c : Improve raw format help text help.Erik de Castro Lopo2014-07-031-2/+2
* src/flac/encode.c : Fix compression failure warning when encoding from stdin.Erik de Castro Lopo2014-07-021-6/+7