platform/upstream/libvorbis.git
2009-05-12 Ralph GilesFix some comment typos and spacing.
2009-05-01 Cristian AdamRemoved WholeProgramOptimization setting from static...
2009-04-27 Montywrapped vorbisfile.h static callbacks in #ifndef
2009-04-27 Montyfix to #1362
2009-04-27 MontyAttempted fix for #1377 and #1493
2009-04-16 Ralph GilesConst-ify some static data tables.
2009-04-09 MontyCorrect another setup bug; extremely short links could...
2009-04-09 MontyBugfix to new bisection code: fix end of data marker
2009-04-09 MontyComplete first-cut rearrangement of bisection and initi...
2009-04-09 MontyNip a potential bug in the bud (open2 was relying on...
2009-04-09 MontyOngoing open refactoring to eliminate superfluous seeks...
2009-04-09 MontyAdd an optimization case to _get_prev_page that avoids...
2009-04-08 Montyset proper types on doc pngs
2009-04-08 MontyPatch an uninitialized trailing space in the ATH in...
2009-04-08 MontyUpdate docs to eliminate typo that crept into LSP curve...
2009-04-08 MontyPatch for "seek broken for large files and on pure...
2009-04-08 MontyRecompress PNGs as suggested in #1523, remove unused...
2009-04-02 Cristian AdamAdded Visual Studio 2008 project files
2009-03-06 erikdFix 'make distcheck'.
2009-03-06 Ralph GilesUse colored link text instead of boxes for hyperrefs...
2009-03-06 Ralph Gilespdflatex seems to want three invocations to get all...
2009-03-06 Ralph GilesCorrect in incorrect xref name.
2009-03-06 Ralph GilesExplicitly import the nameref TeX package.
2009-03-06 Ralph GilesCorresponding configure script changes for building...
2009-03-06 Ralph GilesDocbook to latex conversion of the spec by Max Horn.
2009-03-06 Ralph GilesApply the same progressive automake ordering from r1574...
2009-03-06 Ralph GilesCheck that the compiler supports -mv8 before adding...
2009-03-03 Ralph GilesMinor changelog update.
2009-02-09 Cristian Adamone backslash too many
2009-02-09 Cristian AdamSome more clarifications (hopefully not clear as mud :)
2009-02-07 Cristian AdamUpdated vsprops file and added a short README file...
2009-02-05 erikdconfigure.ac : Make sure configure script is valid...
2009-02-05 erikddoc/xml/a1-encapsulation_ogg.xml : Fix broken tag.
2009-02-04 erikdconfigure.ac : Fix --enable-docs logic which was badly...
2009-01-18 Cristian AdamUsed Unicode for all platforms.
2009-01-12 Cristian AdamAdded Windows CE support: Windows Mobile 5.0 Pocket...
2009-01-07 Cristian AdamRefactored Visual Studio 2005 project files. Added...
2009-01-07 Cristian AdamMoved Visual Studio 6 project files into own folder.
2008-12-08 Conrad ParkerAdd ov_fopen to win32/vorbisfile.def
2008-12-08 Conrad Parkerprogramming.html: clarify that ogg_sync_clear() is...
2008-11-27 ivoUpdate outdated documentation to refer to the new media...
2008-11-25 MontySecond patch to correct #1456
2008-11-25 MontyFix for bug #1456-- the 'bulletproofing' from CVE-2008...
2008-11-24 MontyAn attempt at a complete version of the patch submitted...
2008-11-24 Ralph GilesAdd vorbis_version_string to the dll export list.
2008-11-04 MontyCopyright date on license had not been updated correctly
2008-10-31 MontyAdd a missing link to vorbisfile_example.c.html
2008-10-15 MontyDon't make build depend on an XML file that no longer...
2008-10-05 erikdFor MinGW, use fseeko64 instead of _fseeki64 (which...
2008-09-29 erikdRemoved unused variables.
2008-09-29 erikdFor x86_64 with GNU C, use same solution for vorbis_fto...
2008-09-28 ivoUse _fseeki64 on Windows, where fseek is always 32...
2008-09-28 ivodefine GENERAL_VENDOR_STRING and ENCODE_VENDOR_STRING...
2008-09-28 ivoRemove unused static seq variables in floor1.c to avoid...
2008-09-22 ivoMention the requirements for pkg-config, xsltproc and...
2008-09-08 ivoRemaining bits of the mingw/win32 cross compiling patch...
2008-09-08 ivoOptimized code path for x64 builds + Monty's rounding...
2008-09-01 Ralph GilesCorrect a markup error added by r15099.
2008-09-01 ivoOops. Turns out VS2008 files were only for Tremor...
2008-09-01 ivoAdd ov_fopen to .def files. Closes #1261.
2008-08-31 ivoHopefully I got everything covered.
2008-08-31 ivoUpdate CHANGES file.
2008-08-31 ivoReplaced RTP draft with RFC 5215.
2008-07-11 MontyFix attempt for 1399; if it doesn't completely correct the
2008-07-06 Ralph GilesDocument explicitly that the comment header uses little...
2008-06-05 ivoVersion bump.
2008-06-04 erikdconfigure.ac : add specific options for OS/2.
2008-05-31 MontyCorrect an accidental dereference-before-check in error...
2008-05-27 ivoSync with current Debian changelog.
2008-05-22 Mike SmithOnly use the MSVC inline assembly if we're:
2008-05-06 Ralph GilesDocument that the ov_read functions can return OV_EINVA...
2008-05-05 Ralph GilesPut the ogg library at the end of the link line for...
2008-05-04 erikdFix linking to libogg when cross compiling from Linux...
2008-05-03 Ralph GilesUpdate the source pointer in the rpm spec file.
2008-05-03 erikdRemove redundant (and incorrect when cross compiling...
2008-05-03 spingProgressive ordering, ACK by giles
2008-05-03 spingconfigure.in -> configure.ac, ACK by giles
2008-05-01 Conrad Parkeradd a local copy of ogg.m4 (from ogg svn) to vorbis...
2008-05-01 ivoIdentify the changelog.
2008-05-01 Ralph GilesBump the library versioning in preparation for the...
2008-05-01 Ralph GilesBump the encoder vendor string for the 1.2.1 release...
2008-05-01 Ralph GilesRough log of changes since the last release.
2008-04-28 MontyAdditional bulletproofing to hufftree decoding; reject...
2008-04-17 MontyCommit 01-ov_read_filter patch from #381; closes featur...
2008-04-16 spingCRLF for Visual Studio files (part of #647)
2008-04-15 sping6/3 libvorbis: Consistent use of $(ConfigurationName...
2008-04-14 sping2/3 libvorbis: Consistent use of $(ConfigurationName...
2008-04-14 erikdMinor fixes to allow cross compiling from Linux to...
2008-04-13 erikdMinor configure.in updates.
2008-04-13 erikdRemove autogenerated file acinclude.m4 which contained...
2008-03-19 Montydd checks/rejection for absurdly huge codebooks.
2008-03-18 Montycorrectly handle the nonsensical codebook.dim==0 case
2008-03-18 MontyDon't leave the silly debugging malloc enabled
2008-03-18 MontyDon't crash on successful corrupt file rejection due...
2008-03-18 MontyAdd code to prevent heap attacks by exploiting dim...
2008-03-10 spingProject references to ensure proper build order
2008-03-08 erikdMinor clarification to comments about assuming 44.1kHz...
2008-02-19 MontyFix trac 1169: make it clear that the granpos refers...
2008-02-19 MontyFix Trac 1159: define omega in floor 0 LSP computation...
2008-02-19 MontyEliminate nonsensical error condition from floor 0...
next