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
342
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 1 year
ago. based on code collected
almost 6 years
ago.
Jul 24, 2018 — Jul 24, 2019
Showing page 33 of 51
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
bitrate management bugfixes and tuning
Monty
More...
over 23 years ago
Tuned out Dibrom's tone/noise masking bug. The problem was the long-suspect 8kHz data from Fielder's paper; now we have proof it's wrong.
Monty
More...
over 23 years ago
*** empty log message ***
Segher Boessenkool
More...
over 23 years ago
Correct relative path to the ogg framework, required for linking.
Ralph Giles
More...
over 23 years ago
Remove the unmaintained and obsolete CodeWarrior files for MacOS 9 from the distribution target; these (the 'mac' subdir) should not be included in the release.
Ralph Giles
More...
over 23 years ago
Update ProjectBuilder files for MacOS X. It builds, but I haven't tested the resulting framework.
Ralph Giles
More...
over 23 years ago
fix potential bug. luckily we weren't hit by it.
Segher Boessenkool
More...
over 23 years ago
*oops*
Segher Boessenkool
More...
over 23 years ago
fix nasty warnings, and some non-ansi constructs. increase portability.
Segher Boessenkool
More...
over 23 years ago
Config samplerate error not being propogated up by vorbis_encode_init fixed
Monty
More...
over 23 years ago
Quick fixes: Silly bug in shell test and missing quotes in error message (closes bug #92).
Stan Seibert
More...
over 23 years ago
libtool wants -all-static. -static makes it link statically only against libtool libraries. -all-static has the same behavior, and also passes -static to gcc link, which is what we really wanted. You learn something new every day :)
Jack Moffitt
More...
over 23 years ago
Duh. -static isn't a CFLAG.
Jack Moffitt
More...
over 23 years ago
Add -static for GCC profile builds on all platforms.
Jack Moffitt
More...
over 23 years ago
several extremely minor fixes
Segher Boessenkool
More...
over 23 years ago
Kill some warnings. Oh, and make examples compile again under CodeWarrior. Oops.
Segher Boessenkool
More...
over 23 years ago
Remove unused y2a, y2b computations.
Segher Boessenkool
More...
over 23 years ago
sixxie: thanks
Monty
More...
over 23 years ago
Set a hard min floater val if using ABR
Monty
More...
over 23 years ago
eliminate printfs fix bug in management when only a hard minimum rate is specced minor default tuning tweaks
Monty
More...
over 23 years ago
bitrate management is active
Monty
More...
over 23 years ago
added bug numbers to changelog that were fixed in 1.0rc3 for libvorbis
calc
More...
over 23 years ago
Some vorbisenc api doc updates.
Jack Moffitt
More...
over 23 years ago
Fix missing variable in header.
Jack Moffitt
More...
over 23 years ago
vorbisfile docs updated for rc3.
Jack Moffitt
More...
over 23 years ago
"oops"
Monty
More...
over 23 years ago
Merge infrastructure work; full books
Monty
More...
over 23 years ago
Grr.
Monty
More...
over 23 years ago
ov_read_float() was calling vorbis_synthesis_read() and moving pointers before we had processed the buffer. Instead of relying on ov_read_float to process our data before we pack it into integer types, we reimplement the small loop that it uses without the parts calling vorbis_synthesis_read.
Jack Moffitt
More...
over 23 years ago
Commenting out Monty's debugging messages on HEAD.
Jack Moffitt
More...
over 23 years ago
←
1
2
…
29
30
31
32
33
34
35
36
37
…
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