summaryrefslogtreecommitdiffstats
path: root/modules/minimp3
Commit message (Expand)AuthorAgeFilesLines
* Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-1/+1
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-072-0/+6
* Require AudioStream::mix to return the number of frames successfully mixedEllen Poe2021-08-272-3/+7
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-193-3/+3
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-112-2/+2
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-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
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-3/+3
* Descriptive error message when using AudioStream(OGG/MP3) incorrectlyAaron Franke2021-01-071-1/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-016-12/+12
* add mp3 import and playback supportVincent2020-12-039-0/+648