more strict typecasts
[platform/upstream/flac.git] / src / libFLAC / seekable_stream_decoder.c
2002-11-06 Josh Coalsonmore strict typecasts
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
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-07-26 Josh Coalsonfix bug where flush() was not setting the state back...
2002-07-17 Josh Coalsonfix bug where md5_checking setting was not restored...
2002-06-21 Josh Coalsonfix bug where decoder wasn't getting streaminfo or...
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, more rigorous setting of defaults...
2002-06-01 Josh Coalsonfix state enums
2002-05-29 Josh Coalsonfix constness on _set_ methods
2002-05-10 Josh Coalsonfix bugs exposed by latest tests
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-12 Josh Coalsonfix typo in assertion
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-11-16 Josh Coalson#include string.h
2001-11-13 Josh Coalsoncommit patch for compiling on mingw32
2001-11-09 Josh Coalsonchange back to unix-format line endings
2001-11-08 Josh Coalsonsplit most of FileDecoder off to new SeekableStreamDecoder