platform/upstream/libvorbis.git
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...
2008-02-17 lu_zeroRelease date
2008-02-13 Ralph GilesDon't try to read past the end of the comment packet...
2008-02-13 lu_zeroUpdate to address Magnus concern, Colin suggestion...
2008-02-07 ivoFixed an error added in last revision.
2008-02-02 ivoMerged changes from ogg.m4 per ticket #1280.
2008-01-25 lu_zeroColin suggestion to clarify the SDP reference is just...
2008-01-15 lu_zeroUpdate congestion control section and detail the config...
2008-01-14 Ralph GilesUpdate build and index for the new RTP draft.
2008-01-14 lu_zeroBump version
2008-01-14 lu_zeroInitial changes from the confcall
2008-01-04 lu_zeroMinor cleanup
2007-12-07 Ralph GilesWe should use .ogg for the test files since there's...
2007-12-07 Ralph GilesTrigger the round-trip self tests through the automake...
2007-12-07 Ralph GilesUpdate documentation to reference the current RTP draft.
2007-12-06 lu_zeroGrammar fixes from rillian
2007-12-04 lu_zeroClarify rate and channels meaning in rtpmap and missing...
2007-11-23 lu_zeroThere is just an example (addressing part of the Hannes...
2007-11-22 erikdfix 'make distcheck'. before and after tarballs almost...
2007-11-22 lu_zeroClarify
2007-11-22 lu_zeroCopying Conditions section added
2007-11-21 erikdadd missing files from m4 directory
2007-11-18 ivoa bunch of tiny fixes
2007-11-17 lu_zeroUpdate text version
2007-11-17 lu_zerostray verb from edit
2007-11-17 lu_zeroaddress 73822 from Chris Newman
2007-11-17 lu_zeroupdate reference to libvorbis, address 73740 from Dan...
2007-11-17 lu_zeroaddress 73718 from David Ward
2007-11-17 lu_zeroPartially addressing issues pointed in comment 73639...
2007-11-17 lu_zeroUpdate reference to vorbis spec, to partially address...
2007-11-17 ivoErik de Castro Lopo's patch to add -Wdeclaration-after...
2007-11-06 lu_zeroaddress comment 73637 from Magnus Westerlund
2007-10-27 Ralph GilesAdd the updated RTP draft to the distribution.
2007-10-27 lu_zerofixes addressing Spencer Dawkins <spencer@mcsr-labs...
2007-10-26 lu_zeroMany fixes suggested by Alfred <ah@tr-sys.de>
2007-09-01 erikdtest/write_read.c : Move delaration before first statement.
2007-09-01 erikdFix compile warnings in recently re-enabled test code.
2007-08-31 Ralph GilesHook up the libvorbis self test code so it is run by...
2007-08-30 MontyFix to bug #1229
2007-08-29 MontyRemoving erikd's 'test harness' from Makefile.am as...
2007-08-29 erikdAdd the bare bones of a test suite.
2007-08-29 MontyOne more patch to bug #300
2007-08-28 MontyBug #300 was not completely killed; a setting for uncou...
2007-08-28 MontyErikd: take care that added comments with detailed...
2007-08-26 erikdlib/lookup_data.h : Add ifdef around FROMdB_LOOKUP...
2007-08-26 erikdinclude/vorbis/vorbisfile.h : Add comments about a...
2007-08-26 erikdDetect availability of C99 inline keyword in configure...
2007-08-22 erikddoc/Makefile.am : Fix broken build.
2007-08-22 lu_zeroLeftovers...
2007-08-20 erikdRemove warnings about unused or uninitialized variables.
2007-08-20 erikdRemove unused parameter from function _ve_amp.
next