openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
libvorbis
Settings
|
Report Duplicate
343
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
over 5 years
ago.
Jul 24, 2018 — Jul 24, 2019
Showing page 4 of 51
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update docs makefile according to reflect newly removed graphics files.
Monty
More...
almost 10 years ago
Remove the ancient (if unlinked) doc/vorbis.html as well as more newly unused graphics.
Monty
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.
Monty
More...
almost 10 years ago
This commit has two 'functional changes':
Monty
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.
Monty
More...
almost 10 years ago
Render prototype and actual function declatation of ov_ilog() semantically consistent
Monty
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.
Monty
More...
almost 10 years ago
Add return code check to _initial_pcmoffset as vorbis_packet_blocksize can fail. Closes Trac #2142
Monty
More...
almost 10 years ago
Commit patch in Trac #2067 replaces -O20 with -O3 in configure.ac
Monty
More...
almost 10 years ago
Reorder declaration and initialization of ci and hi so that declaraion is not occurring after the rate <=0 check.
Monty
More...
almost 10 years ago
Reject multiple headers of the same type.
Tim Terriberry
More...
about 10 years ago
Bump libvorbisenc version for 1.3.5 release.
Ralph Giles
More...
about 10 years ago
Fix encoder crash with non-positive sample rates.
Ralph Giles
More...
about 10 years ago
Bump version for 1.3.5 release.
Ralph Giles
More...
about 10 years ago
Fix crash on corrupt input file (invalid mode index)
Tim Terriberry
More...
about 10 years ago
Fix spec typo.
Ralph Giles
More...
about 10 years ago
Fix some typos in the spec.
Tim Terriberry
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.
Monty
More...
over 10 years ago
Update vorbisfile source copyright
Monty
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.
Monty
More...
over 10 years ago
Correct two errors in patch for Trac #1486:
Monty
More...
over 10 years ago
Attempted fix to Trac #1486
Monty
More...
over 10 years ago
Extend seeking_example to always perform a pcm / pcm_page seek test to position 0 as an addiitonal test
Monty
More...
over 10 years ago
Bump vendor string for dot release.
Monty
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.
Monty
More...
almost 11 years ago
debug and profile targets weren't hooked to anything; have them make check with flags rather than make all
Monty
More...
almost 11 years ago
Various warning fixes.
Tim Terriberry
More...
about 11 years ago
Make definition of _vorbis_window_get() match declaration.
Tim Terriberry
More...
about 11 years ago
Enable keyword substitution on remaining files with $Id$ lines.
Ralph Giles
More...
about 11 years ago
Add license header and turn on keyword substitution for 5.1 codebook.
Ralph Giles
More...
about 11 years ago
←
1
2
3
4
5
6
7
8
9
…
50
51
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree