mpegaudio: make packetiser checks less verbose
[nihav.git] / nihav-ms /
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-11-17 Kostya Shishkovadd enabling/disabling features for files with both...
2021-10-29 Kostya Shishkovadd some description to crates providing (de)coders...
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-10-18 Kostya Shishkovmsvideo1enc: fix corner case in box split condition
2021-10-18 Kostya Shishkovms/imaadpcmenc: disable encoding to file in tests
2021-08-08 Kostya Shishkovadd MS variant of IMA ADPCM encoder
2021-08-08 Kostya ShishkovMS ADPCM encoder: fix test after sound conversion fixes
2021-08-08 Kostya Shishkovmake encoder test functions accept encoder-specific...
2021-06-27 Kostya Shishkovmsvideo1enc: speed-up encoding a bit
2021-06-26 Kostya Shishkovmsvideo1enc: get rid of small repeated allocation
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-10-04 Kostya Shishkovmsvideo1enc: update test after changes in vector quantiser
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-07-10 Kostya Shishkovremove trailing whitespace
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-16 Kostya Shishkovmake HAMShuffler generic
2020-06-16 Kostya Shishkovmsvideo1enc: switch to MD5-based test
2020-06-16 Kostya Shishkovmsadpcmenc: switch to MD5-based test
2020-06-16 Kostya Shishkovms: fix or silence clippy warnings
2020-06-07 Kostya ShishkovMicrosoft RLE decoder
2020-06-07 Kostya Shishkovadd declared bitdepth to NAVideoInfo
2020-06-06 Kostya Shishkovmsadpcm: fix test after sample order change
2020-06-06 Kostya Shishkovremove trailing whitespaces
2020-06-06 Kostya Shishkovmsvideo1enc: add keyframe interval option
2020-06-05 Kostya Shishkovset stream number in encoders too
2020-06-05 Kostya Shishkovcopy encoding parameters from the reference when negoti...
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-05-31 Kostya Shishkovintroduce option handling for encoders
2020-05-30 Kostya ShishkovMS Video 1 16-bit encoder and MS ADPCM encoder
2020-05-28 Kostya Shishkovmsvideo1: remove debug leftover
2020-05-24 Kostya Shishkovadd a crate for common MS formats