Chris Robinson
|
8c2cd057b2
|
Fix a minor typo
|
2012-04-25 19:37:12 -07:00 |
|
Chris Robinson
|
fdc4133ac9
|
Partially convert alEffect.c and alFilter.c to the new error handling
|
2012-04-25 00:24:02 -07:00 |
|
Chris Robinson
|
3833c021c0
|
Move a comment
|
2012-04-25 00:03:01 -07:00 |
|
Chris Robinson
|
cafbd9461e
|
Fix up alEffect.c and alFilter.c a bit
|
2012-04-24 23:06:10 -07:00 |
|
Chris Robinson
|
6995ac1ed2
|
Change alAuxEffectSlot.c to the new error handling
|
2012-04-24 22:57:23 -07:00 |
|
Chris Robinson
|
58e3dc3d52
|
Add a SIGTRAP for when alGetError is called without a context
|
2012-04-24 21:41:01 -07:00 |
|
Chris Robinson
|
3e49e79140
|
Couple small error handling fixups
|
2012-04-24 03:52:21 -07:00 |
|
Chris Robinson
|
dec8e81211
|
Change alState.c to the new error handling
|
2012-04-24 03:09:28 -07:00 |
|
Chris Robinson
|
4188a5f3f3
|
Fix compiling al.h with C++
|
2012-04-24 02:51:23 -07:00 |
|
Chris Robinson
|
31d124582b
|
Switch alBuffer.c to the new error handling scheme, and get rid of more hungarian notation
|
2012-04-24 00:17:05 -07:00 |
|
Chris Robinson
|
248e079301
|
Switch alListener.c to the new error handling scheme, and get rid of more hungarian notation
|
2012-04-23 21:35:05 -07:00 |
|
Chris Robinson
|
5ce850570f
|
Add try/catch-like macros to handle errors, and convert alSource.c to use them
|
2012-04-23 19:46:05 -07:00 |
|
Chris Robinson
|
648464a2da
|
Check the right playback device file with OSS
|
2012-04-22 05:06:44 -07:00 |
|
Chris Robinson
|
29f77003c0
|
Some alSource.c cleanups
|
2012-04-21 05:56:03 -07:00 |
|
Chris Robinson
|
dfa38ed7a5
|
Reformat alc/h and al.h, and redo the comments
|
2012-04-21 04:34:08 -07:00 |
|
Chris Robinson
|
66c918c84b
|
Remove export pragmas from headers
Available information suggests it's only useful for Mac OS9 and earlier (not
OSX).
|
2012-04-20 22:53:47 -07:00 |
|
Chris Robinson
|
77f55da6c7
|
Use a macro to declare the function and enum list members
|
2012-04-20 22:38:03 -07:00 |
|
Chris Robinson
|
d6af7cdcb2
|
Rename another variable to avoid hungarian notation
|
2012-04-20 22:37:36 -07:00 |
|
Chris Robinson
|
0ad8047820
|
Combine ALCenum and ALenum lists
|
2012-04-20 01:24:58 -07:00 |
|
Chris Robinson
|
2115f578e9
|
Reorganize ALC functions and fixup some comments
|
2012-04-20 01:18:38 -07:00 |
|
Chris Robinson
|
511b4790d0
|
Remove hungarian notation from dsound and mmdevapi
|
2012-04-19 23:42:02 -07:00 |
|
Chris Robinson
|
d6491e21f9
|
Remove some more hungarian notation
|
2012-04-19 23:28:34 -07:00 |
|
Chris Robinson
|
cff0f938e5
|
Remove hungarian notation from the winmm backend
|
2012-04-19 23:22:11 -07:00 |
|
Chris Robinson
|
5418519637
|
Remove some more hungarian notation
|
2012-04-19 23:00:58 -07:00 |
|
Chris Robinson
|
b023dbe7b8
|
Remove hungarian notation from the device and context structs
|
2012-04-19 22:50:11 -07:00 |
|
Chris Robinson
|
8092cd9205
|
Remove hungarian notation from some function parameters
|
2012-04-19 22:40:40 -07:00 |
|
Chris Robinson
|
60da5bd338
|
Remove an unused field
|
2012-04-19 22:32:04 -07:00 |
|
Chris Robinson
|
c9e64596a4
|
Use a consistent name for the self-id field
|
2012-04-19 22:28:01 -07:00 |
|
Chris Robinson
|
08bd5e8b37
|
Fix comment and rename the buffer's self-id
|
2012-04-19 22:14:02 -07:00 |
|
Chris Robinson
|
125b743e5c
|
Remove hungarian notation from sources
|
2012-04-19 21:46:29 -07:00 |
|
Chris Robinson
|
9a3eb397f4
|
Print the device name in printALCInfo
|
2012-04-16 23:27:13 -07:00 |
|
Chris Robinson
|
84c1f2bfd0
|
Avoid shadowing a couple variables
|
2012-04-16 23:09:36 -07:00 |
|
Chris Robinson
|
d7ba49ea62
|
Clear the position fraction when setting a new source offset
|
2012-04-16 22:13:39 -07:00 |
|
Chris Robinson
|
e47557630e
|
Use a double to store the source offset and don't use milliseconds for seconds
|
2012-04-16 22:11:03 -07:00 |
|
Chris Robinson
|
f6a1e53f19
|
Read ALSOFT_TRAP_*ERROR when reading the config
|
2012-04-16 20:13:50 -07:00 |
|
Chris Robinson
|
a0a015f19f
|
Set a 1MB stack size for created threads
|
2012-04-16 19:15:48 -07:00 |
|
Chris Robinson
|
e3bea63f94
|
Check for a recent libavutil for the example, too
|
2012-04-07 12:35:59 -07:00 |
|
Chris Robinson
|
6b154025ab
|
Release 1.14
|
2012-03-28 08:55:17 -07:00 |
|
Chris Robinson
|
b9b2bdb37a
|
Make sure we have a recent-enough ffmpeg
|
2012-03-27 08:52:21 -07:00 |
|
Chris Robinson
|
7b35c77062
|
Add a missing round() for MSVC
|
2012-03-27 08:44:08 -07:00 |
|
Chris Robinson
|
c23cfdcfa1
|
Make sure M_PI is defined for makehrtf
|
2012-03-27 08:20:04 -07:00 |
|
Chris Robinson
|
929e9bfac1
|
Avoid DOS-style line-endings and stdint types for the makehrtf utility
|
2012-03-25 19:57:40 -07:00 |
|
Chris Robinson
|
b51afb74da
|
Add a utility to generate OpenAL Soft's HRTF data from the MIT KEMAR data
|
2012-03-22 22:45:03 -07:00 |
|
Chris Robinson
|
5a43cd3b64
|
Use avformat_free_context to free a format context that failed to open
|
2012-03-21 13:54:13 -07:00 |
|
Chris Robinson
|
5d08563975
|
Handle very small speed of sound values
|
2012-03-18 08:20:08 -07:00 |
|
Chris Robinson
|
adb83ad3c0
|
Avoid converting positions to meters
|
2012-03-18 08:09:59 -07:00 |
|
Chris Robinson
|
2d0e028993
|
Base the initial reverb decay on the source's dry path attenuation
|
2012-03-18 08:06:21 -07:00 |
|
Chris Robinson
|
703d72f20e
|
Use the correct loop count for reading the elevation offsets from external HRTF files
|
2012-03-17 03:42:07 -07:00 |
|
Chris Robinson
|
b7d67d8bcc
|
Don't error when querying unknown enums for the channel config and sample format
|
2012-03-15 15:22:58 -07:00 |
|
Chris Robinson
|
7e5b13aabd
|
Finalize ALC_SOFT_loopback
|
2012-03-15 15:21:15 -07:00 |
|