summaryrefslogtreecommitdiff
path: root/modules/gdnative/videodecoder/SCsub
AgeCommit message (Collapse)Author
2018-12-13Fix includes and initialization for GDNative VideodecoderRĂ©mi Verschelde
Fixes warnings and a crash when running the destructor with an uninitialized pcm pointer.
2018-12-13Added interface for GDNative Videodecoder.Anish
Interface and callback api added for Videodecoder support. Should be able to construct any format videodecoder using only the given interface. GSoC 2018 project.