| Commit message (Expand) | Author | Age | Files | Lines |
* | make decoders Send-able | Kostya Shishkov | 2019-11-27 | 7 | -36/+35 |
* | make audio decoder tests write .wav files only by request | Kostya Shishkov | 2019-11-18 | 1 | -1/+1 |
* | add flush() to decoder interface | Kostya Shishkov | 2019-11-09 | 7 | -0/+25 |
* | move zigzag scan to common place | Kostya Shishkov | 2019-07-03 | 4 | -13/+3 |
* | indeo: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 10 | -152/+150 |
* | fix clippy errors | Kostya Shishkov | 2019-05-14 | 1 | -0/+1 |
* | indeo3: fix source buffer | Kostya Shishkov | 2019-05-14 | 1 | -1/+1 |
* | mark traits as dyn | Kostya Shishkov | 2019-05-14 | 6 | -7/+7 |
* | switch to better FFT interface and more flexible FFT implementation | Kostya Shishkov | 2019-05-05 | 1 | -2/+2 |
* | introduce NADecoderSupport and buffer pools | Kostya Shishkov | 2019-05-02 | 6 | -12/+12 |
* | switch NAFrame references to Arc | Kostya Shishkov | 2019-04-29 | 7 | -9/+9 |
* | switch NACodecInfo to Arc | Kostya Shishkov | 2019-04-29 | 6 | -32/+20 |
* | switch to refcounted buffers | Kostya Shishkov | 2019-04-28 | 4 | -6/+6 |
* | move test files into subdirectories | Kostya Shishkov | 2019-03-12 | 6 | -11/+11 |
* | indeo: fix 4x4 blocks decoding | Kostya Shishkov | 2019-03-12 | 1 | -13/+23 |
* | indeo3: fix fill_block8x8 | Kostya Shishkov | 2019-02-18 | 1 | -0/+3 |
* | indeo3: support non-modulo 16 dimensions somewhat | Kostya Shishkov | 2019-02-16 | 1 | -9/+16 |
* | fix allocated buffer mutability after previous commit | Kostya Shishkov | 2019-02-15 | 3 | -3/+3 |
* | remove unused imports | Kostya Shishkov | 2019-01-22 | 3 | -4/+0 |
* | fix the rest of tests | Kostya Shishkov | 2019-01-17 | 8 | -12/+72 |
* | split NihAV into subcrates | Kostya Shishkov | 2019-01-17 | 12 | -0/+7013 |