Commit History

作者 SHA1 備註 提交日期
  Tim Ledbetter d186582d30 LibAudio: Avoid UAF when loading WAV metadata 1 年之前
  kleines Filmröllchen 64598473cc LibRIFF: Rework to match LibGfx needs 1 年之前
  kleines Filmröllchen d125d16287 LibAudio+LibRIFF: Move general RIFF handling to LibRIFF 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  kleines Filmröllchen 34978b364b LibAudio: Understand album (IPRD) metadata in WAV 1 年之前
  Sam Atkins 0a9fa85e86 LibAudio: Use ReadonlyBytes instead of Bytes for buffer parameters 2 年之前
  Nico Weber 5619bb3e04 LibAudio: Stop using and remove LOADER_TRY 2 年之前
  kleines Filmröllchen 5f1dbbaaa6 LibAudio: Extract loader stream creation from the plugins 2 年之前
  Daniel b10c87d31e LibAudio: Remove redundant checks in WavLoader 2 年之前
  kleines Filmröllchen 9e496a96a6 LibAudio: Load WAV metadata 2 年之前
  kleines Filmröllchen 70970b2fa9 LibAudio: Modernize WAV loader 2 年之前
  Lucas CHOLLET 8c34959b53 AK: Add the `Input` word to input-only buffered streams 2 年之前
  Tim Schumacher a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2 年之前
  kleines Filmröllchen 264cc76ab4 LibAudio: Move audio stream buffering into the loader 2 年之前
  Tim Schumacher 8331d7cd82 LibAudio: Use the proper functions to read WAV samples 2 年之前
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 年之前
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 年之前
  Tim Schumacher 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` 2 年之前
  Tim Schumacher 093cf428a3 AK: Move memory streams from `LibCore` 2 年之前
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 年之前
  Linus Groh ee0297d9ec LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods 2 年之前
  Linus Groh 9c08bb9555 AK: Remove `try_` prefix from FixedArray creation functions 2 年之前
  Tim Schumacher c6d71ca727 LibCore: Rename `MemoryStream` to `FixedMemoryStream` 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Tim Schumacher 312a41fddf LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streams 2 年之前
  Tim Schumacher c57be0f474 LibAudio: Switch LoaderPlugin to a more traditional constructor pattern 2 年之前
  Lucas CHOLLET c837a1a8de LibAudio: Factorize stream initialisation to base class `LoaderPlugin` 2 年之前
  Lucas CHOLLET f028930033 LibAudio: Remove the last occurrence of `Core::File` in the Wav plugin 2 年之前
  kleines Filmröllchen e6ea49d10b LibAudio: Fix 24-bit PCM rescaling 2 年之前
  kleines Filmröllchen 5f71c81e1b LibAudio: Correctly rescale 8-bit PCM samples 2 年之前