summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/videodecoder
Commit message (Expand)AuthorAgeFilesLines
* Add override keywords.Marcel Admiraal2020-07-101-18/+18
* VideoStreamGDNative: close file in cleanupMark Kuo2020-06-281-0/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-142-7/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-12/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-38/+21
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-202-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-022-28/+28
* Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde2020-04-021-1/+1
|\
| * Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-1/+1
* | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-4/+4
|/
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-282-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Texture refactorJuan Linietsky2020-02-112-4/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-014-8/+8
* VideoStreamGDNative: Fix playing video files without audio streammarcosjouron2019-11-271-3/+7
* Refactor VideoPlayer and VideoStreamSeleckyErik2019-10-242-2/+2
* Merge pull request #32199 from starryalley/fix_seekRémi Verschelde2019-09-252-1/+14
|\
| * Fix VideostreamGDNative seekMark Kuo2019-09-192-1/+14
* | Fix VideostreamGDNative audio buffer handlingMark Kuo2019-09-191-1/+1
|/
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-1/+0
* Fixes VideostreamGDNative crash on audio_channel=0.Anish2019-05-041-16/+18
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
* Fixes segfault on opening incompatible files.Anish2019-03-111-9/+11
* Fixed crash on loading GDNative videos.Anish2019-03-061-1/+1
* Fix -Wsign-compare warnings.marxin2019-02-271-2/+2
* Fix copyright year in VideoStreamGDNativeRémi Verschelde2019-02-124-8/+8
* Fixed infinite loop at end of video.Anish2019-01-121-1/+1
* Consistency in resource format saver/loader de-registrationRémi Verschelde2019-01-101-0/+1
* Remove vsgdnative loader on exitMarcin Zawiejski2019-01-101-5/+5
* Adapt GDNative VideoStream to use ResourceFormatLoaderRémi Verschelde2018-12-135-160/+55
* Fix includes and initialization for GDNative VideodecoderRémi Verschelde2018-12-136-22/+32
* Added interface for GDNative Videodecoder.Anish2018-12-137-0/+780