summaryrefslogtreecommitdiffstats
path: root/modules/minimp3/audio_stream_mp3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* AudioStreamMP3: Use a LocalVector to store dataDeeJayLSP2024-09-141-6/+2
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-041-0/+3
* Merge pull request #96240 from DeeJayLSP/mp3-dataRémi Verschelde2024-08-301-7/+11
|\
| * MP3: Use heap for big struct when setting dataDeeJayLSP2024-08-281-7/+11
* | MP3: Remove unnecessary memory allocationDeeJayLSP2024-08-231-9/+5
|/
* Add samples playback supportAdam Scott2024-06-181-0/+28
* Implement audio stream playback parameters.Juan Linietsky2024-01-161-2/+27
* Add build option for MP1/MP2 audio format support.Ithamar R. Adema2023-09-301-1/+0
* Revert "minimp3: Add a .cpp file to simplify building the single-header imple...Rémi Verschelde2023-06-191-0/+5
* minimp3: Add a .cpp file to simplify building the single-header implementationRémi Verschelde2023-06-151-5/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Change time parameters and variables to double typeDave Palais2022-09-261-7/+7
* Implement BPM supportreduz2022-07-231-1/+70
* Fix ogg edge casesEllen Poe2022-04-171-1/+3
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* AudioStreamMP3: expose loop properties to the editorVincent2021-12-031-2/+2
* Fix crash when loading an invalid mp3 fileVincent2021-12-011-21/+7
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-3/+3
* Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-1/+1
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-0/+4
* Require AudioStream::mix to return the number of frames successfully mixedEllen Poe2021-08-271-2/+6
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-1/+2
* Fail mp3 loading when attempting to load invalid mp3sEllen Poe2021-02-151-1/+2
* Descriptive error message when using AudioStream(OGG/MP3) incorrectlyAaron Franke2021-01-071-1/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* add mp3 import and playback supportVincent2020-12-031-0/+228