summaryrefslogtreecommitdiffstats
path: root/modules/vorbis
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
|/
* Vorbis: Remove redundant bounds checkLalit Shankar Chowdhury2024-09-271-1/+0
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-041-0/+3
* Add samples playback supportAdam Scott2024-06-182-0/+41
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-1/+1
* Merge pull request #87246 from bs-mwoerner/ogg_crashRémi Verschelde2024-02-141-6/+8
|\
| * Fixed an issue that could cause a crash when encountering a zero-length packe...Michael Wörner2024-01-161-6/+8
* | Fix member names of `AudioFrame` to match extensionA Thousand Ships2024-02-131-4/+4
|/
* Implement audio stream playback parameters.Juan Linietsky2024-01-162-4/+35
* 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
* Link to runtime loading/saving tutorial and improve Image documentationHugo Locurcio2023-11-141-0/+1
* Fix OGG Vorbis infinite error spam with corrupt file.lawnjelly2023-11-101-3/+3
* Fix OGG audio loop offset pop.strellydev2023-10-133-101/+83
* Only warn once about OGG seeking issuesEllen Poe2023-09-151-2/+2
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-1/+1
* Merge pull request #79405 from Calinou/doc-import-optionsYuri Sizov2023-07-271-1/+16
|\
| * Fill in descriptions for import options in the class referenceHugo Locurcio2023-07-271-1/+16
* | Load OGGs from file systemOğuzhan Eroğlu2023-07-147-51/+103
|/
* Fix documentation validation after 8352122e70ec2a582af9a713791eabbbcb935c10Yuri Sizov2023-07-121-1/+1
* Merge pull request #49524 from Calinou/document-editor-import-optionsYuri Sizov2023-07-124-1/+28
|\
| * Document editor import options in the class referenceHugo Locurcio2023-06-154-1/+28
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
* | Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-152-3/+4
|/
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* Fix includes of thirdparty libs which can be unbundled on LinuxRémi Verschelde2023-02-163-4/+7
* 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
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-2/+0
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-282-14/+31
* Change time parameters and variables to double typeDave Palais2022-09-262-13/+13
* [Scons] Implement module dependency sorting.Fabio Alessandrelli2022-08-041-1/+2
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Rename every instance of "OGG" to "Ogg"DeeJayLSP2022-07-288-107/+107
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Implement BPM supportreduz2022-07-235-30/+213
* Merge pull request #55846 from ellenhp/fix_ogg_edge_casesRémi Verschelde2022-06-221-10/+7
|\
| * Fix ogg edge casesEllen Poe2022-04-171-10/+7
* | Replace most uses of Map by HashMapreduz2022-05-162-4/+4
* | Fix warnings found by Emscripten 3.1.10Rémi Verschelde2022-05-101-3/+0
* | Refactor module initializationreduz2022-05-042-4/+14
|/