summaryrefslogtreecommitdiffstats
path: root/modules/minimp3/resource_importer_mp3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Allow passing UID to importerJuan2024-11-111-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Rename ImportSettings dialogs to have "Dialog" in the nameAaron Franke2023-11-261-1/+1
* Add build option for MP1/MP2 audio format support.Ithamar R. Adema2023-09-301-0/+4
* Disable OGG and MP3 looping by default on importJuan Linietsky2023-01-221-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Implement BPM supportreduz2022-07-231-6/+40
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* 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
* 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
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* add mp3 import and playback supportVincent2020-12-031-0/+104