aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-llaudio/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce NAPacketiser::attach_stream()Kostya Shishkov2024-04-231-0/+1
* fix clippy warningsKostya Shishkov2023-07-266-4/+6
* flacdemux: improve frame bounds searchKostya Shishkov2023-05-181-3/+18
* introduce a way for encoder to manifest its capabilitiesKostya Shishkov2023-03-141-0/+1
* make validate!() print message only in debug buildsKostya Shishkov2022-12-232-0/+10
* switch demuxers to use NAStream::make_ts()Kostya Shishkov2022-11-044-10/+5
* fix some clippy warningsKostya Shishkov2022-09-223-9/+5
* remove tabsKostya Shishkov2021-11-202-61/+61
* annotate the sources for test samplesKostya Shishkov2021-11-2011-0/+11
* add bytes_left() to NAPacketiser so its internal buffer size can be monitoredKostya Shishkov2021-11-191-0/+1
* flacenc: set output packet PTSKostya Shishkov2021-11-181-1/+1
* fix clippy warningsKostya Shishkov2021-11-171-1/+1
* nihav_llaudio: add conditional compilation for modulesKostya Shishkov2021-11-161-0/+8
* add FLAC packetiser and raw stream demuxerKostya Shishkov2021-11-165-2/+496
* flacenc: fix clippy warningsKostya Shishkov2021-11-161-4/+5
* add some description to crates providing (de)coders and (de)muxersKostya Shishkov2021-10-291-0/+1
* use proper audio buffer truncation functionKostya Shishkov2021-10-291-2/+1
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
* simple FLAC encoder and muxerKostya Shishkov2021-10-265-0/+867
* remove trailing whitespacesKostya Shishkov2021-06-031-2/+2
* ape: fix silent block conditionKostya Shishkov2021-06-021-1/+1
* flac: fix header parsing for variable block length caseKostya Shishkov2021-04-131-3/+25
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-043-2/+3
* ape: fix decoding of large value in 3.91-3.98Kostya Shishkov2020-12-251-2/+2
* 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-0513-0/+4488