- 03 Feb, 2007 1 commit
-
-
Josh Coalson authored
-
- 02 Feb, 2007 2 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
-
- 01 Feb, 2007 1 commit
-
-
Josh Coalson authored
-
- 31 Jan, 2007 2 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
-
- 29 Jan, 2007 1 commit
-
-
Josh Coalson authored
in FLAC__stream_encoder_set_metadata(), copy the metadata array of pointers instead of requiring the caller to keep it until initialization; the objects themselves are still owned by caller
-
- 28 Jan, 2007 1 commit
-
-
Josh Coalson authored
several speed improvements: completely rewritten bitbuffer which uses native machine word size instead of bytes; much faster rice partition size estimation; crc16 calculation in machine word size
-
- 24 Jan, 2007 2 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
-
- 23 Jan, 2007 1 commit
-
-
Josh Coalson authored
add system for verifying that encoded frame size estimates are accurate; clean up the code for rice parameter searching and rice codeword length estimation
-
- 05 Dec, 2006 1 commit
-
-
Josh Coalson authored
fix bug with locale-specific -A defaults for -0..-8 (SF#1608883: https://sourceforge.net/tracker/index.php?func=detail&aid=1608883&group_id=13478&atid=113478)
-
- 27 Nov, 2006 1 commit
-
-
Josh Coalson authored
quick fix for SF#1601812 where an error of exactly 0 (very rare) in FLAC__lpc_compute_lp_coefficients() could cause an infinite loop later in FLAC__lpc_quantize_coefficients()
-
- 21 Nov, 2006 1 commit
-
-
Josh Coalson authored
patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tracker/index.php?func=detail&aid=1599018&group_id=13478&atid=313478)
-
- 16 Nov, 2006 2 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata; fix problem trying to update metadata when encoding to stdout; fix problem with updating metadata if client seek_callback returns UNSUPPORTED
-
- 15 Nov, 2006 1 commit
-
-
Josh Coalson authored
fix a bug where missing STREAMINFO fields (min/max framesize, total samples, MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (SF#1338969 https://sourceforge.net/tracker/index.php?func=detail&aid=1338969&group_id=13478&atid=113478)
-
- 11 Nov, 2006 1 commit
-
-
Josh Coalson authored
-
- 09 Nov, 2006 4 commits
-
-
Josh Coalson authored
add overreading in the stream encoder process calls to be able to reliably detect when we are at the last block; also fixes a problem with EOS packet flag setting in Ogg FLAC
-
Josh Coalson authored
-
Josh Coalson authored
-
Josh Coalson authored
fix bug where window was not recalculated when blocksize decreased; better wording for fractional blocks
-
- 03 Nov, 2006 1 commit
-
-
Josh Coalson authored
-
- 15 Oct, 2006 5 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
-
Josh Coalson authored
-
Josh Coalson authored
-
Josh Coalson authored
-
- 11 Oct, 2006 1 commit
-
-
Josh Coalson authored
-
- 10 Oct, 2006 1 commit
-
-
Josh Coalson authored
-
- 09 Oct, 2006 1 commit
-
-
Josh Coalson authored
-
- 07 Oct, 2006 1 commit
-
-
Josh Coalson authored
-
- 03 Oct, 2006 1 commit
-
-
Josh Coalson authored
try to limit the #defines (of fseeko to fseek and ftello to ftell) to just the versions of MSVC that appear not to have fseeko()/ftello()
-
- 26 Sep, 2006 1 commit
-
-
Josh Coalson authored
-
- 24 Sep, 2006 1 commit
-
-
Josh Coalson authored
add more checks to PICTURE metadata: at most one type=1 and type=2 blocks, type=1 block must be 32x32 pixel PNG
-
- 23 Sep, 2006 1 commit
-
-
Josh Coalson authored
-
- 13 Sep, 2006 1 commit
-
-
Josh Coalson authored
merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH
-
- 24 May, 2006 1 commit
-
-
Josh Coalson authored
-
- 18 May, 2006 1 commit
-
-
Josh Coalson authored
-
- 03 May, 2006 1 commit
-
-
Josh Coalson authored
-