summaryrefslogtreecommitdiffstats
path: root/modules/webm/video_stream_webm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-469/+0
* Replace references to VisualServer in code comments with RenderingServerHugo Locurcio2021-10-071-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-3/+3
* Print a warning when trying to seek in VideoPlayerHugo Locurcio2021-04-141-1/+1
* Reorganize Project Settingsreduz2021-02-181-1/+1
* Improve resource load cachereduz2021-02-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-20/+40
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-56/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-22/+3
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-17/+17
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-5/+5
* Texture refactorJuan Linietsky2020-02-111-3/+6
* Workaround WebM playback bug after AudioServer latency fixesRémi Verschelde2020-02-071-5/+10
* doc: Complete documentation for VideoStreamsRémi Verschelde2020-01-261-13/+14
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Memory leak and crash fixesRafał Mikrut2019-11-101-0/+2
* Refactor VideoPlayer and VideoStreamSeleckyErik2019-10-241-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-3/+4
* Fix sign-compare error from #26051Rémi Verschelde2019-04-301-2/+2
* Merge pull request #26051 from 20kdc/videofixRémi Verschelde2019-04-301-4/+23
|\
| * webm/theora/yuv2rgb: Fix YUV conversion issues and add BGRP WEBM handling. (N...20kdc2019-02-211-4/+23
* | Clean up latency related functionsJuan Linietsky2019-04-271-2/+2
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Don't delete FileAccess when it is nullMarc Gilleron2018-10-051-1/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Fix loading and exporting of Theora and WebM video streamsRémi Verschelde2018-07-031-0/+43
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-17/+23
* Fix video playbackMatt Hughes2017-10-141-80/+73
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-231-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-2/+2
* Fix files headerPoommetee Ketson2017-09-011-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-221-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-2/+2
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-281-1/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-29/+26
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1