godot/modules/theora
anish bhobe 42a9c33fad Updates VideoDecoder plugin API to GDExtension.
Adds VideoStream and relevant resource loaders to migrate
external GDNative plugins to GDExtension.

Adds a VideoStreamLoader as a specialization of ResourceFormatLoader
as ClassDB::is_parent_class is inaccessible from GDExtension currently.

Using Object* instead of Ref<T> in order to avoid the refcount bug
(godotengine/godot-cpp#652)
Also another bug is in ResourceLoader in use on the extension side that
requires fixing.
2023-01-30 18:39:29 -08:00
..
doc_classes Updates VideoDecoder plugin API to GDExtension. 2023-01-30 18:39:29 -08:00
config.py [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
register_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Update libtheora to GIT (2020.10) 2022-10-18 21:15:13 -03:00
video_stream_theora.cpp Updates VideoDecoder plugin API to GDExtension. 2023-01-30 18:39:29 -08:00
video_stream_theora.h Updates VideoDecoder plugin API to GDExtension. 2023-01-30 18:39:29 -08:00