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
R
ReZound
Settings
|
Report Duplicate
1
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 1 year
ago.
Nov 28, 2022 — Nov 28, 2023
Showing page 25 of 131
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
When unrotating the stereo phase meter by 45 degrees it use to have some pixels that wouldn't light because of some kind of integer errors from the rotation calculations (since sub-pixel's cannot be addressed). Well minor issue when rotating anyway was that the corners of the square would be truncated. So, I just shrunk the rotated square by the right amount to keep from truncating the corners, this also filled in the holes of missing pixels.
ddurham
More...
almost 22 years ago
When unrotating the stereo phase meter by 45 degrees it use to have some pixels that wouldn't light because of some kind of integer errors from the rotation calculations (since sub-pixel's cannot be addressed). Well minor issue when rotating anyway was that the corners of the square would be truncated. So, I just shrunk the rotated square by the right amount to keep from truncating the corners, this also filled in the holes of missing pixels.
ddurham
More...
almost 22 years ago
fixed a pixel wrapping bug on the stereo phase meter display when it's unrotated
ddurham
More...
almost 22 years ago
fixed a pixel wrapping bug on the stereo phase meter display when it's unrotated
ddurham
More...
almost 22 years ago
Fixed parameter mismatches when calling min<>()
ddurham
More...
almost 22 years ago
Fixed parameter mismatches when calling min<>()
ddurham
More...
almost 22 years ago
was passing the wrong type to a & parameter that didn't matter until size_t was 64bit
ddurham
More...
almost 22 years ago
was passing the wrong type to a & parameter that didn't matter until size_t was 64bit
ddurham
More...
almost 22 years ago
Changed the return/parameter types of readRaw so that the types would match exactly when calling min<>
ddurham
More...
almost 22 years ago
Changed the return/parameter types of readRaw so that the types would match exactly when calling min<>
ddurham
More...
almost 22 years ago
had a return type of int when I meant to have a return type of ssize_t (which didn't show up until I got on a 64bit platform)
ddurham
More...
almost 22 years ago
had a return type of int when I meant to have a return type of ssize_t (which didn't show up until I got on a 64bit platform)
ddurham
More...
almost 22 years ago
minor
ddurham
More...
almost 22 years ago
minor
ddurham
More...
almost 22 years ago
now I check for sys/soundcard.h before enabling OSS audio I/O support
ddurham
More...
almost 22 years ago
now I check for sys/soundcard.h before enabling OSS audio I/O support
ddurham
More...
almost 22 years ago
change the cp when creating a missing file to a sed that replaces a path to the src config directory
ddurham
More...
almost 22 years ago
change the cp when creating a missing file to a sed that replaces a path to the src config directory
ddurham
More...
almost 22 years ago
updated translation file
ddurham
More...
almost 22 years ago
updated translation file
ddurham
More...
almost 22 years ago
unused file now
ddurham
More...
almost 22 years ago
unused file now
ddurham
More...
almost 22 years ago
minor
ddurham
More...
almost 22 years ago
minor
ddurham
More...
almost 22 years ago
Added an --enable-largefile flag. But note: using this requires that all the other file I/O dependancy libs be also compiled with 64bit file support since now off_t is a 64bit int Changed the dnl comment style to #
ddurham
More...
almost 22 years ago
Added an --enable-largefile flag. But note: using this requires that all the other file I/O dependancy libs be also compiled with 64bit file support since now off_t is a 64bit int
ddurham
More...
almost 22 years ago
Added more header file checks. Fixed thread lib check on BSD Big endian platforms are okay now. Reformatted the comments
ddurham
More...
almost 22 years ago
Added more header file checks. Fixed thread lib check on BSD
ddurham
More...
almost 22 years ago
Fixes for solaris and BSD and some endian handling code
ddurham
More...
almost 22 years ago
Fixes for solaris and BSD and some endian handling code
ddurham
More...
almost 22 years ago
←
1
2
…
21
22
23
24
25
26
27
28
29
…
130
131
→
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