summaryrefslogtreecommitdiffstats
path: root/servers/audio/audio_rb_resampler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `VideoPlayer` to `VideoStreamPlayer` for consistencyRémi Verschelde2021-12-061-1/+1
* Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-2/+3
* Modernize atomicsPedro J. Estébanez2021-02-181-7/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-15/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-4/+12
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Small fixes, mostly dupicated codeqarmin2019-04-081-4/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Remove comments and corrected code, which exists for correctness but will lik...Juan Linietsky2018-11-211-29/+3
* Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-0/+11
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-0/+2
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+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
* Fix video playbackMatt Hughes2017-10-141-131/+79
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-4/+4
* Dead code tells no talesRémi Verschelde2017-08-271-55/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-177/+148
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* Rewrite of the AudioStream APIJuan Linietsky2015-09-091-0/+356