343
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 5 years ago.
Jul 24, 2018 — Jul 24, 2019
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update docs makefile according to reflect newly removed graphics files. More... almost 10 years ago
Remove the ancient (if unlinked) doc/vorbis.html as well as more newly unused graphics. More... almost 10 years ago
Eliminate old, neglected DocBook XML version of Vorbis spec doc. It's not been consistently maintained n a number of years and does not contain all additions/corrections made to the TeX. More... almost 10 years ago
This commit has two 'functional changes': More... almost 10 years ago
Trac 2139 indirectly brought to light the case of a stream that uses a single-entry codebook, but does not code a codeword of length 1 equal to zero. Such a stream could cause a stream to read garbage. More... almost 10 years ago
Render prototype and actual function declatation of ov_ilog() semantically consistent More... almost 10 years ago
Remove multiple subtly different inline and static implementaitonos of ilog() Add a few additional sanity checks, mostly functioning to ensure we're always calling ilog() with >=0 input. More... almost 10 years ago
Add return code check to _initial_pcmoffset as vorbis_packet_blocksize can fail. Closes Trac #2142 More... almost 10 years ago
Commit patch in Trac #2067 replaces -O20 with -O3 in configure.ac More... almost 10 years ago
Reorder declaration and initialization of ci and hi so that declaraion is not occurring after the rate <=0 check. More... almost 10 years ago
Reject multiple headers of the same type. More... about 10 years ago
Bump libvorbisenc version for 1.3.5 release. More... about 10 years ago
Fix encoder crash with non-positive sample rates. More... about 10 years ago
Bump version for 1.3.5 release. More... about 10 years ago
Fix crash on corrupt input file (invalid mode index) More... about 10 years ago
Fix spec typo. More... about 10 years ago
Fix some typos in the spec. More... about 10 years ago
Correct two more corner case problems with #1486: 1) single-page streams will have no bisection; handle the special case explicitly 2) if the bisection fails without ever successfully grabbing a page, the first-page-special-case check is unprotected and will look at uninitialized memory. More... over 10 years ago
Update vorbisfile source copyright More... over 10 years ago
Additional fix to last-page handling, this time in initial bisection; the code had gotten too cavalier about directly munging the vf->offset file pointer as well as using it as an implicit argument to _get_prev_page and _get_prev_page_serial. The fact it was being used as an argument and a side effect caused a necessary seek to get missed when the last page of a link was non-vorbis. More... over 10 years ago
Correct two errors in patch for Trac #1486: More... over 10 years ago
Attempted fix to Trac #1486 More... over 10 years ago
Extend seeking_example to always perform a pcm / pcm_page seek test to position 0 as an addiitonal test More... over 10 years ago
Bump vendor string for dot release. More... almost 11 years ago
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. More... almost 11 years ago
debug and profile targets weren't hooked to anything; have them make check with flags rather than make all More... almost 11 years ago
Various warning fixes. More... about 11 years ago
Make definition of _vorbis_window_get() match declaration. More... about 11 years ago
Enable keyword substitution on remaining files with $Id$ lines. More... about 11 years ago
Add license header and turn on keyword substitution for 5.1 codebook. More... about 11 years ago