remove the commented-out and erroneous end-of-stream setting in read_callback_()...
[platform/upstream/flac.git] / src / test_libOggFLAC++ /
2004-09-10 Josh Coalsonadd new requirements to ogg mapping: vorbis comment...
2004-07-23 Josh Coalsonadd pragma to disable annoying MSVC warning C4800
2004-07-16 Josh Coalsonfix valgrind uninitialized memory errors
2004-07-07 Josh Coalsonrevamp OggFLAC__SeekableStreamDecoder to derive from...
2004-01-20 Josh Coalson*** empty log message ***
2004-01-17 Josh Coalsonupdate copyright to 2004
2004-01-17 Josh Coalsonadd read callback to OggFLAC__SeekableStreamEncoder...
2004-01-16 Josh Coalsonvarious fixes related to deriving OggFLAC__SeekableStre...
2003-12-31 Josh Coalsonrevamp ogg flac file decoder; it needed to be derived...
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-09-26 Josh Coalsonadd ogg seekable stream and file encoder and decoder...
2003-09-25 Josh Coalsonadd metadata callback back to ogg stream encoder
2003-09-24 Josh Coalsonadd the metadata callback back in the stream encoder
2003-02-07 Matt ZimmermanBuild libtool archives instead of plain .a archives...
2003-01-25 Josh Coalsonremove reference to obsolete Makefile.vc
2003-01-25 Josh Coalsonobsolete now that .dsp files are complete
2003-01-25 Josh Coalsonbump version number to 1.1.0
2003-01-14 Josh CoalsonSecond patch from X-Fixer: tweaks for better MSVC build
2003-01-10 Josh Coalsonaugment unit tests to test for correctness with unknown...
2003-01-10 Josh Coalsonminor verbiage
2003-01-10 Josh Coalsonmove common stuff into metadata_utils
2003-01-10 Josh Coalsonadd new/missing files
2003-01-10 Josh Coalsoninitial import, copied from test_libFLAC/
2003-01-10 Josh Coalsonminor verbiage
2003-01-08 Josh Coalsonbump version string to 1.0.5_beta2
2003-01-02 Josh Coalsonupdate the version number from 1.0.4 to 1.0.5-beta1
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-28 Josh Coalsonadd flushed fwrite in Valgrind mode
2002-12-04 Josh Coalsonfix library list
2002-11-22 Josh Coalsonget Makefile.vc system working again with new debug...
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-20 Josh Coalsonrevamp Makefile.lite system, use separate dirs and...
2002-11-14 Josh Coalsonfix path to grabbag lib
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-10-23 Josh Coalsonadd notion of topdir to Makefile.lite build system
2002-10-18 Josh Coalsonfixes for building static libs (new FLAC__NO_DLL #define)
2002-10-17 Josh Coalsoninitial import
2002-10-16 Josh Coalsonchange .cc suffix to .cpp
2002-10-16 Josh Coalsonchanges for MSCV: added dsp file, rename any .cc files...
2002-10-16 Josh Coalsonrename .cc files to .cpp since I can find no way to...
2002-10-15 Matt ZimmermanFix a broken search-and-replace which produced effects...
2002-10-15 Matt ZimmermanFix slightly botched search-and-replace which produced...
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-09-25 Josh Coalsonbump the version number from 1.0.4_beta to 1.0.4
2002-09-25 Josh Coalsonminor cosmetics
2002-09-09 Josh Coalsonbump version number to 1.0.4_beta
2002-09-04 Josh Coalsonadd support for serial number in Ogg streams
2002-08-27 Josh Coalsonminor formatting
2002-08-25 Josh Coalsonupdate tests to reflect addition of vorbis comment...
2002-08-20 Josh Coalsonadd tests for libOggFLAC and libOggFLAC++