index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
webm
/
video_stream_webm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove WebM support (and deps libvpx and opus)
Rémi Verschelde
2021-10-15
1
-469
/
+0
*
Replace references to VisualServer in code comments with RenderingServer
Hugo Locurcio
2021-10-07
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-3
/
+3
*
Print a warning when trying to seek in VideoPlayer
Hugo Locurcio
2021-04-14
1
-1
/
+1
*
Reorganize Project Settings
reduz
2021-02-18
1
-1
/
+1
*
Improve resource load cache
reduz
2021-02-11
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-20
/
+40
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+7
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-56
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-22
/
+3
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-17
/
+17
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-5
/
+5
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+6
*
Workaround WebM playback bug after AudioServer latency fixes
Rémi Verschelde
2020-02-07
1
-5
/
+10
*
doc: Complete documentation for VideoStreams
Rémi Verschelde
2020-01-26
1
-13
/
+14
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Memory leak and crash fixes
Rafał Mikrut
2019-11-10
1
-0
/
+2
*
Refactor VideoPlayer and VideoStream
SeleckyErik
2019-10-24
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-2
/
+1
*
Small fixes to unrechable code, possibly overflows, using NULL pointers
qarmin
2019-06-03
1
-3
/
+4
*
Fix sign-compare error from #26051
Rémi Verschelde
2019-04-30
1
-2
/
+2
*
Merge pull request #26051 from 20kdc/videofix
Rémi Verschelde
2019-04-30
1
-4
/
+23
|
\
|
*
webm/theora/yuv2rgb: Fix YUV conversion issues and add BGRP WEBM handling. (N...
20kdc
2019-02-21
1
-4
/
+23
*
|
Clean up latency related functions
Juan Linietsky
2019-04-27
1
-2
/
+2
|
/
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Don't delete FileAccess when it is null
Marc Gilleron
2018-10-05
1
-1
/
+0
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Fix loading and exporting of Theora and WebM video streams
Rémi Verschelde
2018-07-03
1
-0
/
+43
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-17
/
+23
*
Fix video playback
Matt Hughes
2017-10-14
1
-80
/
+73
*
Rename get_position => get_playback_position and seek_pos => seek on audio cl...
Marcelo Fernandez
2017-09-23
1
-2
/
+2
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-2
/
+2
*
Fix files header
Poommetee Ketson
2017-09-01
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Clang-formatting *.cpp and *.h (some files excluded)
Poommetee Ketson
2017-07-22
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-2
/
+2
*
Move other lone thirdparty files to thirdparty/misc
Rémi Verschelde
2017-04-28
1
-1
/
+2
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-29
/
+26
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-1
/
+1
[next]