summaryrefslogtreecommitdiff
path: root/modules/minimp3
AgeCommit message (Expand)Author
2023-01-30docs: replace File with FileAccessJiri Suchan
2023-01-22Disable OGG and MP3 looping by default on importJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-26Change time parameters and variables to double typeDave Palais
2022-08-05Make "Godot source files" comment consistent in modulesAaron Franke
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-07-23Implement BPM supportreduz
2022-07-20Merge pull request #47935 from HaSa1002/doc-loading-run-timeRémi Verschelde
2022-06-22Merge pull request #55846 from ellenhp/fix_ogg_edge_casesRémi Verschelde
2022-06-16Document how to load Images and MP3 files at run-timeJohannes Witt
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-04Refactor module initializationreduz
2022-04-17Fix ogg edge casesEllen Poe
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-03AudioStreamMP3: expose loop properties to the editorVincent
2021-12-01Fix crash when loading an invalid mp3 fileVincent
2021-11-14Add path to functions that return iporter optionsreduz
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-12Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-07Add polyphony to Audio Stream Player nodesEllen Poe
2021-08-27Require AudioStream::mix to return the number of frames successfully mixedEllen Poe
2021-07-13Implement the ability to disable classesreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-02-15Fail mp3 loading when attempting to load invalid mp3sEllen Poe
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-07Descriptive error message when using AudioStream(OGG/MP3) incorrectlyAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-03add mp3 import and playback supportVincent