summaryrefslogtreecommitdiffstats
path: root/modules/webm/video_stream_webm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-1/+1
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-2/+2
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add WebM moduleBłażej Szczygieł2016-10-231-0/+446