Thanks to visit codestin.com
Credit goes to jogamp.org
index
:
openal-soft.git
UPSTREAM
b_1.24.3
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
*
Fix the format map for AL_FORMAT_BFORMAT3D_I32
Chris Robinson
2025-03-11
1
-1
/
+1
*
Don't allow combining 4th order B-Format and above with FuMa.
Chris Robinson
2025-01-09
1
-0
/
+19
*
Fix printing hex values
Chris Robinson
2024-12-08
1
-27
/
+41
*
Remove the old log functions and rename the fmt log functions
Chris Robinson
2024-12-02
1
-26
/
+26
*
Use fmt logging in the AL functions
Chris Robinson
2024-12-01
1
-26
/
+26
*
Remove empty switches
Chris Robinson
2024-11-29
1
-46
/
+1
*
Update effect slot and debug function error handling
Chris Robinson
2024-11-29
1
-1
/
+1
*
Rework handling buffer function errors
Chris Robinson
2024-11-29
1
-233
/
+290
*
Add default cases to empty switches
Chris Robinson
2024-11-25
1
-0
/
+18
*
Separate ALCdevice from the implementation
Chris Robinson
2024-11-18
1
-62
/
+62
*
Change EAX, UWP, and RTKIT feature defines to 0/1 macros
Chris Robinson
2024-11-13
1
-11
/
+11
*
Replace a pointer with a span
Chris Robinson
2024-10-24
1
-4
/
+5
*
Remove a redundant cast
Chris Robinson
2024-10-24
1
-1
/
+1
*
Remove identity casts
Chris Robinson
2024-07-11
1
-3
/
+3
*
Add I32 for B-Format buffer formats to AL_EXT_32bit_formats
Chris Robinson
2024-07-09
1
-0
/
+2
*
Remove an unneeded include
Chris Robinson
2024-05-28
1
-1
/
+0
*
Remove some explicit inlines
Chris Robinson
2024-05-04
1
-1
/
+1
*
Mark some conditionally-used parameters as maybe_unused
Chris Robinson
2024-03-16
1
-3
/
+3
*
Handle AL errors more consistently
Chris Robinson
2024-03-14
1
-28
/
+26
*
Use exceptions to handle buffer errors
Chris Robinson
2024-03-13
1
-567
/
+575
*
Avoid some pointer arithmetic
Chris Robinson
2024-03-12
1
-12
/
+16
*
Simplify generating IDs
Chris Robinson
2024-03-09
1
-23
/
+6
*
Add the _SOFT suffix to the I32 UHJ formats
Chris Robinson
2024-03-02
1
-3
/
+3
*
Give better names to the wrapper function parameters
Chris Robinson
2024-02-20
1
-30
/
+31
*
Clean up some includes
Chris Robinson
2024-02-09
1
-4
/
+6
*
Avoid hardcoding some sublist counts
Chris Robinson
2024-02-04
1
-1
/
+1
*
Remove custom minz/maxz functions
Chris Robinson
2024-02-04
1
-6
/
+6
*
Use spans for alGen* and alDelete* functions
Chris Robinson
2024-01-16
1
-7
/
+8
*
Give names to some "nameless" variables
Chris Robinson
2024-01-15
1
-40
/
+40
*
Avoid using bit_cast for pointer types
Chris Robinson
2024-01-03
1
-1
/
+1
*
Use an allocator to allocate uninitilized sublists
Chris Robinson
2024-01-01
1
-15
/
+16
*
Use standard operator new[] and delete[] for aligned allocations
Chris Robinson
2024-01-01
1
-1
/
+1
*
Handle pointer ownership a bit better
Chris Robinson
2023-12-29
1
-5
/
+5
*
Try to start being a bit more pointer-owner conscious
Chris Robinson
2023-12-26
1
-1
/
+2
*
Check for a valid alignment with callback buffers
Chris Robinson
2023-12-04
1
-0
/
+4
*
Remove some unnecessary atomic wrappers
Chris Robinson
2023-12-03
1
-8
/
+9
*
Start a 32-bit sample format extension
Chris Robinson
2023-11-18
1
-77
/
+92
*
Support 32-bit int sample storage
Chris Robinson
2023-11-15
1
-0
/
+1
*
Avoid casting an integer literal
Chris Robinson
2023-09-22
1
-1
/
+1
*
Don't null check the context in the direct EAX functions
Chris Robinson
2023-08-13
1
-16
/
+2
*
Add AL_EXT_debug functions to set/get object names
Chris Robinson
2023-08-11
1
-0
/
+15
*
Declare functions closer to where they're needed
Chris Robinson
2023-07-26
1
-26
/
+25
*
Fix some typos (#872)
Dirk Stolle
2023-07-04
1
-1
/
+1
*
Avoid duplicate NULL checks
Chris Robinson
2023-05-25
1
-13
/
+11
*
Make the API functions noexcept
Chris Robinson
2023-05-22
1
-15
/
+5
*
Fix linkage definitions
Chris Robinson
2023-05-14
1
-24
/
+24
*
Don't check for a null context in direct functions
Chris Robinson
2023-05-14
1
-80
/
+9
*
Implement direct functions for buffers
Chris Robinson
2023-05-14
1
-181
/
+178
*
Implement direct functions for extension queries and EAX
Chris Robinson
2023-05-14
1
-2
/
+6
*
Avoid using al::vector unnecessarily
Chris Robinson
2023-05-12
1
-2
/
+3
[next]