index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
vorbis
/
audio_stream_ogg_vorbis.cpp
Age
Commit message (
Expand
)
Author
2022-11-21
Code simplifications found by cppcheck
Markus Sauermann
2022-09-30
Fix typos with codespell
Rémi Verschelde
2022-09-28
Fix MSVC warning C4706: assignment within conditional expression
Rémi Verschelde
2022-09-26
Change time parameters and variables to double type
Dave Palais
2022-07-28
Rename every instance of "OGG" to "Ogg"
DeeJayLSP
2022-07-23
Implement BPM support
reduz
2022-06-22
Merge pull request #55846 from ellenhp/fix_ogg_edge_cases
Rémi Verschelde
2022-05-10
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde
2022-04-17
Fix ogg edge cases
Ellen Poe
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-01-04
Merge pull request #56375 from Cnidarias/ogg_missing_right_channel
Ellen Poe
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-31
Fix OGG Vorbis playback with more than one channel
Cnidarias
2021-12-10
Fix OGG streams never ending playback
Ellen Poe
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-09-09
Replace stb_vorbis with libogg+libvorbis
Ellen Poe
2020-03-18
opus/vorbis: Remove dead code not used since 3.0
Rémi Verschelde
2020-02-28
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-12
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-07-07
Fixes minor issues found by static analyzer
qarmin
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-07-18
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-05
Improve slang, especially in user-visible parts
Unknown
2017-11-13
Merge pull request #12014 from hi-ogawa/fix-video-playback
Rémi Verschelde
2017-10-28
Refactor bufer to buffer
Poommetee Ketson
2017-10-14
Fix video playback
Matt Hughes
2017-09-23
Rename get_position => get_playback_position and seek_pos => seek on audio cl...
Marcelo Fernandez
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-01-16
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
rename String.extension() -> String.get_extension() / String.basename() -> St...
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-10-15
ogg/vorbis/opus: Make them modules and unbundle thirdparty libs
Rémi Verschelde