summaryrefslogtreecommitdiffstats
path: root/modules/minimp3
Commit message (Expand)AuthorAgeFilesLines
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-171-0/+3
* 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
* Add path to functions that return iporter optionsreduz2021-11-142-4/+4
* 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
* 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