summaryrefslogtreecommitdiffstats
path: root/modules/theora
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\|
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\|
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-114-0/+8
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Add 'override' mark to ResourceFormat classppphp2024-03-251-4/+4
* Extract and reorganize texture resource classesHendrik Brucker2023-07-142-0/+3
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Patch `VideoStreamPlaybackTheora::set_file` to only look for header packets o...Davi2023-02-261-2/+8
* Updates VideoDecoder plugin API to GDExtension.anish bhobe2023-01-303-59/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* Merge pull request #66516 from DeeJayLSP/update_theoraRémi Verschelde2022-11-151-1/+6
|\
| * Update libtheora to GIT (2020.10)DeeJayLSP2022-10-181-1/+6
* | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | Make some Image methods statickobewi2022-10-141-3/+1
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-20/+15
* | Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-051-1/+1
|\ \
| * | Remove usage of unitialized variablesRafał Mikrut2022-10-011-1/+1
* | | Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-281-25/+31
| |/ |/|
* | Change time parameters and variables to double typeDave Palais2022-09-262-11/+11
|/
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-1/+1
* [Scons] Implement module dependency sorting.Fabio Alessandrelli2022-08-041-1/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Implement BPM supportreduz2022-07-231-1/+1
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-1/+1
* Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-042-4/+14
|\
| * Refactor module initializationreduz2022-05-042-4/+14
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-3/+3
|/
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-21/+9
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Remove unused GDNative codeRémi Verschelde2022-03-091-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Fix "texture not initialized" error preventing video from playingLisandro Lorea2022-02-011-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Add support for the RISC-V architectureAaron Franke2021-10-221-0/+2
* Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-152-2/+2
* Replace references to VisualServer in code comments with RenderingServerHugo Locurcio2021-10-071-1/+1
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0