summaryrefslogtreecommitdiff
path: root/src/flac/encode.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-2/+2
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
* Re-add check for block alignMartijn van Beurden2022-07-161-20/+4
* Improve foreign metadata handlingMartijn van Beurden2022-06-281-2/+9
* Do not add channel mask to vorbis_comment that will be reused laterMartijn van Beurden2022-06-241-2/+5
* Add 32-bit encoding, including limiting of residual to 32-bit intMartijn van Beurden2022-06-121-2/+43
* Add --limit-min-bitrate to flac and add test for itMartijn van Beurden2022-05-021-0/+1
* Change sourceforge URL in flac error messages to githubMartijn van Beurden2022-02-131-1/+1
* Fix compression ratio display for very small filesMartijn van Beurden2021-03-151-3/+3
* flac: Remove variable from expression because it's always equals to falseAndrey Astafyev2019-12-081-1/+1
* 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