3188 コミット (366b460766f0724128cad870e69e2ea85ec1c1bb)
 

作成者 SHA1 メッセージ 日付
  Sam Hocevar 366b460766 math: minor tweaks to the Lanczos interpolator 5ヶ月前
  Sam Hocevar 52e589974d audio: make the Lanczos interpolator a separate class 5ヶ月前
  Sam Hocevar 56f85c9fd8 audio: fix Linux compilation 5ヶ月前
  Nusan 1d477ab92d audio resampler now uses 16 taps lanczos filter (the old lerp was intrucing a wide low pass filter that was bleeding everwhere) 6ヶ月前
  Sam Hocevar a381581ab1 audio: add clipping functions for audio samples 10ヶ月前
  Sam Hocevar e26f6cb2ee Some SCE compilation fixes 11ヶ月前
  Sam Hocevar 2c381c0075 Update the CLI11 snapshot and move the header to <lol/lib/cli11> 11ヶ月前
  Sam Hocevar 159f422c23 audio: add saturated addition for samples 11ヶ月前
  Sam Hocevar cd7c1e612c audio: compilation fix 11ヶ月前
  Sam Hocevar 1c61616ec8 audio: improve test suite and comments for sample conversion 11ヶ月前
  Sam Hocevar 0f4e48e5df audio: improve unit tests 11ヶ月前
  Sam Hocevar 9c0501bb90 audio: simplify sample conversion code 11ヶ月前
  Sam Hocevar faad9b8fe5 audio: implement sample conversions between integer types 11ヶ月前
  Sam Hocevar 01f80d344e audio: fix bugs in the audio sample conversion, and add unit tests 11ヶ月前
  Sam Hocevar b24635f4a6 Replace lolunit.h with doctest, found under <lol/lib/doctest> 11ヶ月前
  Sam Hocevar e5126a9e07 g++/clang++ compilation fix 11ヶ月前
  Sam Hocevar 7923f5a790 Move <lol/pegtl> header to <lol/lib/pegtl> 11ヶ月前
  Sam Hocevar 937284a78a audio: implement a more generic format conversion function 11ヶ月前
  Sam Hocevar c83acab18a audio: perform resampling using only integer arithmetic 11ヶ月前
  Sam Hocevar f7767240d0 audio: create a mapper streaming object for channel remapping 11ヶ月前
  Sam Hocevar 716f21bc10 audio: add clamping to mixer class 11ヶ月前
  Sam Hocevar cb8794fca3 audio: implement linear interpolation resampling 11ヶ月前
  Sam Hocevar 0d0dabfe6f audio: fix bug in channel conversion stream object 11ヶ月前
  Sam Hocevar 4db95f5728 audio: first attempt at an audio streaming API 11ヶ月前
  Sam Hocevar b5f006511e src: ensure submodules use the checkout update mode 11ヶ月前
  Sam Hocevar 80f8eb149a Add <lol/format> to ensure std::format is available 11ヶ月前
  Sam Hocevar dfa14a19ba Do not use <filesystem> on systems that do not have it 11ヶ月前
  Sam Hocevar 7ddb482a7b Add new lol::msg::set_output() function to register a logger 11ヶ月前
  Sam Hocevar 497e98cbf9 Remove lol::format now that std::format support is more widespread 1年前
  Sam Hocevar d06b110883 Some Visual Studio compilation fixes 2年前
  Sam Hocevar ea78a1bf9e Fix multiple compilation warnings and errors 2年前
  Sam Hocevar f556b500ff Move the erfcx() implementation to a helper function 2年前
  Sam Hocevar 01e1b2736d Implement erfcx() 2年前
  Sam Hocevar f1b95ac648 Simplify sinh() and tanh() code now that we have expm1() 2年前
  Sam Hocevar 22ab502072 Refactor erf() and add erfc() 2年前
  Sam Hocevar 45fbe2bdb3 Add expm1() and log1p() for real numbers 2年前
  Sam Hocevar 37d6d2f18a Add a sign() function for real numbers. 4年前
  Sam Hocevar c95c207825 Fix more spacing. 4年前
  Sam Hocevar e276e5adda
Merge pull request #1 from Clanmaster21/master 4年前
  Clanmaster21 0261bb0774
Fix spacing 4年前
  Clanmaster21 234b5310c6
Optimisations in arbitrary precision float multiplication 4年前
  Sam Hocevar c19f584e26 Assume a system always has threads unless LOL_NOTHREADS is defined. 4年前
  Sam Hocevar 2c61a5e805 Start working on a new image class. 4年前
  Sam Hocevar db10f5875e Rename narray_view to narray_span and allow creation from a const container. 4年前
  Sam Hocevar 3ec1806d3e More documentation. 4年前
  Sam Hocevar b718c70dce Try to rework README.md layout. 4年前
  Sam Hocevar 974f642eef Update README.md with some description of what’s in there. 4年前
  Sam Hocevar c8cd64d207 Add C++11 iterators to narray class. 4年前
  Sam Hocevar cffee479d3 Add narray_view class, similar to std::span for n-dimensional arrays. 4年前
  Sam Hocevar e073082150 Rename arraynd to old_arraynd and create new lol::narray implementation. 4年前