change "bytes" parameter of all read callbacks from "unsigned" to "size_t"
[platform/upstream/flac.git] / src / test_libFLAC / encoders.c
2006-10-15 Josh Coalsonchange "bytes" parameter of all read callbacks from...
2006-10-15 Josh Coalsonrename set_serial_number to set_ogg_serial_number every...
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-09-23 Josh Coalsonadd support for new PICTURE metadata block
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-07-14 Josh Coalsonfix uninitialized variable error turned up by valgrind
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-09-25 Josh Coalsonadd a "tell" callback to the seekable stream encoder...
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-01-10 Josh Coalsonaugment unit tests to test for correctness with unknown...
2003-01-10 Josh Coalsonmove common stuff into metadata_utils
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-29 Josh Coalsonfix problem with uninitialized data from valgrind
2002-12-28 Josh Coalsonminor syntax
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-11-16 Josh Coalsonfinish CUESHEET tests
2002-11-07 Josh Coalsonupdates to work with new grabbag lib
2002-10-30 Josh Coalsonwork related to moving some file utils into the new...
2002-08-27 Josh Coalsonminor formatting
2002-08-20 Josh Coalsonadd some missing tests
2002-08-08 Josh Coalsonadd a samples_written field to the progress callback
2002-08-07 Josh Coalsonadd ..._get_verify_decoder_error_stats()
2002-08-03 Josh Coalsonadd verify mode to all encoders
2002-08-02 Josh Coalsonadd ..._get_total_samples_estimate(), add progress...
2002-08-02 Josh Coalsonnew seekable stream encoder and file encoder layers
2002-08-01 Josh Coalsonminor syntax
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonrename directory test_unit to test_libFLAC