Histórico de Commits

Autor SHA1 Mensagem Data
  kleines Filmröllchen 1ee2091b2d LibAudio: Support FLAC files with unknown amount of samples há 2 anos atrás
  kleines Filmröllchen b2a018ee59 LibAudio: Use specified bit depth directly há 2 anos atrás
  kleines Filmröllchen 0cd0565abc LibAudio: Improve FLAC seeking há 2 anos atrás
  kleines Filmröllchen a8963a270f LibAudio: Detect and read FLAC metadata há 2 anos atrás
  Tim Schumacher 424df62b00 LibAudio: Read FLAC MD5 directly into the class member há 2 anos atrás
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} há 2 anos atrás
  kleines Filmröllchen 264cc76ab4 LibAudio: Move audio stream buffering into the loader há 2 anos atrás
  Dan Klishch 882dcfaddb AK+LibAudio: Remove UFixedBigInt::my_size há 2 anos atrás
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages há 2 anos atrás
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` há 2 anos atrás
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace há 2 anos atrás
  Tim Schumacher 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` há 2 anos atrás
  Tim Schumacher fa09152e23 AK: Remove the fallible constructor from `BigEndianInputBitStream` há 2 anos atrás
  Tim Schumacher 093cf428a3 AK: Move memory streams from `LibCore` há 2 anos atrás
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` há 2 anos atrás
  Tim Schumacher 5f2ea31816 AK: Move `Handle` from `LibCore` and name it `MaybeOwned` há 2 anos atrás
  Linus Groh ee0297d9ec LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods há 2 anos atrás
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString há 2 anos atrás
  Tim Schumacher c6d71ca727 LibCore: Rename `MemoryStream` to `FixedMemoryStream` há 2 anos atrás
  Tim Schumacher f909cfbe75 LibCore: Use the new `Handle` type for the `BitStream` types há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Tim Schumacher 312a41fddf LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streams há 2 anos atrás
  Tim Schumacher c57be0f474 LibAudio: Switch LoaderPlugin to a more traditional constructor pattern há 2 anos atrás
  Lucas CHOLLET 2ddcfcb00f LibAudio: Parse the picture metadata block há 2 anos atrás
  Lucas CHOLLET 706638a0d0 LibAudio: Explicitly support Application metadata block type há 2 anos atrás
  Lucas CHOLLET 95968705ce LibAudio: Explicitly support Padding metadata block type há 2 anos atrás
  Lucas CHOLLET c837a1a8de LibAudio: Factorize stream initialisation to base class `LoaderPlugin` há 2 anos atrás
  Lucas CHOLLET 597a614ce6 LibAudio: Remove the last occurrence of `Core::File` in the Flac plugin há 2 anos atrás
  Karol Kosek fe60459353 LibAudio: Seek to the first frame on reset in FLAC há 3 anos atrás
  Karol Kosek 2878ad681e LibAudio: Read FLAC Metadata blocks larger than the buffer size há 3 anos atrás