add FLAC packetiser and raw stream demuxer
[nihav.git] / nihav-llaudio / src / codecs /
2021-11-16 Kostya Shishkovadd FLAC packetiser and raw stream demuxer
2021-11-16 Kostya Shishkovflacenc: fix clippy warnings
2021-10-29 Kostya Shishkovuse proper audio buffer truncation function
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-10-26 Kostya Shishkovsimple FLAC encoder and muxer
2021-06-02 Kostya Shishkovape: fix silent block condition
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-12-25 Kostya Shishkovape: fix decoding of large value in 3.91-3.98
2020-11-28 Kostya Shishkovmaximum FLAC order is 32
2020-10-12 Kostya Shishkovape: switch large filter to 16-bit data and add x86_64...
2020-10-07 Kostya Shishkovwavpack: ignore ext_int flag when comparing headers
2020-10-07 Kostya Shishkovape: trim filter coefficients to 16-bit
2020-10-03 Kostya Shishkovape: zero samples in silent frames
2020-10-03 Kostya Shishkovape: move dotproduct+filter adaptation into a separate...
2020-09-05 Kostya Shishkovadd nihav-llaudio crate with FLAC, Monkey's Audio,...