godot/modules/vorbis
lawnjelly 188266af47 Fix OGG Vorbis infinite error spam with corrupt file.
When OGG Vorbis encountered unreadable file, it emitted infinite error spam.
This PR returns the full number of frames in the case of error, to prevent infinite loop.
2023-11-10 15:48:28 +00:00
..
doc_classes Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
audio_stream_ogg_vorbis.cpp Fix OGG Vorbis infinite error spam with corrupt file. 2023-11-10 15:48:28 +00:00
audio_stream_ogg_vorbis.h Fix OGG audio loop offset pop. 2023-10-13 19:54:24 +01:00
config.py Document editor import options in the class reference 2023-06-15 08:30:48 +02:00
register_types.cpp Load OGGs from file system 2023-07-14 19:05:58 -07:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_ogg_vorbis.cpp Fix OGG audio loop offset pop. 2023-10-13 19:54:24 +01:00
resource_importer_ogg_vorbis.h Load OGGs from file system 2023-07-14 19:05:58 -07:00
SCsub Replace stb_vorbis with libogg+libvorbis 2021-09-09 19:39:04 -07:00