OGG Vorbis commits

RevisionAuthorDateDescription
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 (!?)

14838giles05 May 2008 23:04:19

Document that the ov_read functions can return OV_EINVAL if the
stream didn't open properly.

14836giles04 May 2008 20:13:31

Put the ogg library at the end of the link line for the benefit
of iterative ("single-pass") linkers.

14833erikd03 May 2008 20:47:00

Fix linking to libogg when cross compiling from Linux to Win32.

14832giles03 May 2008 19:24:39

Update the source pointer in the rpm spec file.

14831erikd03 May 2008 19:13:19

Remove redundant (and incorrect when cross compiling) check for pkg-config.

14829sping03 May 2008 14:33:02

Progressive ordering, ACK by giles