index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
al
/
buffer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear the buffer from X-RAM before updating its size
Chris Robinson
2022-08-05
1
-0
/
+3
*
Move EAX files to their own sub-directory
Chris Robinson
2022-05-16
1
-2
/
+2
*
Remove the unused flags parameter from alBufferCallbackSOFT
Chris Robinson
2022-04-01
1
-3
/
+1
*
Simplify al::byte
Chris Robinson
2022-03-30
1
-12
/
+10
*
Ensure the EAX functions are suitably aligned on 32-bit
Chris Robinson
2022-03-16
1
-2
/
+2
*
Fix X-RAM tracking
Chris Robinson
2022-03-06
1
-182
/
+115
*
Make some local constexpr variables static
Chris Robinson
2022-02-23
1
-1
/
+1
*
Move ALSOFT_EAX definition to config.h
Chris Robinson
2022-01-30
1
-9
/
+6
*
Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632)
Boris I. Bendovsky
2022-01-30
1
-0
/
+292
*
Properly compare the buffer channels for preservation
Chris Robinson
2022-01-17
1
-1
/
+1
*
Add an internal Super Stereo format
Chris Robinson
2021-12-11
1
-8
/
+4
*
Update some in-progress extension types
Chris Robinson
2021-11-10
1
-2
/
+2
*
Make a construct_at method amd use it
Chris Robinson
2021-10-08
1
-1
/
+1
*
Silence some static analysis warnings
Chris Robinson
2021-10-03
1
-3
/
+2
*
Combine a couple similar switch blocks
Chris Robinson
2021-07-17
1
-77
/
+64
*
Fix returned value for AL_AMBISONIC_SCALING_SOFT buffer queries
Chris Robinson
2021-07-13
1
-1
/
+1
*
Add a UHJ-specific coefficient scaling array
Chris Robinson
2021-07-13
1
-0
/
+1
*
Add back some more missing includes
Chris Robinson
2021-04-27
1
-0
/
+1
*
Rename alcontext.h and move some functions to context.cpp
Chris Robinson
2021-04-27
1
-1
/
+1
*
Rename alcmain.h to device.h
Chris Robinson
2021-04-27
1
-1
/
+1
*
Update include headers
Chris Robinson
2021-04-27
1
-3
/
+3
*
Move BufferStorage and Voice to core
Chris Robinson
2021-04-27
1
-2
/
+2
*
Create a base the ALCdevice and ALCcontext structs
Chris Robinson
2021-04-24
1
-24
/
+24
*
Add support for 4-channel UHJ
Chris Robinson
2021-03-31
1
-9
/
+20
*
Handle 3-channel UHJ audio buffers
Chris Robinson
2021-03-31
1
-3
/
+10
*
Decode UHJ buffers to B-Format for mixing
Chris Robinson
2021-03-31
1
-3
/
+6
*
Start an interface for providing UHJ audio
Chris Robinson
2021-03-31
1
-1
/
+8
*
Make PopCount and CountTrailingZeros more standard-like
Chris Robinson
2021-01-22
1
-3
/
+4
*
Move alexcpt to core
Chris Robinson
2020-12-24
1
-1
/
+1
*
Change a couple macros into constexpr variables
Chris Robinson
2020-11-28
1
-1
/
+1
*
Make ALbuffer inherit from BufferStorage
Chris Robinson
2020-11-21
1
-53
/
+53
*
Disassociate internal buffer enums from AL enum values
Chris Robinson
2020-11-20
1
-4
/
+44
*
Put the loop start/end in BufferStorage
Chris Robinson
2020-11-19
1
-8
/
+8
*
Use inline functions for popcnt and ctz instead of macros
Chris Robinson
2020-10-13
1
-4
/
+3
*
Use a separate structure for buffer storage
Chris Robinson
2020-08-28
1
-46
/
+46
*
Move storable buffer format info to a separate source
Chris Robinson
2020-08-24
1
-31
/
+0
*
Fix up some more uses of [AL[C]]void
Chris Robinson
2020-04-28
1
-6
/
+6
*
Shorten the name of format types
Chris Robinson
2020-04-28
1
-2
/
+2
*
Avoid using some more AL types
Chris Robinson
2020-04-23
1
-24
/
+24
*
Clean up some more unnecessary uses of AL types
Chris Robinson
2020-04-08
1
-13
/
+13
*
Add an extension to change a buffer's unpack ambisonic order
Chris Robinson
2020-04-04
1
-0
/
+13
*
Track a buffer's ambisonic order
Chris Robinson
2020-04-04
1
-10
/
+21
*
Add an ambisonic order parameter to the buffer channel count
Chris Robinson
2020-04-03
1
-15
/
+14
*
Get rid of MAX_INPUT_CHANNELS
Chris Robinson
2020-03-28
1
-6
/
+10
*
Handle running the buffer callback in the voice
Chris Robinson
2020-02-17
1
-5
/
+2
*
Set and retrieve a buffer's callback
Chris Robinson
2020-02-17
1
-8
/
+144
*
Stub out an interface for a callback-driven buffer
Chris Robinson
2020-02-16
1
-0
/
+41
*
Use struct methods to get a buffer's format info
Chris Robinson
2020-01-18
1
-8
/
+7
*
Add an interface to set a B-Format buffer's layout and scaling
Chris Robinson
2019-12-02
1
-0
/
+32
*
Avoid static constexpr for arrays iterated over at run-time
Chris Robinson
2019-10-25
1
-1
/
+1
[next]