summaryrefslogtreecommitdiff
path: root/scene/gui/video_player.cpp
AgeCommit message (Expand)Author
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-06-29VideoPlayer: fix possible race conditionMark Kuo
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-26Updates minimum size on VideoPlayer::set_streamHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-24Refactor VideoPlayer and VideoStreamSeleckyErik
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-02Fix possible crash with VideoPlayer _mix_audio functionMarcelo Fernandez
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-04-01Added signal to VideoPlayer to notify when the video finished playingWilson E. Alvarez
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-07Fix Video Player issue with audio mix_rate when different than 44100Marcelo Fernandez
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-26initialize bus_index to 0Marcin Zawiejski
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-10-14Fix video playbackMatt Hughes
2017-10-04Add function set_stream_position to VideoPlayerTerah
2017-09-23Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-10- _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-09-28Don't crash when video is stopped and played againBłażej Szczygieł
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde
2016-06-18Fix Theora video playback without a Vorbis streamBłażej Szczygieł
2016-05-21First version of ProfilerJuan Linietsky
2016-05-04Fix wrong return and argument types in documentationIgnacio Etcheverry
2016-02-08renamed function get_video_texutre to get_video_textureAdham Zahran
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-26fixes crash/deadlock when video is paused and unpaused, might affect audio sy...Ariel Manzur