add support for 24-bit input
[platform/upstream/flac.git] / src / libFLAC / encoder.c
2001-02-27 Josh Coalsonadd support for 24-bit input
2001-02-26 Josh Coalsonfix bug where max_qlp_coeff_precision went too high...
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFO; add PADDING block support
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-02-08 Josh Coalsonfix bug where rice parameter was going to 0
2001-01-28 Josh Coalsonchange force_mid_side to loose_mid_side
2001-01-26 Josh Coalsondelete unused code
2001-01-25 Josh Coalsonspeed up mid-side coding
2001-01-24 Josh Coalsonadd force_mid_side_stereo option
2001-01-23 Josh Coalsonrevamp in anticipation of new analysis mode
2001-01-23 Josh Coalsonadd total sample estimation
2001-01-20 Josh Coalsonspeed up the rice estimation
2001-01-19 Josh Coalsonfix compiler warning
2001-01-19 Josh Coalsonadd ESTIMATE_RICE_BITS for speed
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-12 Josh Coalsonadd MD5 support
2001-01-06 Josh Coalsonchange to support new sign-folded rice coding
2000-12-22 Josh Coalsonadd string arrays for enums
2000-12-17 Josh CoalsonFixed bug in constant-detection.
2000-12-10 Josh CoalsonInitial revision