Chris Robinson
|
10ce121dbd
|
Use a normal delete instead of ll_ringbuffer_free
And use RingBufferPtr in more places
|
2018-12-22 11:38:38 -08:00 |
|
Chris Robinson
|
0214a11024
|
Use inline methods for the device format sizes
|
2018-12-19 05:57:36 -08:00 |
|
Chris Robinson
|
0d73b13f59
|
Add more casts for MSVC
|
2018-12-12 21:58:41 -08:00 |
|
Chris Robinson
|
b779ebb512
|
Fix some MSVC conversion warnings
|
2018-12-12 21:18:31 -08:00 |
|
Chris Robinson
|
c9f5617f06
|
Avoid several uses of memset
|
2018-12-08 14:22:20 -08:00 |
|
Chris Robinson
|
57bb467072
|
Pass the desired resampler to CreateSampleConverter
|
2018-11-28 23:19:25 -08:00 |
|
Chris Robinson
|
38f4a0cf2c
|
Avoid the update size going to 0 with a relatively large device period
|
2018-11-28 18:45:35 -08:00 |
|
Chris Robinson
|
c3c0a5022a
|
Don't bother with (really) old pulseaudio headers
|
2018-11-28 15:09:19 -08:00 |
|
Chris Robinson
|
ff8c694957
|
Clean up the JACK backend
|
2018-11-27 20:29:54 -08:00 |
|
Chris Robinson
|
89abbe8d94
|
Replace last uses of alsem_t with al::semaphore
|
2018-11-27 14:05:56 -08:00 |
|
Chris Robinson
|
d06f76957c
|
Remove althrd_yield
|
2018-11-26 23:06:49 -08:00 |
|
Chris Robinson
|
b108d0acfd
|
Remove the last remaining uses of althrd_t
|
2018-11-26 21:39:31 -08:00 |
|
Chris Robinson
|
ecab90802a
|
Replace some uses of althrd_t with std::thread
|
2018-11-26 20:06:22 -08:00 |
|
Chris Robinson
|
df3dcc879f
|
Get rid of the last ATOMIC macro uses
|
2018-11-26 18:19:58 -08:00 |
|
Chris Robinson
|
461ef4196e
|
Avoid using ATOMIC_LOAD on ALCdevice::Connected
|
2018-11-26 18:07:52 -08:00 |
|
Chris Robinson
|
1a9edd4e35
|
Use a unique_ptr for the QSA backend data
|
2018-11-26 17:53:56 -08:00 |
|
Chris Robinson
|
04c2802a82
|
Rename some struct members
|
2018-11-26 17:31:04 -08:00 |
|
Chris Robinson
|
053599b243
|
Avoid using the ATOMIC() macro
|
2018-11-26 14:48:26 -08:00 |
|
Chris Robinson
|
a6923790fa
|
Avoid using ATOMIC_INIT
|
2018-11-26 14:31:54 -08:00 |
|
Chris Robinson
|
9e10f632c7
|
Replace remaining uses of std::vector with al::vector
Which uses a custom allocator that uses our allocation functions.
|
2018-11-24 16:58:49 -08:00 |
|
Chris Robinson
|
d26b5d9467
|
Use proper time types for the device clock time and latency
|
2018-11-22 14:32:48 -08:00 |
|
Chris Robinson
|
84f0f74d07
|
Use standard types for the device clock times
|
2018-11-22 12:53:16 -08:00 |
|
Chris Robinson
|
d64d64d4a5
|
Use an enum class for AmbiLayout/Norm settings
|
2018-11-20 22:47:24 -08:00 |
|
Chris Robinson
|
f766437569
|
Fix a couple incorrect uses of ringbuffer pointer data
|
2018-11-19 05:07:09 -08:00 |
|
Chris Robinson
|
ac2a420351
|
Remove the ATOMIC_THREAD_FENCE macro
|
2018-11-19 05:04:17 -08:00 |
|
Chris Robinson
|
ad5f9d9b22
|
Return the ringbuffer data pointers as a pair
|
2018-11-19 04:46:49 -08:00 |
|
Chris Robinson
|
a14f39ea06
|
Make ll_ringbuffer_write/read take void*/const void*
|
2018-11-19 04:11:21 -08:00 |
|
Chris Robinson
|
e24435ef58
|
Remove the atomic exchange macros
|
2018-11-19 03:21:58 -08:00 |
|
Chris Robinson
|
dbf2381a3b
|
Use a normal vector in the QSA backend
|
2018-11-18 23:23:12 -08:00 |
|
Chris Robinson
|
bafcba7194
|
Use a std::string for the device name
|
2018-11-18 18:45:45 -08:00 |
|
Chris Robinson
|
8b8f01e25d
|
Avoid more cases of an enum variable and type name clash
|
2018-11-18 08:01:50 -08:00 |
|
Chris Robinson
|
7b537c795b
|
Don't pass the current thread to althrd_setname
|
2018-11-17 06:07:04 -08:00 |
|
Chris Robinson
|
ce370be52b
|
Remove some unneeded includes
|
2018-11-16 08:09:56 -08:00 |
|
Chris Robinson
|
7a06a54af7
|
Simplify a couple checks
|
2018-11-15 23:58:34 -08:00 |
|
Chris Robinson
|
a727978eb9
|
Remove unused declarations and definitions
|
2018-11-15 23:55:23 -08:00 |
|
Chris Robinson
|
7ef7477a13
|
Convert the PortAudio backend factory
|
2018-11-15 23:50:15 -08:00 |
|
Chris Robinson
|
78eb68a89f
|
Convert the WinMM backend factory
|
2018-11-15 23:41:09 -08:00 |
|
Chris Robinson
|
2ca6119e0e
|
Convert the DSound backend factory
|
2018-11-15 23:32:28 -08:00 |
|
Chris Robinson
|
5dc1956e18
|
Convert the QSA backend factory
|
2018-11-15 23:10:06 -08:00 |
|
Chris Robinson
|
c78b42fb4e
|
Convert the OSS backend factory
|
2018-11-15 23:02:26 -08:00 |
|
Chris Robinson
|
7884cec02b
|
Convert the SndIO backend factory
|
2018-11-15 22:36:49 -08:00 |
|
Chris Robinson
|
271cfcf8e3
|
Convert the Solaris backend factory
|
2018-11-15 22:23:29 -08:00 |
|
Chris Robinson
|
d73d01548d
|
Convert the SDL2 backend factory
|
2018-11-15 22:15:10 -08:00 |
|
Chris Robinson
|
2a839e5762
|
Convert the JACK backend factory
|
2018-11-15 22:03:20 -08:00 |
|
Chris Robinson
|
d4928d4e7d
|
Convert the Wave Writer backend factory
|
2018-11-15 21:53:14 -08:00 |
|
Chris Robinson
|
cc113ce6ab
|
Convert the OpenSL backend factory
|
2018-11-15 21:42:17 -08:00 |
|
Chris Robinson
|
9d43b548cc
|
Convert the ALSA backend factory
|
2018-11-15 21:33:44 -08:00 |
|
Chris Robinson
|
ead830814b
|
Convert the CoreAudio backend factory
|
2018-11-15 21:24:09 -08:00 |
|
Chris Robinson
|
b1fb2e9e14
|
Convert the WASAPI backend factory
|
2018-11-15 21:14:20 -08:00 |
|
Chris Robinson
|
e716c7b988
|
Convert the PulseAudio backend factory
|
2018-11-15 19:57:21 -08:00 |
|