aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-llaudio
Commit message (Expand)AuthorAgeFilesLines
* maximum FLAC order is 32Kostya Shishkov2020-11-281-2/+2
* fix NATimeInfo::time_to_ts()Kostya Shishkov2020-10-251-1/+1
* ape: switch large filter to 16-bit data and add x86_64 optimisationKostya Shishkov2020-10-121-8/+74
* wavpack: ignore ext_int flag when comparing headersKostya Shishkov2020-10-072-2/+2
* tta: report sample-based durationKostya Shishkov2020-10-071-1/+4
* ape: report sample-based durationKostya Shishkov2020-10-071-1/+4
* ape: trim filter coefficients to 16-bitKostya Shishkov2020-10-071-0/+1
* introduce stream and container durationKostya Shishkov2020-10-044-4/+8
* ape: allow larger than required seektables in filesKostya Shishkov2020-10-031-1/+1
* ape: zero samples in silent framesKostya Shishkov2020-10-031-0/+5
* wavpack: seek to the last frame before skipping framesKostya Shishkov2020-10-031-0/+2
* flac: support seeking when no seektable is presentKostya Shishkov2020-10-031-51/+127
* ape: move dotproduct+filter adaptation into a separate functionKostya Shishkov2020-10-031-9/+16
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-271-1/+1
* add nihav-llaudio crate with FLAC, Monkey's Audio, TTA and WavPack supportKostya Shishkov2020-09-0514-0/+4517