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
/
stb_vorbis
/
audio_stream_ogg_vorbis.cpp
Age
Commit message (
Expand
)
Author
2021-09-09
Replace stb_vorbis with libogg+libvorbis
Ellen Poe
2021-09-07
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-08-27
Require AudioStream::mix to return the number of frames successfully mixed
Ellen Poe
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-02-15
Fix mono->stereo conversion for oggs (see #40630)
Ellen Poe
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-07
Descriptive error message when using AudioStream(OGG/MP3) incorrectly
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-09-09
stb_vorbis: Increase max alloc buffer size for big Vorbis comments
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Remove the audio memory allocator, use regular one instead.
Juan Linietsky
2020-03-02
Fix OGG audio loops
Fabio Iotti
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-04
Fix empty audio infinite loop
Fabio Iotti
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-11
AudioStreamOGGVorbis: Expose loop and loop_offset as properties
Rémi Verschelde
2019-07-06
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-05-28
Fix some unincialised variables
qarmin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-29
Fix warning about functions defined but not used [-Wunused-function]
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-05-01
Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...
Zumo
2018-01-22
Expose audio streams get_length()
MrCdK
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Merge pull request #15223 from ibrahn/ogg-data-leak-fix
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-31
free associated audio data on AudioStreamOGGVorbis destruction
Ibrahn Sahir
2017-12-17
Fix ogg looping pop noise. Closes #11468
MrCdK
2017-11-20
Revert "Added loop_begin and loop_end to OggVorbisStream"
Juan Linietsky
2017-11-04
Add loop_begin and loop_end to OggVorbisStream
MrCdK
2017-10-13
Remove junk output
Ruslan Mustakov
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-09-06
Mono vorbis support fixed, closes #10787
Juan Linietsky
2017-09-02
Fix missing pragma push
Hein-Pieter van Braam
2017-09-02
Fix use of unitialized variables
Hein-Pieter van Braam
2017-09-01
Fix crash when destroying AudioStreamPlaybackOGGVorbis
Evgeny Zuev
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-22
readded ability to set loop offset in seconds, closes #9630
Juan Linietsky
2017-07-29
Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite l...
Fabian Mathews
2017-04-28
Move other lone thirdparty files to thirdparty/misc
Rémi Verschelde
2017-04-25
Fix AudioPlayer.get_pos() always returns 0
NNesh
[next]