aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-ms
Commit message (Expand)AuthorAgeFilesLines
* fix some clippy warningsKostya Shishkov2022-09-223-14/+14
* annotate the sources for test samplesKostya Shishkov2021-11-206-0/+7
* add enabling/disabling features for files with both encoder and decoderKostya Shishkov2021-11-171-0/+11
* add some description to crates providing (de)coders and (de)muxersKostya Shishkov2021-10-291-0/+1
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
* msvideo1enc: fix corner case in box split conditionKostya Shishkov2021-10-181-2/+2
* ms/imaadpcmenc: disable encoding to file in testsKostya Shishkov2021-10-181-1/+1
* add MS variant of IMA ADPCM encoderKostya Shishkov2021-08-083-1/+396
* MS ADPCM encoder: fix test after sound conversion fixesKostya Shishkov2021-08-081-1/+1
* make encoder test functions accept encoder-specific optionsKostya Shishkov2021-08-082-3/+3
* msvideo1enc: speed-up encoding a bitKostya Shishkov2021-06-271-24/+63
* msvideo1enc: get rid of small repeated allocationKostya Shishkov2021-06-261-2/+4
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-042-3/+3
* msvideo1enc: update test after changes in vector quantiserKostya Shishkov2020-10-041-1/+1
* introduce stream and container durationKostya Shishkov2020-10-042-2/+2
* remove trailing whitespaceKostya Shishkov2020-07-101-2/+1
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-097-17/+17
* make HAMShuffler genericKostya Shishkov2020-06-162-33/+3
* msvideo1enc: switch to MD5-based testKostya Shishkov2020-06-161-2/+4
* msadpcmenc: switch to MD5-based testKostya Shishkov2020-06-161-1/+2
* ms: fix or silence clippy warningsKostya Shishkov2020-06-164-10/+15
* Microsoft RLE decoderKostya Shishkov2020-06-073-1/+325
* add declared bitdepth to NAVideoInfoKostya Shishkov2020-06-071-0/+1
* msadpcm: fix test after sample order changeKostya Shishkov2020-06-061-1/+1
* remove trailing whitespacesKostya Shishkov2020-06-062-3/+3
* msvideo1enc: add keyframe interval optionKostya Shishkov2020-06-061-4/+32
* set stream number in encoders tooKostya Shishkov2020-06-052-2/+6
* copy encoding parameters from the reference when negotiating the formatKostya Shishkov2020-06-052-2/+2
* introduce option handling for decodersKostya Shishkov2020-06-013-0/+18
* introduce option handling for encodersKostya Shishkov2020-05-312-0/+12
* MS Video 1 16-bit encoder and MS ADPCM encoderKostya Shishkov2020-05-305-17/+853
* msvideo1: remove debug leftoverKostya Shishkov2020-05-281-1/+0
* add a crate for common MS formatsKostya Shishkov2020-05-246-0/+659