Rename _flac_stat to flac_stat_s.
[platform/upstream/flac.git] / src / libFLAC / stream_decoder.c
2002-08-01 Josh Coalsonmake typedefs for callbacks
2002-07-31 Josh Coalsonminor formatting
2002-07-26 Josh Coalsonadd asserts
2002-07-24 Josh Coalsonfix bug #584595: infinite loop if ..._process*() called...
2002-06-14 Josh Coalsonminor changes in anticipation of release
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-04 Josh Coalsonfix status enum, fix bug parsing vorbis comments, stop...
2002-05-31 Josh Coalsonfix malloc(0) "bug" with application block parsing
2002-05-29 Josh Coalsonfix constness on _set_ methods
2002-05-10 Josh Coalsonfix bugs exposed by latest tests
2002-05-09 Josh Coalsonfix bug where decoder was not reading APPLICATION id...
2002-05-07 Josh Coalsonadd functionality to specify which metadata blocks...
2002-05-04 Josh Coalsonminor wording
2002-04-25 Josh Coalsonadd FLAC__bitbuffer_read_rice_signed_block()
2002-03-12 Josh Coalsonnew blurb-based bitbuffer design changes
2002-02-12 Josh Coalsonminor fix
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-11-01 Josh Coalsonfix ..._process_metadata() to return correctly from...
2001-11-01 Josh Coalsonset state to SEARCH_FOR_FRAME_SYNC after flush
2001-08-16 Josh Coalsonrename some struct members to avoid C++ 'private' and...
2001-07-18 Josh Coalsonremove a bad assert on cpuinfo struct
2001-07-16 Josh Coalsonadd checking based on number_type in the frame header
2001-07-12 Josh Coalsonfix bug with implicit assumption in ia32 mmx routines...
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-13 Josh Coalsonrename i386 to ia32 everywhere
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-05 Josh Coalsonremove debug printouts
2001-05-31 Josh Coalsonadd bps checks so we can use miroslav's mmx versions...
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-30 Josh Coalsonminor tweaks to asm routine selection
2001-05-25 Josh Coalsongate cpu-specific code with FLAC__NO_ASM
2001-05-24 Josh Coalsongate i386 code with FLAC__HAS_NASM
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