summaryrefslogtreecommitdiffstats
path: root/nihav-llaudio/src/codecs
Commit message (Collapse)AuthorAgeFilesLines
* Introduce NAPacketiser::attach_stream()Kostya Shishkov2024-04-231-0/+1
| | | | | This allows packetisers to get initial stream information and act on it during parsing process or returning a new stream.
* fix clippy warningsKostya Shishkov2023-07-263-2/+3
|
* introduce a way for encoder to manifest its capabilitiesKostya Shishkov2023-03-141-0/+1
|
* make validate!() print message only in debug buildsKostya Shishkov2022-12-231-0/+5
|
* fix some clippy warningsKostya Shishkov2022-09-221-3/+3
|
* remove tabsKostya Shishkov2021-11-202-61/+61
|
* annotate the sources for test samplesKostya Shishkov2021-11-205-0/+5
|
* 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
|
* add FLAC packetiser and raw stream demuxerKostya Shishkov2021-11-162-2/+297
|
* flacenc: fix clippy warningsKostya Shishkov2021-11-161-4/+5
|
* 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-262-0/+718
|
* ape: fix silent block conditionKostya Shishkov2021-06-021-1/+1
|
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-042-2/+2
|
* 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
|
* 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-071-1/+1
|
* ape: trim filter coefficients to 16-bitKostya Shishkov2020-10-071-0/+1
|
* ape: zero samples in silent framesKostya Shishkov2020-10-031-0/+5
|
* ape: move dotproduct+filter adaptation into a separate functionKostya Shishkov2020-10-031-9/+16
|
* add nihav-llaudio crate with FLAC, Monkey's Audio, TTA and WavPack supportKostya Shishkov2020-09-057-0/+3500