OGG Vorbis commits

RevisionAuthorDateDescription
15566conrad08 Dec 2008 04:07:12

Add ov_fopen to win32/vorbisfile.def
See http://lists.xiph.org/pipermail/vorbis-dev/2008-December/019657.html

15565conrad08 Dec 2008 04:07:05

programming.html: clarify that ogg_sync_clear() is an alternative to
ogg_sync_destroy() -- ie. this paragraph is not a typo.
Need for clarification suggested by Philipp Schafft.

15540ivo26 Nov 2008 19:25:49

Update outdated documentation to refer to the new media types. Bump version number. Fill changelog.

15533xiphmont25 Nov 2008 12:27:58

Second patch to correct #1456

15532xiphmont24 Nov 2008 20:46:22

Fix for bug #1456-- the 'bulletproofing' from CVE-2008-1420 inadvertantly
rejects a harmless/legal (if suboptimal) codebook arrangement that was
apparently used in 1.0b1.

15531xiphmont24 Nov 2008 18:50:06

An attempt at a complete version of the patch submitted in #1291. Also
updated autogenerating utils (not tested) and tried to eliminate all
resulting warnings.

15530giles24 Nov 2008 13:50:32

Add vorbis_version_string to the dll export list.

Patch by Aoyumi. This is a followup to the addition of this api call
in r15346.

15505xiphmont04 Nov 2008 13:48:19

Copyright date on license had not been updated correctly

15474xiphmont31 Oct 2008 11:30:43

Add a missing link to vorbisfile_example.c.html

15401xiphmont15 Oct 2008 12:49:17

Don't make build depend on an XML file that no longer exists.

15376erikd05 Oct 2008 01:04:01

For MinGW, use fseeko64 instead of _fseeki64 (which MinGW doesn't know about).

15351erikd29 Sep 2008 07:02:35

Removed unused variables.

15350erikd29 Sep 2008 06:10:40

For x86_64 with GNU C, use same solution for vorbis_ftoi as for win64.