summaryrefslogtreecommitdiffstats
path: root/scene/gui/video_player.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename `VideoPlayer` to `VideoStreamPlayer` for consistencyRémi Verschelde2021-12-061-470/+0
* Rename minimum_size_changed() methodkobewi2021-12-061-2/+2
* Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-2/+2
* Do all audio mixing in the AudioServerEllen Poe2021-08-271-3/+2
* Fix editor suffixes and degrees conversionreduz2021-06-301-1/+1
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-2/+2
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-19/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* VideoPlayer: fix possible race conditionMark Kuo2020-06-291-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-23/+42
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-43/+0
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-3/+3
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+1
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Updates minimum size on VideoPlayer::set_streamHaoyu Qiu2020-01-261-0/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Refactor VideoPlayer and VideoStreamSeleckyErik2019-10-241-5/+18
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix possible crash with VideoPlayer _mix_audio functionMarcelo Fernandez2018-11-021-39/+18
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Added signal to VideoPlayer to notify when the video finished playingWilson E. Alvarez2018-04-011-6/+9
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+4
* Fix Video Player issue with audio mix_rate when different than 44100Marcelo Fernandez2018-01-071-7/+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
* initialize bus_index to 0Marcin Zawiejski2017-11-261-0/+1
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Fix video playbackMatt Hughes2017-10-141-8/+136
* Add function set_stream_position to VideoPlayerTerah2017-10-041-0/+7
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-231-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Dead code tells no talesRémi Verschelde2017-08-271-44/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-1/+0
* Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-91/+77
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-22/+22
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-7/+7
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-0/+1
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-9/+9
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* - _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky2017-01-101-4/+4
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-5/+5
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-22/+22
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Don't crash when video is stopped and played againBłażej Szczygieł2016-09-281-1/+2
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-10/+0