| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* src/al_debug.c: Fix an implicit declaration: the man page on
linux says that vsnprintf() is a GNU extension, so #define
_GNU_SOURCE
* src/arch/sdl/sdl.c: #include <string.h> to avoid implicit
declaration of memcpy()/memset()
* audioconvert/ac_freq.c For the first sample in a chunk to be
resampled*2, use dampened extrapolation instead of
interpolation to somewhat reduce 'clicking'.
* Michel Danzer's big endian patch
* audioconvert/ac_freq.c Added Adam Moss's patch to improve
fidelity of low-sampled sounds in higher sampling-rate
environments.
PR: 59340
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
-pthread doesn't work anymore, this fixes up configure so
audio/openal builds.
PR: ports/57282
Submitted by: Erik Greenwald <erik@smluc.org>
|
| |
|
|
|
|
|
| |
PR: 54893
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
|
|
|
| |
fixes to queueing, source stuff, vector stuff, doppler stuff, ...
PR: 52647
Submitted by: maintainer
Approved by: edwin (mentor)
|
|
|
|
| |
Informed maintainer.
|
| |
|
|
|
|
|
| |
PR: 47497
Submitted by: maintainer
|
|
|
|
|
| |
PR: 46282
Submitted by: maintainer
|
|
|
|
| |
Noticed on: portsruvey
|
|
|
|
| |
Submitted by: Erik Greenwald <erik@smluc.org>
|
| |
|
|
|
|
|
| |
PR: 40776
Submitted by: Erik Greenwald <erik@smluc.org>
|
|
|
|
|
| |
PR: 36596
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Pass the maintainership wand to submitter
PR: 35162
Submitted by: Erik Greenwald <erik@smluc.org>
|
|
|
|
| |
(whitespace only changes)
|
|
|
|
|
| |
PR: 24090
Submitted by: Joseph Scott <joseph@randomnetworks.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Remove redundant GNU_CONFIGURE
Install info file
Support install macros
perl -> PERL
Fix version number of sharedlib
PR: 22054
Submitted by: Ports Fury
|
|
|