vp6enc: split out future common parts to share them with VP7 encoder
[nihav.git] / nihav-llaudio /
2021-11-20 Kostya Shishkovremove tabs
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-11-19 Kostya Shishkovadd bytes_left() to NAPacketiser so its internal buffer...
2021-11-18 Kostya Shishkovflacenc: set output packet PTS
2021-11-17 Kostya Shishkovfix clippy warnings
2021-11-16 Kostya Shishkovnihav_llaudio: add conditional compilation for modules
2021-11-16 Kostya Shishkovadd FLAC packetiser and raw stream demuxer
2021-11-16 Kostya Shishkovflacenc: fix clippy warnings
2021-10-29 Kostya Shishkovadd some description to crates providing (de)coders...
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-03 Kostya Shishkovremove trailing whitespaces
2021-06-02 Kostya Shishkovape: fix silent block condition
2021-04-13 Kostya Shishkovflac: fix header parsing for variable block length...
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-25 Kostya Shishkovfix NATimeInfo::time_to_ts()
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 Shishkovtta: report sample-based duration
2020-10-07 Kostya Shishkovape: report sample-based duration
2020-10-07 Kostya Shishkovape: trim filter coefficients to 16-bit
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-10-03 Kostya Shishkovape: allow larger than required seektables in files
2020-10-03 Kostya Shishkovape: zero samples in silent frames
2020-10-03 Kostya Shishkovwavpack: seek to the last frame before skipping frames
2020-10-03 Kostya Shishkovflac: support seeking when no seektable is present
2020-10-03 Kostya Shishkovape: move dotproduct+filter adaptation into a separate...
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-09-05 Kostya Shishkovadd nihav-llaudio crate with FLAC, Monkey's Audio,...