| Commit message (Expand) | Author | Age | Files | Lines |
* | fix some clippy warnings | Kostya Shishkov | 2022-09-22 | 3 | -14/+14 |
* | annotate the sources for test samples | Kostya Shishkov | 2021-11-20 | 6 | -0/+7 |
* | add enabling/disabling features for files with both encoder and decoder | Kostya Shishkov | 2021-11-17 | 1 | -0/+11 |
* | add some description to crates providing (de)coders and (de)muxers | Kostya Shishkov | 2021-10-29 | 1 | -0/+1 |
* | replace vec.truncate(0) with vec.clear() | Kostya Shishkov | 2021-10-29 | 1 | -1/+1 |
* | msvideo1enc: fix corner case in box split condition | Kostya Shishkov | 2021-10-18 | 1 | -2/+2 |
* | ms/imaadpcmenc: disable encoding to file in tests | Kostya Shishkov | 2021-10-18 | 1 | -1/+1 |
* | add MS variant of IMA ADPCM encoder | Kostya Shishkov | 2021-08-08 | 3 | -1/+396 |
* | MS ADPCM encoder: fix test after sound conversion fixes | Kostya Shishkov | 2021-08-08 | 1 | -1/+1 |
* | make encoder test functions accept encoder-specific options | Kostya Shishkov | 2021-08-08 | 2 | -3/+3 |
* | msvideo1enc: speed-up encoding a bit | Kostya Shishkov | 2021-06-27 | 1 | -24/+63 |
* | msvideo1enc: get rid of small repeated allocation | Kostya Shishkov | 2021-06-26 | 1 | -2/+4 |
* | fix clippy warnings for update to rustc 1.46 | Kostya Shishkov | 2021-04-04 | 2 | -3/+3 |
* | msvideo1enc: update test after changes in vector quantiser | Kostya Shishkov | 2020-10-04 | 1 | -1/+1 |
* | introduce stream and container duration | Kostya Shishkov | 2020-10-04 | 2 | -2/+2 |
* | remove trailing whitespace | Kostya Shishkov | 2020-07-10 | 1 | -2/+1 |
* | rename register_all_codecs to register_all_decoders | Kostya Shishkov | 2020-07-09 | 7 | -17/+17 |
* | make HAMShuffler generic | Kostya Shishkov | 2020-06-16 | 2 | -33/+3 |
* | msvideo1enc: switch to MD5-based test | Kostya Shishkov | 2020-06-16 | 1 | -2/+4 |
* | msadpcmenc: switch to MD5-based test | Kostya Shishkov | 2020-06-16 | 1 | -1/+2 |
* | ms: fix or silence clippy warnings | Kostya Shishkov | 2020-06-16 | 4 | -10/+15 |
* | Microsoft RLE decoder | Kostya Shishkov | 2020-06-07 | 3 | -1/+325 |
* | add declared bitdepth to NAVideoInfo | Kostya Shishkov | 2020-06-07 | 1 | -0/+1 |
* | msadpcm: fix test after sample order change | Kostya Shishkov | 2020-06-06 | 1 | -1/+1 |
* | remove trailing whitespaces | Kostya Shishkov | 2020-06-06 | 2 | -3/+3 |
* | msvideo1enc: add keyframe interval option | Kostya Shishkov | 2020-06-06 | 1 | -4/+32 |
* | set stream number in encoders too | Kostya Shishkov | 2020-06-05 | 2 | -2/+6 |
* | copy encoding parameters from the reference when negotiating the format | Kostya Shishkov | 2020-06-05 | 2 | -2/+2 |
* | introduce option handling for decoders | Kostya Shishkov | 2020-06-01 | 3 | -0/+18 |
* | introduce option handling for encoders | Kostya Shishkov | 2020-05-31 | 2 | -0/+12 |
* | MS Video 1 16-bit encoder and MS ADPCM encoder | Kostya Shishkov | 2020-05-30 | 5 | -17/+853 |
* | msvideo1: remove debug leftover | Kostya Shishkov | 2020-05-28 | 1 | -1/+0 |
* | add a crate for common MS formats | Kostya Shishkov | 2020-05-24 | 6 | -0/+659 |