Fix for a minor typo in vorbisfile headers - woould have affected users of the
[platform/upstream/libvorbis.git] / lib / vorbisfile.c
2000-04-23 Mike SmithFix for a minor typo in vorbisfile headers - woould...
2000-04-21 Mike SmithA new abstracted interface to vorbisfile, using callbac...
2000-04-03 MontyFixed a seeking bug;
2000-04-03 Montyfixes to build in MSVC
2000-03-10 Montyforgot to remove a leak check
2000-03-10 MontyRepaired 'I must have been boozing' memory management...
2000-02-23 Montyfixes to prevent segfaults
2000-01-28 MontyThe lib and vq, at least, build again. Tackling the...
2000-01-10 MontyMissed initializing the accumulator in ov_bitrate
2000-01-05 MontyMore shuffling of includes to ease codebook integration...
1999-12-30 MontyMinor build fixes, integrate XMMS into the autoconfed...
1999-12-30 MontyIncremental commit after rearranging build a bit and...
1999-11-17 MontyMinor changes to compile cleanly with MSVC++
1999-11-16 MontyHandle non-audio packets (eg, header packets) properly...
1999-11-05 MontyCleaned up memory leaks in vorbisfile and libvorbis.
1999-11-05 MontyNumerous fixes to seeking methods in vorbisfile.c
1999-11-05 Montyfixed major bug in ov_open() (well, _bisect_forward_ser...
1999-11-05 Montybugfixes, vorbisfile API tweaks/additions
1999-11-04 Montymore comments in vorbisfile.c
1999-11-04 MontyFull 'vorbisfile.a' library commit. The whole convenie...
1999-11-02 MontyRearranged chaining example into a library interface...