summaryrefslogtreecommitdiff
path: root/modules/stb_vorbis/audio_stream_ogg_vorbis.cpp
AgeCommit message (Expand)Author
2021-09-09Replace stb_vorbis with libogg+libvorbisEllen Poe
2021-09-07Add polyphony to Audio Stream Player nodesEllen Poe
2021-08-27Require AudioStream::mix to return the number of frames successfully mixedEllen Poe
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-02-15Fix mono->stereo conversion for oggs (see #40630)Ellen Poe
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-07Descriptive error message when using AudioStream(OGG/MP3) incorrectlyAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-09-09stb_vorbis: Increase max alloc buffer size for big Vorbis commentsRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Remove the audio memory allocator, use regular one instead.Juan Linietsky
2020-03-02Fix OGG audio loopsFabio Iotti
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-04Fix empty audio infinite loopFabio Iotti
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-11AudioStreamOGGVorbis: Expose loop and loop_offset as propertiesRémi Verschelde
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-05-28Fix some unincialised variablesqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-05-01Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...Zumo
2018-01-22Expose audio streams get_length()MrCdK
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15223 from ibrahn/ogg-data-leak-fixRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-31free associated audio data on AudioStreamOGGVorbis destructionIbrahn Sahir
2017-12-17Fix ogg looping pop noise. Closes #11468MrCdK
2017-11-20Revert "Added loop_begin and loop_end to OggVorbisStream"Juan Linietsky
2017-11-04Add loop_begin and loop_end to OggVorbisStreamMrCdK
2017-10-13Remove junk outputRuslan Mustakov
2017-09-23Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-06Mono vorbis support fixed, closes #10787Juan Linietsky
2017-09-02Fix missing pragma pushHein-Pieter van Braam
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-09-01Fix crash when destroying AudioStreamPlaybackOGGVorbisEvgeny Zuev
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-22readded ability to set loop offset in seconds, closes #9630Juan Linietsky
2017-07-29Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite l...Fabian Mathews
2017-04-28Move other lone thirdparty files to thirdparty/miscRémi Verschelde
2017-04-25Fix AudioPlayer.get_pos() always returns 0NNesh