97 Revīzijas (159f422c233e6d4f99d751305b621ff3134d4462)

Autors SHA1 Ziņojums Datums
  Sam Hocevar 159f422c23 audio: add saturated addition for samples pirms 11 mēnešiem
  Sam Hocevar cd7c1e612c audio: compilation fix pirms 11 mēnešiem
  Sam Hocevar 1c61616ec8 audio: improve test suite and comments for sample conversion pirms 11 mēnešiem
  Sam Hocevar 9c0501bb90 audio: simplify sample conversion code pirms 11 mēnešiem
  Sam Hocevar faad9b8fe5 audio: implement sample conversions between integer types pirms 11 mēnešiem
  Sam Hocevar 01f80d344e audio: fix bugs in the audio sample conversion, and add unit tests pirms 11 mēnešiem
  Sam Hocevar b24635f4a6 Replace lolunit.h with doctest, found under <lol/lib/doctest> pirms 11 mēnešiem
  Sam Hocevar e5126a9e07 g++/clang++ compilation fix pirms 11 mēnešiem
  Sam Hocevar 7923f5a790 Move <lol/pegtl> header to <lol/lib/pegtl> pirms 11 mēnešiem
  Sam Hocevar 937284a78a audio: implement a more generic format conversion function pirms 11 mēnešiem
  Sam Hocevar c83acab18a audio: perform resampling using only integer arithmetic pirms 11 mēnešiem
  Sam Hocevar f7767240d0 audio: create a mapper streaming object for channel remapping pirms 11 mēnešiem
  Sam Hocevar 716f21bc10 audio: add clamping to mixer class pirms 11 mēnešiem
  Sam Hocevar cb8794fca3 audio: implement linear interpolation resampling pirms 11 mēnešiem
  Sam Hocevar 0d0dabfe6f audio: fix bug in channel conversion stream object pirms 11 mēnešiem
  Sam Hocevar 4db95f5728 audio: first attempt at an audio streaming API pirms 11 mēnešiem
  Sam Hocevar 80f8eb149a Add <lol/format> to ensure std::format is available pirms 1 gada
  Sam Hocevar dfa14a19ba Do not use <filesystem> on systems that do not have it pirms 1 gada
  Sam Hocevar 7ddb482a7b Add new lol::msg::set_output() function to register a logger pirms 1 gada
  Sam Hocevar 497e98cbf9 Remove lol::format now that std::format support is more widespread pirms 1 gada
  Sam Hocevar d06b110883 Some Visual Studio compilation fixes pirms 2 gadiem
  Sam Hocevar ea78a1bf9e Fix multiple compilation warnings and errors pirms 2 gadiem
  Sam Hocevar f556b500ff Move the erfcx() implementation to a helper function pirms 2 gadiem
  Sam Hocevar 01e1b2736d Implement erfcx() pirms 2 gadiem
  Sam Hocevar f1b95ac648 Simplify sinh() and tanh() code now that we have expm1() pirms 2 gadiem
  Sam Hocevar 22ab502072 Refactor erf() and add erfc() pirms 2 gadiem
  Sam Hocevar 45fbe2bdb3 Add expm1() and log1p() for real numbers pirms 2 gadiem
  Sam Hocevar 37d6d2f18a Add a sign() function for real numbers. pirms 4 gadiem
  Sam Hocevar c95c207825 Fix more spacing. pirms 4 gadiem
  Clanmaster21 0261bb0774
Fix spacing pirms 4 gadiem
  Clanmaster21 234b5310c6
Optimisations in arbitrary precision float multiplication pirms 4 gadiem
  Sam Hocevar c19f584e26 Assume a system always has threads unless LOL_NOTHREADS is defined. pirms 4 gadiem
  Sam Hocevar 2c61a5e805 Start working on a new image class. pirms 4 gadiem
  Sam Hocevar db10f5875e Rename narray_view to narray_span and allow creation from a const container. pirms 4 gadiem
  Sam Hocevar c8cd64d207 Add C++11 iterators to narray class. pirms 4 gadiem
  Sam Hocevar cffee479d3 Add narray_view class, similar to std::span for n-dimensional arrays. pirms 4 gadiem
  Sam Hocevar e073082150 Rename arraynd to old_arraynd and create new lol::narray implementation. pirms 4 gadiem
  Sam Hocevar 83370c7293 Fix Windows compilation. pirms 4 gadiem
  Sam Hocevar c97a8c64ba Add <lol/file> to easily read and write files. pirms 4 gadiem
  Sam Hocevar 46f0426ade Update the step and cli11 submodules with custom patches. pirms 4 gadiem
  Sam Hocevar 2f9c6b29f7 Use CLI11 instead of clipp for command line parsing. pirms 4 gadiem
  Sam Hocevar f893fe0188 Add <lol/algo/suffix_array> module that exposes the Step library. pirms 4 gadiem
  Sam Hocevar 035e79c424 Fix lower bit entropy issue with lol::rand(). pirms 4 gadiem
  Sam Hocevar 80481a587c Remove <numeric.h> and <interp.h>, they’re almost unused. pirms 4 gadiem
  Sam Hocevar 10f78b3a45 Update PEGTL submodule. pirms 4 gadiem
  Sam Hocevar 8ce1b6ec9c Fix the LOL_DEBUG environment variable handling logic. pirms 4 gadiem
  Sam Hocevar 42d43c24a7 Update portable file dialogs submodule. pirms 4 gadiem
  Sam Hocevar c806e77280 Minor compilation fixes. pirms 4 gadiem
  Sam Hocevar 7e540d8eff Implement <lol/msg> to replace <lol/base/log.h> in the future. pirms 4 gadiem
  Sam Hocevar b85dc6cd00 Remove workaround for an old threading bug in Visual Studio 2013. pirms 4 gadiem