summaryrefslogtreecommitdiffstats
path: root/modules/theora/video_stream_theora.cpp
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-271-2/+2
* | 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-111-0/+2
|/
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+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-301-29/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* 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
* Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-281-25/+31
* Change time parameters and variables to double typeDave Palais2022-09-261-6/+6
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-20/+8
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Remove unused GDNative codeRémi Verschelde2022-03-091-1/+1
* Fix "texture not initialized" error preventing video from playingLisandro Lorea2022-02-011-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-1/+1
* Replace references to VisualServer in code comments with RenderingServerHugo Locurcio2021-10-071-1/+1
* Clean up RenderingServer and its bindingsreduz2021-07-011-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-4/+4
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-4/+4
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
* Print a warning when trying to seek in VideoPlayerHugo Locurcio2021-04-141-0/+1
* Reorganize Project Settingsreduz2021-02-181-1/+1
* Improve resource load cachereduz2021-02-111-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-17/+0
* Modernize ThreadPedro J. Estébanez2021-01-291-5/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-191-7/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+20
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-39/+0
* Remove redundant void argument listsRémi Verschelde2020-05-141-1/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-7/+7
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1