Commit History

作者 SHA1 備註 提交日期
  Thaddeus Crews 01fc9aee6c Core: Modernize C headers with C++ equivalents 2 月之前
  A Thousand Ships 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters 8 月之前
  A Thousand Ships a0dbdcc3ab Replace `find` with `contains/has` where applicable 1 年之前
  Hugo Locurcio 6f1152bdbe Add a `--audio-output-latency` command-line argument 2 年之前
  Samuele Panzeri 4aaa2e6477 Fix wait for thread not started 2 年之前
  Rémi Verschelde b58873b98a Merge pull request #69833 from Eoin-ONeill-Yokai/audio_invalid_mixrate 2 年之前
  Eoin O'Neill 5a08091168 Fix crash caused by invalid mix_rate assignment due to bogus 2 年之前
  bruvzg bed46f723c [Linux/BSD] Add dynamically loaded library version checks. 2 年之前
  bruvzg dd068794c3 [Linux] Make SO wrapper usage optional. 2 年之前
  Emmanouil Papadeas c36460060e Further refactoring to AudioDriver implementations after #69120. 2 年之前
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 年之前
  Rémi Verschelde fa80064779 Merge pull request #64607 from RandomShaper/safe_audio_threading 2 年之前
  kobewi 8be27dc59e Replace Array return types with TypedArray 3 年之前
  Pedro J. Estébanez 9d546bf05a Make audio thread control flags safe 2 年之前
  bruvzg f851c4aa33 Fix some issues found by cppcheck. 3 年之前
  bruvzg c69e0d16bc Fix multiple missing UTF-8 decoding. 3 年之前
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 年之前
  Hein-Pieter van Braam-Stewart 5233d78f49 An update to the dylibloader for older inttypes 4 年之前
  reduz 64140eaf42 Reorganize Project Settings 4 年之前
  Hein-Pieter van Braam-Stewart 09f82fa6ea Dynamically load libpulse.so.0 and libasound.so.1 on Linux 4 年之前
  Pedro J. Estébanez 99fe462452 Modernize Thread 4 年之前
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 年之前
  Cooper Harasyn 25b2f82ccf Prevent ALSA audio corruption 4 年之前
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 年之前
  Fabio Alessandrelli 90c7102b51 Move mix_rate, ouput_latency to AudioDriverManager 5 年之前
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 年之前
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 年之前
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) 5 年之前
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 年之前
  Pedro J. Estébanez 18fbdbb456 Reimplement Mutex with C++'s <mutex> 5 年之前