index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
vorbis
/
audio_stream_ogg_vorbis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Fix leak when using audio samples instead of streams
Adam Scott
2024-09-04
1
-0
/
+3
*
Add samples playback support
Adam Scott
2024-06-18
1
-0
/
+28
*
Fix member names of `AudioFrame` to match extension
A Thousand Ships
2024-02-13
1
-4
/
+4
*
Implement audio stream playback parameters.
Juan Linietsky
2024-01-16
1
-4
/
+28
*
Fix OGG Vorbis infinite error spam with corrupt file.
lawnjelly
2023-11-10
1
-3
/
+3
*
Fix OGG audio loop offset pop.
strellydev
2023-10-13
1
-94
/
+67
*
Only warn once about OGG seeking issues
Ellen Poe
2023-09-15
1
-2
/
+2
*
Load OGGs from file system
Oğuzhan Eroğlu
2023-07-14
1
-0
/
+12
*
Fix includes of thirdparty libs which can be unbundled on Linux
Rémi Verschelde
2023-02-16
1
-1
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Code simplifications found by cppcheck
Markus Sauermann
2022-11-21
1
-2
/
+0
*
Fix typos with codespell
Rémi Verschelde
2022-09-30
1
-1
/
+1
*
Fix MSVC warning C4706: assignment within conditional expression
Rémi Verschelde
2022-09-28
1
-8
/
+19
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
1
-7
/
+7
*
Rename every instance of "OGG" to "Ogg"
DeeJayLSP
2022-07-28
1
-47
/
+47
*
Implement BPM support
reduz
2022-07-23
1
-11
/
+123
*
Merge pull request #55846 from ellenhp/fix_ogg_edge_cases
Rémi Verschelde
2022-06-22
1
-10
/
+7
|
\
|
*
Fix ogg edge cases
Ellen Poe
2022-04-17
1
-10
/
+7
*
|
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde
2022-05-10
1
-3
/
+0
|
/
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-1
/
+1
*
Merge pull request #56375 from Cnidarias/ogg_missing_right_channel
Ellen Poe
2022-01-04
1
-1
/
+1
|
\
|
*
Fix OGG Vorbis playback with more than one channel
Cnidarias
2021-12-31
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Fix OGG streams never ending playback
Ellen Poe
2021-12-10
1
-1
/
+1
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
Replace stb_vorbis with libogg+libvorbis
Ellen Poe
2021-09-09
1
-0
/
+435
*
opus/vorbis: Remove dead code not used since 3.0
Rémi Verschelde
2020-03-18
1
-406
/
+0
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-7
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-2
/
+1
*
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-1
/
+1
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-2
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Improve slang, especially in user-visible parts
Unknown
2017-12-05
1
-1
/
+1
*
Merge pull request #12014 from hi-ogawa/fix-video-playback
Rémi Verschelde
2017-11-13
1
-3
/
+1
|
\
|
*
Fix video playback
Matt Hughes
2017-10-14
1
-3
/
+1
*
|
Refactor bufer to buffer
Poommetee Ketson
2017-10-28
1
-4
/
+4
|
/
*
Rename get_position => get_playback_position and seek_pos => seek on audio cl...
Marcelo Fernandez
2017-09-23
1
-3
/
+3
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-3
/
+3
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-143
/
+126
*
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-01-16
1
-1
/
+1
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-1
/
+1
[next]