update copyright to 2004
[platform/upstream/flac.git] / src / libFLAC / file_decoder.c
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-31 Josh Coalsonminor cleanup
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-11-08 Josh Coalsonadd FLAC__file_decoder_get_decode_position()
2002-11-08 Josh Coalsonadd ..._get_resolved_state_string() convenience function
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-08-13 Josh Coalson#include fcntl.h in cygwin builds
2002-08-07 Josh Coalsonfix typos
2002-08-03 Josh Coalsonzero allocated class memory
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-08-01 Josh Coalsonmake typedefs for callbacks
2002-08-01 Josh Coalsonnew funcs for getting underlying decoder layer states
2002-07-31 Josh Coalsonminor formatting
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 Coalsonadd inherited get methods from stream decoder, more...
2002-06-01 Josh Coalsonfix state enums
2002-05-29 Josh Coalsonfix constness on _set_ methods
2002-05-09 Josh Coalsonfix _new / _init / _finish / _delete sequence to be...
2002-05-07 Josh Coalsonadd functionality to specify which metadata blocks...
2002-02-17 Josh Coalsonadd code for forcing the file mode for stdin/stdout...
2002-01-29 Josh Coalsonfix bug when seeking a file that is already at END_OF_FILE
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-12-04 Josh Coalsonfix bug with filename setting; fix possible bug with...
2001-11-09 Josh Coalsonchange back to unix-format line endings
2001-11-08 Josh Coalsonsplit most of FileDecoder off to new SeekableStreamDecoder
2001-10-31 Josh Coalsonfix tiny bug with filename setting
2001-08-16 Josh Coalsonrename some struct members to avoid C++ 'private' and...
2001-07-16 Josh Coalsonadd checking based on number_type in the frame header
2001-07-12 Josh Coalsonindenting fix
2001-07-03 Josh Coalsonadd explicit casts for some implicit conversions
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 FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-04-13 Josh Coalsonchange to ignore PLACEHODLERs when checking seek points
2001-04-13 Josh Coalsonfix compile error
2001-04-13 Josh Coalsonupdate seek routine to use info from seek table
2001-04-05 Josh Coalsonadd support for decoding SEEKTABLE block
2001-04-05 Josh Coalsontweak the seeking a little more
2001-03-31 Josh Coalsonmake some improvements to the seek algo
2001-03-22 Josh Coalsonfix bug where pos could move to before the beginning...
2001-03-20 Josh Coalsonoops, fix syntax error
2001-03-20 Josh Coalsonfix so that file decoder catches when stream decoder...
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFO
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
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
2000-12-22 Josh Coalsonadd string arrays for enums
2000-12-10 Josh CoalsonInitial revision