summaryrefslogtreecommitdiff
path: root/modules/gdnative/videodecoder/video_stream_gdnative.cpp
AgeCommit message (Expand)Author
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-02-18Reorganize Project Settingsreduz
2021-02-11Improve resource load cachereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-06-28VideoStreamGDNative: close file in cleanupMark Kuo
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-27VideoStreamGDNative: Fix playing video files without audio streammarcosjouron
2019-10-24Refactor VideoPlayer and VideoStreamSeleckyErik
2019-09-25Merge pull request #32199 from starryalley/fix_seekRémi Verschelde
2019-09-19Fix VideostreamGDNative audio buffer handlingMark Kuo
2019-09-19Fix VideostreamGDNative seekMark Kuo
2019-05-04Fixes VideostreamGDNative crash on audio_channel=0.Anish
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-03-11Fixes segfault on opening incompatible files.Anish
2019-03-06Fixed crash on loading GDNative videos.Anish
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-12Fix copyright year in VideoStreamGDNativeRémi Verschelde
2019-01-12Fixed infinite loop at end of video.Anish
2018-12-13Adapt GDNative VideoStream to use ResourceFormatLoaderRémi Verschelde
2018-12-13Fix includes and initialization for GDNative VideodecoderRémi Verschelde
2018-12-13Added interface for GDNative Videodecoder.Anish