- 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
-
- 01 May, 2006 2 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
-
- 28 Apr, 2006 1 commit
-
-
Josh Coalson authored
fix calculation bugs in encode_subframe_(): max_qlp_coeff_precision when qlp_coeff_prec_search; account for qlp coeff overhead in guessing the best lpc order; default to hann instead of rectangular window on assertion failure
-
- 25 Apr, 2006 2 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
-
- 05 May, 2005 1 commit
-
-
Josh Coalson authored
-
- 04 Feb, 2005 1 commit
-
-
Josh Coalson authored
-
- 29 Jan, 2005 1 commit
-
-
Josh Coalson authored
add FLAC__MANDATORY_VERIFY_WHILE_ENCODING ifdefs which will be turned on when compiling with new asm optimzations
-
- 26 Jan, 2005 1 commit
-
-
Josh Coalson authored
-
- 25 Jan, 2005 1 commit
-
-
Josh Coalson authored
-
- 30 Dec, 2004 2 commits
-
-
Josh Coalson authored
-
Josh Coalson authored
-
- 09 Nov, 2004 1 commit
-
-
Josh Coalson authored
finished integerized flavor of library; sections with floating point are either #ifdef'd out or written in fixed-point
-
- 20 Oct, 2004 1 commit
-
-
Josh Coalson authored
first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places.
-