aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-llaudio/src/demuxers
Commit message (Expand)AuthorAgeFilesLines
* fix clippy warningsKostya Shishkov2023-07-263-2/+3
* flacdemux: improve frame bounds searchKostya Shishkov2023-05-181-3/+18
* make validate!() print message only in debug buildsKostya Shishkov2022-12-231-0/+5
* switch demuxers to use NAStream::make_ts()Kostya Shishkov2022-11-044-10/+5
* fix some clippy warningsKostya Shishkov2022-09-222-6/+2
* annotate the sources for test samplesKostya Shishkov2021-11-205-0/+5
* fix clippy warningsKostya Shishkov2021-11-171-1/+1
* add FLAC packetiser and raw stream demuxerKostya Shishkov2021-11-162-0/+197
* remove trailing whitespacesKostya Shishkov2021-06-031-2/+2
* flac: fix header parsing for variable block length caseKostya Shishkov2021-04-131-3/+25
* fix NATimeInfo::time_to_ts()Kostya Shishkov2020-10-251-1/+1
* wavpack: ignore ext_int flag when comparing headersKostya Shishkov2020-10-071-1/+1
* tta: report sample-based durationKostya Shishkov2020-10-071-1/+4
* ape: report sample-based durationKostya Shishkov2020-10-071-1/+4
* introduce stream and container durationKostya Shishkov2020-10-044-4/+8
* ape: allow larger than required seektables in filesKostya Shishkov2020-10-031-1/+1
* 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
* 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-055-0/+978