| Commit message (Expand) | Author | Age | Files | Lines |
* | cook: build multichannel map | Kostya Shishkov | 2021-04-05 | 1 | -0/+1 |
* | use MaybeUninit properly | Kostya Shishkov | 2021-04-05 | 1 | -12/+16 |
* | fix clippy warnings for update to rustc 1.46 | Kostya Shishkov | 2021-04-04 | 10 | -17/+18 |
* | introduce stream and container duration | Kostya Shishkov | 2020-10-04 | 1 | -13/+34 |
* | fix some warnings (unneeded parentheses, missing dyn keyword) | Kostya Shishkov | 2020-09-27 | 3 | -6/+6 |
* | rename register_all_codecs to register_all_decoders | Kostya Shishkov | 2020-07-09 | 11 | -21/+21 |
* | use NATimePoint for seeking | Kostya Shishkov | 2020-07-09 | 1 | -3/+3 |
* | realmedia: fix or silence clippy warnings | Kostya Shishkov | 2020-06-16 | 10 | -29/+37 |
* | rv60: switch to MD5-based test | Kostya Shishkov | 2020-06-11 | 1 | -2/+15 |
* | rv60: fix neighbourhood check | Kostya Shishkov | 2020-06-11 | 1 | -1/+1 |
* | rmdemux: support index version 2 | Kostya Shishkov | 2020-06-11 | 1 | -4/+14 |
* | rv6: add frame skipping option | Kostya Shishkov | 2020-06-11 | 1 | -4/+55 |
* | introduce option handling for decoders | Kostya Shishkov | 2020-06-01 | 9 | -0/+55 |
* | introduce option handling for demuxers | Kostya Shishkov | 2020-05-31 | 1 | -0/+18 |
* | rv10: remove invalid chroma DC code -128 | Kostya Shishkov | 2020-04-11 | 1 | -2/+2 |
* | rv20: update hashes after loopfilter bugfix | Kostya Shishkov | 2020-04-08 | 1 | -5/+5 |
* | rv10: switch to MD5-based tests | Kostya Shishkov | 2020-04-07 | 1 | -2/+37 |
* | rv10: do not use modified chroma quantizer | Kostya Shishkov | 2020-04-07 | 1 | -1/+0 |
* | rv10: remove debug statements | Kostya Shishkov | 2020-04-07 | 1 | -9/+0 |
* | rv10: new versions are all above zero | Kostya Shishkov | 2020-04-07 | 1 | -1/+1 |
* | rv10: check quantiser | Kostya Shishkov | 2020-04-07 | 1 | -0/+3 |
* | rv10: use OBMC if the codec flavour requires it | Kostya Shishkov | 2020-04-07 | 1 | -0/+3 |
* | switch h263 decoder to take options as flags | Kostya Shishkov | 2020-04-06 | 1 | -1/+1 |
* | rv10: fix coefficient quantisation | Kostya Shishkov | 2020-04-04 | 1 | -2/+11 |
* | rv20: do not ignore deblocking flag | Kostya Shishkov | 2020-04-04 | 1 | -10/+14 |
* | rv20: fix decoding with RPR present | Kostya Shishkov | 2020-04-04 | 1 | -13/+20 |
* | rv20: validate slice start | Kostya Shishkov | 2020-04-04 | 1 | -0/+1 |
* | rmdemux: check that slice data fits into the frame | Kostya Shishkov | 2020-04-03 | 1 | -4/+6 |
* | rv20: switch to MD5-based test | Kostya Shishkov | 2020-04-03 | 1 | -2/+24 |
* | h263-based codecs: use proper motion compensation | Kostya Shishkov | 2020-04-03 | 1 | -8/+52 |
* | rv20: fix coefficient quantisation | Kostya Shishkov | 2020-04-03 | 1 | -4/+12 |
* | rv20: use codec-specific IDCT | Kostya Shishkov | 2020-04-02 | 1 | -4/+77 |
* | rv20: calculate proper frame timestamps | Kostya Shishkov | 2020-04-02 | 1 | -1/+22 |
* | rv30: switch to MD5-based tests | Kostya Shishkov | 2020-03-24 | 1 | -4/+20 |
* | rv40: switch to MD5-based tests | Kostya Shishkov | 2020-03-24 | 1 | -4/+20 |
* | realmedia/rv3040: update DC quant for inter macroblocks too | Kostya Shishkov | 2020-03-24 | 1 | -0/+1 |
* | realmedia/rv3040: handle slice headers for inter frames with missing references | Kostya Shishkov | 2020-03-24 | 1 | -0/+6 |
* | realmedia/rv40dsp: hopefully fix deblocking conditions and parameters | Kostya Shishkov | 2020-03-24 | 1 | -31/+102 |
* | make edge_emu() accept block alignment | Kostya Shishkov | 2020-03-24 | 3 | -6/+6 |
* | realmedia/rv40dsp: fix typos in loop filters | Kostya Shishkov | 2020-03-23 | 1 | -7/+7 |
* | realmedia/rv40dsp: fix strong deblock filter clipping | Kostya Shishkov | 2020-03-23 | 1 | -1/+1 |
* | realmedia/rv40dsp: fix 3,3 luma motion interpolation | Kostya Shishkov | 2020-03-23 | 1 | -2/+17 |
* | realmedia/rv3040: pass mb_h into loop filter | Kostya Shishkov | 2020-03-23 | 3 | -5/+5 |
* | realmedia/rv3040: ignore slices with wrong headers | Kostya Shishkov | 2020-03-11 | 1 | -3/+16 |
* | ralf: switch to MD5-based test | Kostya Shishkov | 2020-02-23 | 1 | -3/+2 |
* | fix import crate for codec tests | Kostya Shishkov | 2020-02-21 | 9 | -9/+9 |
* | fix re-exports of crate submodules | Kostya Shishkov | 2020-02-20 | 1 | -2/+2 |
* | split nihav-codec-support crate from nihav-core | Kostya Shishkov | 2020-02-20 | 12 | -18/+28 |
* | make all codec crates export just register_all functions and document them | Kostya Shishkov | 2020-02-17 | 12 | -20/+27 |
* | remove trailing whitespaces | Kostya Shishkov | 2020-02-11 | 3 | -4/+4 |