summaryrefslogtreecommitdiff
path: root/src/codecs
AgeCommit message (Expand)Author
2025-08-15Merge pull request 'DrFlacDecoder: use internal RAM instead of SPIRAM' (#306)...cooljqln
2025-08-04Add support for the `SetPreambleFinished` hint in the WavPack decoderayumi
2025-08-01Preliminary ALAC supportayumi
2025-07-01Increase size of sample count fields in MP3 decoder (fixes #408)ailurux
2025-04-24Utilise more than one bit of the entropy returned by komihash before requesti...ayumi
2025-04-23Avoid branching up to two times per sample in the WavPack decoder.ayumi
2025-04-23Make WavPack seeking fasterayumi
2025-04-14Allow the WavPack’s output buffer to be optionally allocated in IRAMayumi
2025-03-24DrFlacDecoder: use internal RAM instead of SPIRAMBe
2025-03-13Add WavPack supportayumi
2025-01-13Skip gap samples in MP3 decodingTom Kirchner
2025-01-11Extract gapless info from MP3 LAME headerTom Kirchner
2025-01-11Handle optional frames field in bytes offset of MP3 headerTom Kirchner
2025-01-11Check for frames/bytes/TOC in CBR as wellTom Kirchner
2025-01-11Rename VbrInfo to Mp3InfoTom Kirchner
2025-01-08Add bitrate infoTom Kirchner
2024-09-26Empty the buffer when we seek mp3 filesailurux
2024-09-23Implement VBR seeking based off TOCailurux
2024-09-23Improve seeking for constant bitrate mp3ailurux
2024-09-12Clean up some tts logging and descriptionsjacqueline
2024-08-28Delete unused half readmejacqueline
2024-07-22Continue decoding even if OV_HOLE is returnedailurux
2024-05-16Add a 'decoder' for streams already in our native formatjacqueline
2024-05-02move driver includes into a subdir as welljacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-04-22Add support for 64-bit float wav filesailurux
2024-02-29Remove unused 'SeekTo' method on codecsjacqueline
2024-02-29Use drflac instead of miniflacjacqueline
2024-02-28basic working flac and mp3 seekingjacqueline
2024-02-22WIP: Flac not working-- coming back to this laterailurux
2024-02-16Vorbis seeking implailurux
2024-02-16Merge branch 'main' into seek-supportailurux
2024-02-16WIP: Vorbis seekingailurux
2024-02-16Opus seeking implailurux
2024-02-16WIP: seeking in lua exampleailurux
2024-02-16Seeking working with hardcoded event, wav onlyailurux
2024-02-15Added offset for track seeking, wav impl. only rnailurux
2024-02-14Cram one of the flac samples buffers into internal ramjacqueline
2024-02-14Switch to the lowmem tremor branchjacqueline
2024-02-13fix (improve?) libtremor strangenessjacqueline
2024-01-31Handle read errors properlyjacqueline
2024-01-19fix issue with unclipped ditherjacqueline
2024-01-18on second thought, let's not violate patents. 'tis a silly system.jacqueline
2024-01-18calculate length for CBR mp3 filesjacqueline
2024-01-11wav-codec (#13)ailurux
2024-01-10Add faad2 for aac decodingjacqueline
2023-12-20Fix some dither clipping issuesjacqueline
2023-12-19Add dither when requantising >16 bit samplesjacqueline
2023-12-19Fix sample::FromSigned to not shift by a negative amountjacqueline
2023-12-19replace foxenflac with miniflacjacqueline