index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
*
Special-case setting a single buffer's mode
Chris Robinson
2023-05-11
1
-9
/
+46
*
Avoid counting buffers multiple times in EAXSetBufferMode
Chris Robinson
2023-05-10
1
-29
/
+28
*
Mark some functions noexcept when possible
Chris Robinson
2023-05-10
1
-6
/
+2
*
Use some more standard functions
Chris Robinson
2023-05-05
1
-2
/
+2
*
Use std::byte instead of a custom al::byte
Chris Robinson
2023-05-04
1
-7
/
+7
*
Make and use a bit_cast function
Chris Robinson
2023-05-04
1
-1
/
+1
*
Replace al::optional with std::optional
Chris Robinson
2023-05-04
1
-10
/
+10
*
Don't try to access null pointers
Chris Robinson
2023-04-28
1
-0
/
+3
*
Make sure extension functions are properly aligned on 32-bit
Chris Robinson
2023-04-12
1
-2
/
+2
*
Remove a duplicate function
Chris Robinson
2023-04-03
1
-19
/
+3
*
Support the AL_EXT_STATIC_BUFFER extension
Chris Robinson
2023-04-03
1
-18
/
+144
*
Hold the buffer sample pointer separate from the vector
Chris Robinson
2023-04-03
1
-6
/
+8
*
Remove the separate UserFmt types
Chris Robinson
2023-03-19
1
-230
/
+128
*
Support aLaw samples for UHJ
Chris Robinson
2023-03-07
1
-1
/
+4
*
Don't use "hardware" for automatic buffer storage
Chris Robinson
2023-03-07
1
-13
/
+30
*
Avoid duplicate parameter validation
Chris Robinson
2023-03-07
1
-7
/
+6
*
Add queries for the buffer byte/sample/sec length
Chris Robinson
2023-03-07
1
-0
/
+13
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
1
-124
/
+124
*
Add formats for UHJ with muLaw, and ADPCM for 2-channel UHJ
Chris Robinson
2023-02-26
1
-4
/
+9
*
Set the proper block align for callback buffers
Chris Robinson
2023-02-16
1
-1
/
+1
*
Remove unused decoder functions
Chris Robinson
2023-02-14
1
-202
/
+2
*
Don't convert MS ADPCM on load
Chris Robinson
2023-02-14
1
-35
/
+6
*
Support MSADPCM samples in the mixer
Chris Robinson
2023-02-14
1
-1
/
+3
*
Don't convert IMA4 samples on load
Chris Robinson
2023-02-14
1
-98
/
+96
*
Support IMA4 ADPCM as a mixing voice format
Chris Robinson
2023-02-14
1
-7
/
+7
*
Separate decoding and mixing from resampling
Chris Robinson
2023-02-12
1
-3
/
+9
*
Avoid unnecessary uses of make_optional
Chris Robinson
2023-01-13
1
-23
/
+23
*
Avoid using a macro to set a context error and return
Chris Robinson
2022-12-24
1
-17
/
+17
*
Implement an al::unreachable wrapper/helper
Chris Robinson
2022-12-13
1
-2
/
+2
[next]