- Jan 22, 2014
-
-
Monty authored
svn path=/trunk/vorbis/; revision=19058
-
Monty authored
Move all the static encoder codebooks to 'char' lengthlists rather than 'long' as the largest value for a lengthlist entry is 32 and the lengthlists are large. Alter the codebook generation tools in vq/ to generate the codebooks properly given the new type. [Hopefully] no functional change. svn path=/trunk/vorbis/; revision=19057
-
Monty authored
debug and profile targets weren't hooked to anything; have them make check with flags rather than make all svn path=/trunk/vorbis/; revision=19056
-
- Dec 03, 2013
-
-
Timothy B. Terriberry authored
Some of these were introduced in r19028. Others have been around much longer. svn path=/trunk/vorbis/; revision=19031
-
- Dec 02, 2013
-
-
Timothy B. Terriberry authored
window.c wasn't actually including window.h, or this would have been noticed earlier. svn path=/trunk/vorbis/; revision=19028
-
- Nov 12, 2013
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=19015
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=19014
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=19013
-
- Sep 19, 2013
-
-
Monty authored
svn path=/trunk/vorbis/; revision=19002
-
- Jul 13, 2013
-
-
Monty authored
to ov_test does not take ownership of the passed-in file. svn path=/trunk/vorbis/; revision=18964
-
- Mar 29, 2013
-
-
Timothy B. Terriberry authored
Patch from Cristian Rodriguez. Reviewed by: David Schleef, Conrad Parker, Ron Lee Thanks to Brad Smith for kicking us. Fixes #1759. svn path=/trunk/vorbis/; revision=18889
-
- Jan 08, 2013
-
-
Timothy B. Terriberry authored
Patch by Ron Lee. svn path=/trunk/vorbis/; revision=18762
-
- Sep 22, 2012
-
-
Timothy B. Terriberry authored
svn path=/trunk/vorbis/; revision=18630
-
- Jul 29, 2012
-
-
Philipp Schafft authored
svn path=/trunk/vorbis/; revision=18479
-
- Feb 03, 2012
-
-
Monty authored
svn path=/trunk/vorbis/; revision=18188
-
Monty authored
svn path=/trunk/vorbis/; revision=18186
-
Monty authored
reference it, and trying to install it twice is breaking make install. svn path=/trunk/vorbis/; revision=18185
-
Monty authored
svn path=/trunk/vorbis/; revision=18184
-
Monty authored
port and verification was called for. This patch provided some additional floor0 hardening: floor0 code could potentially use a book where the number of vals it needed to decode was not an integer number of dims wide. This caused it to overflow the output vector as the termination condition was in the outer loop of vorbis_book_decodev_set. None of the various vorbis_book_decodeXXXX calls internally guard against this case either, but in every other use the calling code does properly guard (and avoids putting more checks in the tight inner decode loop). For floor0, move the checks into the inner loop as there's little penalty for doing so. [an equivalent change was already in libvorbis, but I've harmonized the code with tremor] For floor0, move the checks into the inner loop as there's little penalty for doing so. Add commentary indicating where guarding is done for each call variant. svn path=/trunk/vorbis/; revision=18183
-
Monty authored
subsubsections, fix my escpaed square brackets) Commit new html/pdf svn path=/trunk/vorbis/; revision=18182
-
Monty authored
it says for myself after not thinking about it for 15-ish years. Also, fix an indentation bug that occurred due to TABs sneaking in svn path=/trunk/vorbis/; revision=18181
-
- Feb 01, 2012
-
-
Timothy B. Terriberry authored
svn path=/trunk/vorbis/; revision=18166
-
- Jan 20, 2012
-
-
Monty authored
svn path=/trunk/vorbis/; revision=18156
-
Monty authored
svn path=/trunk/vorbis/; revision=18151
-
Monty authored
Spec correction: Hard limit of 63 configurable (65 total) floor1 posts was never spelled out in the spec. Part of addressing Moz BZ #719612 svn path=/trunk/vorbis/; revision=18150
-
- Nov 04, 2011
-
-
Timothy B. Terriberry authored
Fixes #1840. Thanks to Alexandru Munteanu for the patch. svn path=/trunk/vorbis/; revision=18115
-
- Sep 02, 2011
-
-
Ralph Giles authored
Corrects a warning on Apple gcc 4.2. svn path=/trunk/vorbis/; revision=18077
-
Ralph Giles authored
This is a more aggressive fix than r17688. This version is from a similar patch to the Mozilla tree by Atul Aggarwal. See https://bugzilla.mozilla.org/show_bug.cgi?id=666672 for the history. svn path=/trunk/vorbis/; revision=18076
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=18075
-
- Aug 11, 2011
-
-
Monty authored
svn path=/trunk/vorbis/; revision=18069
-
Monty authored
computation pseudocode) Regenerate docs with updated/corrected fancvrb package svn path=/trunk/vorbis/; revision=18068
-
Monty authored
unreliable in several environments like \mathtt and \emph svn path=/trunk/vorbis/; revision=18067
-
Monty authored
up as the letter 'X', but using \texttt{} instead caused incorrect type scaling in math typesetting svn path=/trunk/vorbis/; revision=18066
-
Monty authored
commit the pregenned equation images with it. svn path=/trunk/vorbis/; revision=18065
-
Monty authored
pregen images, those come next... svn path=/trunk/vorbis/; revision=18064
-
Monty authored
svn path=/trunk/vorbis/; revision=18063
-
Monty authored
equations for p and q; removed the spurious ^2. svn path=/trunk/vorbis/; revision=18062
-
- Jan 09, 2011
-
-
Cristian Adam authored
svn path=/trunk/vorbis/; revision=17772
-
- Nov 29, 2010
-
-
Timothy B. Terriberry authored
Thanks to Josh Soref for the report. svn path=/trunk/vorbis/; revision=17688
-
- Nov 02, 2010
-
-
Ralph Giles authored
The newer xz compression utility offers superiour compression efficiency *and* speed over bzip2. Since adoption of bzip2 never became near universal, we still provide gzip for those on older or more conservative systems. Furthermore, for smaller archives the performance penalty often doesn't pay for the savings in transfer time we might as well replace the 'smaller' bzip2 option with xz, which at least does better in this regard. Since Automake 1.11 isn't available in all environments yes (e.g. some scratchbox toolchains) we leave the old Makefile.am AUTOMAKE_OPTIONS line commented out. Just uncomment this to build on systems with older automakes. svn path=/trunk/vorbis/; revision=17614
-