summaryrefslogtreecommitdiff
path: root/modules/theora
AgeCommit message (Expand)Author
2023-02-26Patch `VideoStreamPlaybackTheora::set_file` to only look for header packets o...Davi
2023-01-30Updates VideoDecoder plugin API to GDExtension.anish bhobe
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-15Merge pull request #66516 from DeeJayLSP/update_theoraRémi Verschelde
2022-10-18Update libtheora to GIT (2020.10)DeeJayLSP
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-14Make some Image methods statickobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-05Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde
2022-10-01Remove usage of unitialized variablesRafał Mikrut
2022-09-28Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde
2022-09-26Change time parameters and variables to double typeDave Palais
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-04[Scons] Implement module dependency sorting.Fabio Alessandrelli
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-23Implement BPM supportreduz
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-05-04Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde
2022-05-04Refactor module initializationreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-09Remove unused GDNative codeRémi Verschelde
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-01Fix "texture not initialized" error preventing video from playingLisandro Lorea
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-22Add support for the RISC-V architectureAaron Franke
2021-10-15Remove WebM support (and deps libvpx and opus)Rémi Verschelde
2021-10-07Replace references to VisualServer in code comments with RenderingServerHugo Locurcio
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-14Print a warning when trying to seek in VideoPlayerHugo Locurcio
2021-02-18Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-18Reorganize Project Settingsreduz
2021-02-11Improve resource load cachereduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde