add cpuinfo + runtime asm routine selection
[platform/upstream/flac.git] / src / libFLAC / stream_decoder.c
2001-05-23 Josh Coalsonadd cpuinfo + runtime asm routine selection
2001-04-24 Josh CoalsonFLAC__ize all the #defines
2001-04-17 Josh Coalsonfix bug with samples_decoded
2001-04-16 Josh Coalsondocument GCC compiler bug that produces false warning
2001-04-14 Josh Coalsonfix bug where sample number is incorrectly calculated...
2001-04-13 Josh Coalsonfix compiler warning
2001-04-13 Josh Coalsonskip seekpoint placeholders
2001-04-12 Josh Coalsonadd support for raw encoding within a Rice partition
2001-04-05 Josh Coalsonadd support for decoding SEEKTABLE block
2001-04-01 Josh Coalson#include string.h
2001-03-29 Josh Coalsonfix another bug related to wasted bits
2001-03-29 Josh Coalsonfix bug where subframe bps estimate was not taking...
2001-03-28 Josh Coalsonadd some asserts
2001-03-27 Josh Coalsonadd support for new "wasted bits" field
2001-03-27 Josh Coalsonupdate for new format changes: frame crc-16, wasted...
2001-03-23 Josh Coalsonfix bug where ...allocate_output_() might allocate...
2001-03-20 Josh Coalsonrevert back to default of folded-Rice coding, leave...
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFO
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-02-08 Josh Coalson*** empty log message ***
2001-01-28 Josh Coalsonchange force_mid_side to loose_mid_side
2001-01-23 Josh Coalsonrevamp in anticipation of new analysis mode
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-12 Josh Coalsonadd MD5 support
2001-01-03 Josh Coalsonadd reserved space detection to metadata decoding
2001-01-02 Josh Coalsonrename stream_decoder_allocate_output_
2000-12-22 Josh Coalsonadd string arrays for enums
2000-12-10 Josh CoalsonInitial revision