OGG Vorbis commits

RevisionAuthorDateDescription
15237giles01 Sep 2008 14:07:39

Correct a markup error added by r15099.

15234ivo31 Aug 2008 21:22:01

Oops. Turns out VS2008 files were only for Tremor, not libvorbis; I mistook them.

15233ivo31 Aug 2008 20:45:05

Add ov_fopen to .def files. Closes #1261.

15230ivo31 Aug 2008 19:21:25

Hopefully I got everything covered.

15228ivo31 Aug 2008 18:35:51

Update CHANGES file.

15227ivo31 Aug 2008 18:35:03

Replaced RTP draft with RFC 5215.

15110xiphmont11 Jul 2008 19:29:15

Fix attempt for 1399; if it doesn't completely correct the
multichannel corruption problem (encoder only), then it is a necessary
part of the fix.

(The encoder was accidentally collapsing the redidue bundle to remove
silent residues twice, potentiall causing corruption the second time
if a preceeding channel was silent)

15099giles06 Jul 2008 14:02:04

Document explicitly that the comment header uses little endian integers
for the the benefit of those reading the comment spec in isolation.

14999ivo05 Jun 2008 10:05:36

Version bump.

14998erikd04 Jun 2008 16:43:46

configure.ac : add specific options for OS/2.

14984xiphmont31 May 2008 17:13:48

Correct an accidental dereference-before-check in error cleanup in comments.

14962ivo27 May 2008 00:58:04

Sync with current Debian changelog.

14939msmith22 May 2008 14:24:17

Only use the MSVC inline assembly if we're:
a) compiling with MSVC
b) not on win64, where inline assembly isn't implemented (!?)