summaryrefslogtreecommitdiff
path: root/servers/audio/audio_rb_resampler.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-29Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-06Rename `VideoPlayer` to `VideoStreamPlayer` for consistencyRémi Verschelde
2021-10-12Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke
2021-02-18Modernize atomicsPedro J. Estébanez
2021-01-01Update copyright statements to 2021Ré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-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-21Remove comments and corrected code, which exists for correctness but will lik...Juan Linietsky
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-10-14Fix video playbackMatt Hughes
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2015-09-09Rewrite of the AudioStream APIJuan Linietsky