remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_frames()
[platform/upstream/flac.git] / include / FLAC / file_decoder.h
2003-09-24 Josh Coalsonremove leftover and unimplemented proto FLAC__file_deco...
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-11-19 Josh Coalsondocument some new functions
2002-11-08 Josh Coalsonadd FLAC__file_decoder_get_decode_position()
2002-11-08 Josh Coalsonadd ..._get_resolved_state_string() convenience function
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-09-04 Josh Coalsondoxygen comments
2002-08-27 Josh Coalsonminor formatting
2002-08-16 Josh Coalsonmore doxygen comments
2002-08-05 Josh Coalsondocumentation typos
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 comments
2002-07-27 Josh Coalsonmore doxygen docs
2002-07-26 Josh Coalsonmore doxygen docs
2002-07-25 Josh Coalsonmore doxygen docs
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
2002-06-01 Josh Coalsonfix state enums
2002-05-29 Josh Coalsonfix constness on _set_ methods
2002-05-07 Josh Coalsonadd functionality to specify which metadata blocks...
2002-05-06 Matt ZimmermanUse extern "C" as appropriate to allow use with C++
2002-01-26 Josh Coalsonupdate copyright date to include 2002
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-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-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