- 01 Feb, 2014 2 commits
-
-
Erik de Castro Lopo authored
Previously the flac executable would return a non-zero exit code when the output file was bigger than the input file and this could be disabled with the --no-error-on-compression-fail option. New beaviour is to print the failure message but return a zero exit code in the above situation, and only return a non-zero exit code with the --error--on-compression-fail option. The --no-error-on-compression-fail command line option has been retained.
-
Erik de Castro Lopo authored
As suggested by Brian Willoughby this is not an "ERROR" but a "FAILURE". Also list a couple of possible causes of this failure and remove the suggestion to contact the developers.
-
- 01 Aug, 2013 1 commit
-
-
Erik de Castro Lopo authored
This is designed for the test suite where a number of artificially created files end up bigger than the original.
-
- 21 Jul, 2013 1 commit
-
-
Erik de Castro Lopo authored
Stash the compression ratio in the EncoderSession struct and at the end of the encode process, check if its > 1.0. Print an error message if it is.
-
- 26 May, 2013 1 commit
-
-
Erik de Castro Lopo authored
-
- 28 Apr, 2013 1 commit
-
-
Erik de Castro Lopo authored
-
- 21 Apr, 2013 2 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
- 29 Mar, 2013 2 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
Patch from Janne Hyvärinen <cse@sci.fi>.
-
- 19 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
-
- 17 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
GUID had one word incorrectly in little endian order.
-
- 14 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
Patch submitted by Janne Hyvärinen <cse@sci.fi>.
-
- 10 Mar, 2013 2 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
The files src/flac/encode.c and src/libFLAC/stream_encoder.c use functions in libFLAC that are marked as 'unpublished debug routines'. This patch moves these functions to new file include/share/private.h and marks them as 'unpublished debug routines'.
-
- 02 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
This commit accepts the new default channel masks for 6.1 and 7.1 surround input WAV files, and writes the corresponding masks when decoding to WAV without a channel mask from the metadata block. The local copy of the format spec is also updated with the new text from the flac-website repository. Patch from Ralph Giles <giles@mozilla.com>
-
- 28 Dec, 2012 1 commit
-
-
WAVEFORMATEXTENSIBLE format. MinGW's fseeko() doesn't return error for the attempt to seek on non seekable file (same behavior as MSVC). The simplest solution would be to change #ifdef _MSC_VER to #ifdef _WIN32 here. Instead, this patch tests file with fstat(), and use fseeko() only when it is a regular file. This is confirmed to work properly both on MSVC and MinGW, can seek if stdin is a redirected regular file, and doesn't require #ifdef. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 05 Dec, 2012 1 commit
-
-
- 04 Feb, 2012 2 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
- 01 Feb, 2012 1 commit
-
-
Erik de Castro Lopo authored
-
- 07 Jan, 2009 2 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, SF#2182432: https://sourceforge.net/tracker2/?func=detail&aid=1947353&group_id=13478&atid=363478 https://sourceforge.net/tracker2/index.php?func=detail&aid=2182432&group_id=13478&atid=113478)
-
- 13 Sep, 2008 1 commit
-
-
Josh Coalson authored
-
- 09 Sep, 2008 2 commits
-
-
Josh Coalson authored
add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php?func=detail&aid=1769582&group_id=13478&atid=113478)
-
Josh Coalson authored
-
- 28 Feb, 2008 1 commit
-
-
Josh Coalson authored
-
- 03 Oct, 2007 1 commit
-
-
Josh Coalson authored
-
- 02 Oct, 2007 1 commit
-
-
Josh Coalson authored
-
- 20 Sep, 2007 1 commit
-
-
Josh Coalson authored
-
- 12 Sep, 2007 2 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
add user hints to use --keep-foreign-metadata when skipping chunks, fix bug skipping ahead in stdin on windows (SF#1776803: http://sourceforge.net/tracker/index.php?func=detail&aid=1776803&group_id=13478&atid=113478)
-
- 11 Sep, 2007 1 commit
-
-
Josh Coalson authored
-
- 22 Aug, 2007 1 commit
-
-
Josh Coalson authored
-
- 21 Aug, 2007 1 commit
-
-
Josh Coalson authored
-
- 14 Aug, 2007 1 commit
-
-
Josh Coalson authored
-
- 26 Jul, 2007 1 commit
-
-
Josh Coalson authored
fixed bug compiling flac without ogg support (SF#1760786: http://sourceforge.net/tracker/index.php?func=detail&aid=1760786&group_id=13478&atid=113478)
-
- 10 Jul, 2007 1 commit
-
-
Josh Coalson authored
-
- 07 Jul, 2007 1 commit
-
-
Josh Coalson authored
-
- 19 Jun, 2007 1 commit
-
-
Josh Coalson authored
-