fix bug where calling FLAC__seekable_stream_decoder_set_metadata_ignore_*() to ignore...
[platform/upstream/flac.git] / src / libFLAC / seekable_stream_decoder.c
2004-07-07 Josh Coalsonfix bug where calling FLAC__seekable_stream_decoder_set...
2004-03-23 Josh Coalsonfix seeking bug where I/O seek to "unparseable" frame...
2004-01-18 Josh Coalsonfix possible bug with seeking past 4Gbytes
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-30 Josh Coalsonfix bug in read callback where *bytes was not being...
2003-09-24 Josh Coalsonuse resolved_state_string as much as possible
2003-02-20 Josh Coalsonfix bug where seeking past the end of the stream could...
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__seekable_stream_decoder_get_decode_position()
2002-11-08 Josh Coalsonadd ..._get_resolved_state_string() convenience function
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