index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
minimp3
/
audio_stream_mp3.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
AudioStreamMP3: Use a LocalVector to store data
DeeJayLSP
2024-09-14
1
-6
/
+2
*
Fix leak when using audio samples instead of streams
Adam Scott
2024-09-04
1
-0
/
+3
*
Merge pull request #96240 from DeeJayLSP/mp3-data
Rémi Verschelde
2024-08-30
1
-7
/
+11
|
\
|
*
MP3: Use heap for big struct when setting data
DeeJayLSP
2024-08-28
1
-7
/
+11
*
|
MP3: Remove unnecessary memory allocation
DeeJayLSP
2024-08-23
1
-9
/
+5
|
/
*
Add samples playback support
Adam Scott
2024-06-18
1
-0
/
+28
*
Implement audio stream playback parameters.
Juan Linietsky
2024-01-16
1
-2
/
+27
*
Add build option for MP1/MP2 audio format support.
Ithamar R. Adema
2023-09-30
1
-1
/
+0
*
Revert "minimp3: Add a .cpp file to simplify building the single-header imple...
Rémi Verschelde
2023-06-19
1
-0
/
+5
*
minimp3: Add a .cpp file to simplify building the single-header implementation
Rémi Verschelde
2023-06-15
1
-5
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
1
-7
/
+7
*
Implement BPM support
reduz
2022-07-23
1
-1
/
+70
*
Fix ogg edge cases
Ellen Poe
2022-04-17
1
-1
/
+3
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
AudioStreamMP3: expose loop properties to the editor
Vincent
2021-12-03
1
-2
/
+2
*
Fix crash when loading an invalid mp3 file
Vincent
2021-12-01
1
-21
/
+7
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-3
/
+3
*
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
2021-10-12
1
-1
/
+1
*
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-09-07
1
-0
/
+4
*
Require AudioStream::mix to return the number of frames successfully mixed
Ellen Poe
2021-08-27
1
-2
/
+6
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-2
/
+2
*
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
1
-1
/
+2
*
Fail mp3 loading when attempting to load invalid mp3s
Ellen Poe
2021-02-15
1
-1
/
+2
*
Descriptive error message when using AudioStream(OGG/MP3) incorrectly
Aaron Franke
2021-01-07
1
-1
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
add mp3 import and playback support
Vincent
2020-12-03
1
-0
/
+228