Merging the postbeta2 branch onto the mainline.
[platform/upstream/libvorbis.git] / lib / vorbisfile.c
2000-10-12 MontyMerging the postbeta2 branch onto the mainline.
2000-08-30 Montyautoconf changes to handle looking for bit-width types...
2000-08-15 MontyCommit monty_branch_20000724 to the mainline in prep...
2000-08-04 MontyVorbisfile could get itself into an uninitialized state...
2000-06-15 MontyFixed a link-crossing bug in libvorbis (total time...
2000-06-14 MontyMade API consistent wrt in64_t internal types and retur...
2000-05-16 Mike SmithFix for a small problem in ov_read() which made the...
2000-05-01 jonFixed a bug with ov_open_callbacks not initializing...
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...