Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indeo3: support mid-stream frame size change | Kostya Shishkov | 2019-12-14 | 1 | -3/+4 |
* | indeo5: switch to MD5-based testing | Kostya Shishkov | 2019-12-14 | 1 | -3/+103 |
* | indeo/ivi: restore erroneously deleted chunk | Kostya Shishkov | 2019-12-14 | 1 | -0/+3 |
* | indeo4: use MD5-based testing | Kostya Shishkov | 2019-12-14 | 1 | -2/+30 |
* | indeo/ivi: init codebook for transparency plane | Kostya Shishkov | 2019-12-13 | 1 | -0/+1 |
* | indeo/ivi: fix reference selection | Kostya Shishkov | 2019-12-13 | 1 | -4/+1 |
* | indeo/ivi: fix motion compensation routine | Kostya Shishkov | 2019-12-13 | 1 | -2/+2 |
* | indeo/ivi: use tiles without references | Kostya Shishkov | 2019-12-11 | 1 | -9/+11 |
* | indeo3: switch test to frame hashes | Kostya Shishkov | 2019-12-07 | 1 | -1/+13 |
* | indeo3: add reference requantisation | Kostya Shishkov | 2019-12-07 | 1 | -3/+40 |
* | indeo3: handle skip frames | Kostya Shishkov | 2019-12-07 | 1 | -0/+6 |
* | indeo3: various small fixes | Kostya Shishkov | 2019-12-07 | 1 | -16/+22 |
* | indeo3: flip buffers instead of selecting | Kostya Shishkov | 2019-12-07 | 1 | -80/+34 |
* | indeo2: use frame hashes for testing | Kostya Shishkov | 2019-11-30 | 1 | -1/+13 |
* | indeo2: swap chroma planes | Kostya Shishkov | 2019-11-30 | 1 | -2/+4 |
* | 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 |