aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-ms/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-082-0/+394
* 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-096-16/+16
* 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-163-10/+12
* Microsoft RLE decoderKostya Shishkov2020-06-072-0/+323
* 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-303-15/+845
* msvideo1: remove debug leftoverKostya Shishkov2020-05-281-1/+0
* add a crate for common MS formatsKostya Shishkov2020-05-244-0/+626