Commit Graph

13 Commits

Author SHA1 Message Date
Josh Coalson
50bf3debb4 comment out some optimized branch 2007-07-16 06:04:28 +00:00
Josh Coalson
b28c46d2ab fix optimization bug in FLAC__bitwriter_write_rice_signed_block() 2007-07-07 04:30:48 +00:00
Josh Coalson
e002f83703 minor cosmetics 2007-06-20 01:25:20 +00:00
Josh Coalson
eb6ef7d0fb optimize special case in FLAC__bitwriter_write_rice_signed_block() 2007-04-04 00:57:03 +00:00
Josh Coalson
4cc675bf19 minor optimizations to FLAC__bitwriter_write_rice_signed_block() 2007-04-04 00:55:44 +00:00
Josh Coalson
6775778dcc fix MSVC check for ntohl() 2007-02-17 01:16:20 +00:00
Josh Coalson
f67f2065b3 Darwin fix for ntohl() 2007-02-13 02:12:13 +00:00
Josh Coalson
e6c05bfa8d remove some debugging output 2007-02-08 01:22:07 +00:00
Josh Coalson
c85056b3d5 use inline byte-swapping function for MSVC 2007-02-04 02:57:48 +00:00
Josh Coalson
d1dd66b3f3 minor asserts 2007-02-03 02:54:10 +00:00
Josh Coalson
e74bd9516c add 2007 copyright 2007-02-02 06:58:19 +00:00
Josh Coalson
e3ec2ad59e convert C prototypes for functions with no args from () to (void) 2007-01-31 03:53:22 +00:00
Josh Coalson
423f804d50 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 2007-01-28 17:40:26 +00:00