summaryrefslogtreecommitdiff
path: root/src/flac/encode.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress compression failure message if it is not an errorKarthik Periagaram2019-02-011-3/+2
* flac/encode.c: Fix an integer overflowErik de Castro Lopo2017-02-141-3/+3
* Yet more purging of `unsigned` typeErik de Castro Lopo2017-01-151-121/+121
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* flac/encode.c: Limit padding sizeErik de Castro Lopo2016-01-091-0/+2
* Whitespace onlyErik de Castro Lopo2015-12-251-5/+5
* src/flac/encode.c: Fix undefined behaviourErik de Castro Lopo2015-09-071-3/+2
* flac/encode.c: Fix undefinoed behaviourErik de Castro Lopo2015-08-311-1/+1
* 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
* Spelling and grammar fixes for console outputKarthik Periagaram2014-12-141-2/+2
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* src/ : Remove un-needed MSVC6 workaround.Erik de Castro Lopo2014-07-041-6/+0
* src/flac/encode.c : Fix compression failure warning when encoding from stdin.Erik de Castro Lopo2014-07-021-6/+7
* src/flac/encode.c : Fix cast-align warning on ARM systems.Erik de Castro Lopo2014-06-291-28/+33
* flac: Fix channel order for mono files.Erik de Castro Lopo2014-06-281-5/+7
* flac: Fix encoder and decode progress messages with --ogg.Erik de Castro Lopo2014-06-281-9/+13
* flac: Fix padding for --replay-gain option.Erik de Castro Lopo2014-06-281-1/+3
* Update URLs as nedeed.Erik de Castro Lopo2014-06-281-3/+3
* src/ : Fix two typos.Erik de Castro Lopo2014-06-011-1/+1
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* src/flac/encode.c : Improve perf of format_input() when compiled with MSVC.Erik de Castro Lopo2014-02-021-7/+11
* src/flac/main.c : Change the default beahviour when compression fails.Erik de Castro Lopo2014-02-011-2/+3
* src/flac/encode.c : Improve message when compression fails.Erik de Castro Lopo2014-02-011-1/+7
* flac: Implement --no-error-on-compression-fail command line option.Erik de Castro Lopo2013-08-011-4/+5
* flac : Check compression ratio at end of encode process.Erik de Castro Lopo2013-07-211-14/+24
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* src/flac/encode.c : Use flac_snprintf instead of sprintf.Erik de Castro Lopo2013-04-281-1/+1
* Fix -Wshadow warnings when compiling with mingw-gcc.Erik de Castro Lopo2013-04-211-17/+21
* A set of windows utf8 patches fromJanne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-211-22/+27
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-291-1/+1
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-4/+4
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-191-2/+3
* Wave64 patch from Janne Hyvrinen <cse@sci.fi>.Erik de Castro Lopo2013-03-171-3/+3
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-16/+16
* Fix -Wshadow warnings.Erik de Castro Lopo2013-03-111-17/+19
* Fix -Wstrict-prototypes -Wmissing-prototypes warnings.Erik de Castro Lopo2013-03-111-8/+1
* Add appropriate WAV channel masks for 7 and 8 channel files.Erik de Castro Lopo2013-03-021-2/+6
* Fix to allow the flac command to parse piped WAV input withnu7742012-12-281-21/+11
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-041-17/+1
* Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings.Erik de Castro Lopo2012-02-041-0/+4
* Fix compiler warnings.Erik de Castro Lopo2012-02-011-2/+1
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, ...Josh Coalson2009-01-071-4/+4
* fix handling of aiff ssnd offset; do not try and recreate offset or block ali...Josh Coalson2008-09-131-9/+10
* add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php...Josh Coalson2008-09-091-35/+137
* add support for RF64Josh Coalson2008-09-091-38/+122
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* fix bug: move flac decoder teardown into EncoderSession_destroy()Josh Coalson2007-10-031-22/+10