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
/
theora
/
video_stream_theora.cpp
Age
Commit message (
Expand
)
Author
2023-02-26
Patch `VideoStreamPlaybackTheora::set_file` to only look for header packets o...
Davi
2023-01-30
Updates VideoDecoder plugin API to GDExtension.
anish bhobe
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-14
Make some Image methods static
kobewi
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
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-08
Add static methods for creating Image and ImageTexture
kobewi
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-09
Remove unused GDNative code
Rémi Verschelde
2022-02-01
Fix "texture not initialized" error preventing video from playing
Lisandro Lorea
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-15
Remove WebM support (and deps libvpx and opus)
Rémi Verschelde
2021-10-07
Replace references to VisualServer in code comments with RenderingServer
Hugo Locurcio
2021-07-01
Clean up RenderingServer and its bindings
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-14
Print a warning when trying to seek in VideoPlayer
Hugo Locurcio
2021-02-18
Reorganize Project Settings
reduz
2021-02-11
Improve resource load cache
reduz
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-29
Modernize Thread
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-05-19
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Remove redundant void argument lists
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-28
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-02-07
Workaround WebM playback bug after AudioServer latency fixes
Rémi Verschelde
2020-01-26
doc: Complete documentation for VideoStreams
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-10
Memory leak and crash fixes
Rafał Mikrut
2019-10-24
Refactor VideoPlayer and VideoStream
SeleckyErik
2019-09-25
Added some obvious errors explanations
qarmin
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-04-30
Merge pull request #26051 from 20kdc/videofix
Rémi Verschelde
2019-04-27
Clean up latency related functions
Juan Linietsky
[next]