summaryrefslogtreecommitdiffstats
path: root/modules/minimp3
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-122-2/+2
|\
| * Allow passing UID to importerJuan2024-11-112-2/+2
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-112-3/+5
|\|
| * Fix interactive music docs saying it's "not implemented"Micky2024-11-101-3/+3
| * Fix freeze on non-thread-safe custom importersHunter Loftis2024-10-151-0/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-116-0/+12
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* AudioStreamMP3: Use a LocalVector to store dataDeeJayLSP2024-09-142-7/+3
* 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-232-10/+6
|/
* Add samples playback supportAdam Scott2024-06-182-0/+41
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-2/+2
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Implement audio stream playback parameters.Juan Linietsky2024-01-162-2/+34
* Correctly register editor-only module classes with the APIYuri Sizov2023-12-151-0/+5
* 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-304-1/+15
* Fill in descriptions for import options in the class referenceHugo Locurcio2023-07-271-1/+16
* Fix documentation validation after 8352122e70ec2a582af9a713791eabbbcb935c10Yuri Sizov2023-07-121-1/+1
* Merge pull request #49524 from Calinou/document-editor-import-optionsYuri Sizov2023-07-123-0/+27
|\
| * Document editor import options in the class referenceHugo Locurcio2023-06-153-0/+27
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* | Revert "minimp3: Add a .cpp file to simplify building the single-header imple...Rémi Verschelde2023-06-192-20/+11
* | Merge pull request #78271 from akien-mga/minimp3-add-cpp-for-implementationRémi Verschelde2023-06-152-10/+20
|\ \
| * | minimp3: Add a .cpp file to simplify building the single-header implementationRémi Verschelde2023-06-152-11/+20
| |/
* / Style: Harmonize header includes in modulesRémi Verschelde2023-06-154-3/+6
|/
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* docs: replace File with FileAccessJiri Suchan2023-01-301-6/+2
* Disable OGG and MP3 looping by default on importJuan Linietsky2023-01-221-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Change time parameters and variables to double typeDave Palais2022-09-262-13/+13
* Make "Godot source files" comment consistent in modulesAaron Franke2022-08-051-1/+1
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Implement BPM supportreduz2022-07-235-9/+145
* Merge pull request #47935 from HaSa1002/doc-loading-run-timeRémi Verschelde2022-07-201-1/+24
|\
| * Document how to load Images and MP3 files at run-timeJohannes Witt2022-06-161-1/+24
* | Merge pull request #55846 from ellenhp/fix_ogg_edge_casesRémi Verschelde2022-06-221-1/+3
|\ \ | |/ |/|
| * Fix ogg edge casesEllen Poe2022-04-171-1/+3
* | Replace most uses of Map by HashMapreduz2022-05-162-4/+4
* | Refactor module initializationreduz2022-05-042-4/+13
|/
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+2
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* AudioStreamMP3: expose loop properties to the editorVincent2021-12-031-2/+2
* Fix crash when loading an invalid mp3 fileVincent2021-12-012-22/+8