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
/
gdnative
/
videodecoder
Age
Commit message (
Expand
)
Author
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-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
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-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-07-10
Add override keywords.
Marcel Admiraal
2020-06-28
VideoStreamGDNative: close file in cleanup
Mark Kuo
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
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-04-02
Merge pull request #37504 from qarmin/out_of_bound_cursor
Rémi Verschelde
2020-04-01
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
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-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-27
VideoStreamGDNative: Fix playing video files without audio stream
marcosjouron
2019-10-24
Refactor VideoPlayer and VideoStream
SeleckyErik
2019-09-25
Merge pull request #32199 from starryalley/fix_seek
Rémi Verschelde
2019-09-19
Fix VideostreamGDNative audio buffer handling
Mark Kuo
2019-09-19
Fix VideostreamGDNative seek
Mark Kuo
2019-06-18
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-05-04
Fixes VideostreamGDNative crash on audio_channel=0.
Anish
2019-04-30
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-08
Small fixes, mostly dupicated code
qarmin
2019-03-11
Fixes segfault on opening incompatible files.
Anish
2019-03-06
Fixed crash on loading GDNative videos.
Anish
2019-02-27
Fix -Wsign-compare warnings.
marxin
2019-02-12
Fix copyright year in VideoStreamGDNative
Rémi Verschelde
2019-01-12
Fixed infinite loop at end of video.
Anish
2019-01-10
Consistency in resource format saver/loader de-registration
Rémi Verschelde
2019-01-10
Remove vsgdnative loader on exit
Marcin Zawiejski
2018-12-13
Adapt GDNative VideoStream to use ResourceFormatLoader
Rémi Verschelde
2018-12-13
Fix includes and initialization for GDNative Videodecoder
Rémi Verschelde
2018-12-13
Added interface for GDNative Videodecoder.
Anish