summaryrefslogtreecommitdiffstats
path: root/modules/vorbis/audio_stream_ogg_vorbis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-041-0/+3
* Add samples playback supportAdam Scott2024-06-181-0/+28
* Fix member names of `AudioFrame` to match extensionA Thousand Ships2024-02-131-4/+4
* Implement audio stream playback parameters.Juan Linietsky2024-01-161-4/+28
* Fix OGG Vorbis infinite error spam with corrupt file.lawnjelly2023-11-101-3/+3
* Fix OGG audio loop offset pop.strellydev2023-10-131-94/+67
* Only warn once about OGG seeking issuesEllen Poe2023-09-151-2/+2
* Load OGGs from file systemOğuzhan Eroğlu2023-07-141-0/+12
* Fix includes of thirdparty libs which can be unbundled on LinuxRémi Verschelde2023-02-161-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* 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-281-8/+19
* Change time parameters and variables to double typeDave Palais2022-09-261-7/+7
* Rename every instance of "OGG" to "Ogg"DeeJayLSP2022-07-281-47/+47
* Implement BPM supportreduz2022-07-231-11/+123
* 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
* | Fix warnings found by Emscripten 3.1.10Rémi Verschelde2022-05-101-3/+0
|/
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Merge pull request #56375 from Cnidarias/ogg_missing_right_channelEllen Poe2022-01-041-1/+1
|\
| * Fix OGG Vorbis playback with more than one channelCnidarias2021-12-311-1/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Fix OGG streams never ending playbackEllen Poe2021-12-101-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-091-0/+435
* opus/vorbis: Remove dead code not used since 3.0Rémi Verschelde2020-03-181-406/+0
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-7/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-2/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Improve slang, especially in user-visible partsUnknown2017-12-051-1/+1
* Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde2017-11-131-3/+1
|\
| * Fix video playbackMatt Hughes2017-10-141-3/+1
* | Refactor bufer to bufferPoommetee Ketson2017-10-281-4/+4
|/
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-231-3/+3
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-143/+126
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1