summaryrefslogtreecommitdiff
path: root/modules/theora/video_stream_theora.cpp
AgeCommit message (Expand)Author
2021-10-07Replace references to VisualServer in code comments with RenderingServerHugo Locurcio
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-14Print a warning when trying to seek in VideoPlayerHugo Locurcio
2021-02-18Reorganize Project Settingsreduz
2021-02-11Improve resource load cachereduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-19Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Remove redundant void argument listsRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-07Workaround WebM playback bug after AudioServer latency fixesRémi Verschelde
2020-01-26doc: Complete documentation for VideoStreamsRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-10Memory leak and crash fixesRafał Mikrut
2019-10-24Refactor VideoPlayer and VideoStreamSeleckyErik
2019-09-25Added some obvious errors explanationsqarmin
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-04-30Merge pull request #26051 from 20kdc/videofixRémi Verschelde
2019-04-27Clean up latency related functionsJuan Linietsky
2019-02-21webm/theora/yuv2rgb: Fix YUV conversion issues and add BGRP WEBM handling. (N...20kdc
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-05Don't delete FileAccess when it is nullMarc Gilleron
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-03Fix loading and exporting of Theora and WebM video streamsRémi Verschelde
2018-04-02Comment out some debugging messages when playing Theora filesWilson E. Alvarez
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Remove too verbose printf statements from VideoStreamTheorasamvila
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-10-14Fix video playbackMatt Hughes
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-09-08Remove assignment and declarations in if statementsHein-Pieter van Braam