Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | h263+rv20: use modified dquant and chroma quant | Kostya Shishkov | 2018-12-08 | 4 | -12/+35 |
* | fix trailing whitespace | Kostya Shishkov | 2018-10-28 | 1 | -1/+1 |
* | AAC-LC decoder | Kostya Shishkov | 2018-10-27 | 2 | -0/+1772 |
* | dsp: make IDCT (un)scaled | Kostya Shishkov | 2018-10-27 | 2 | -2/+2 |
* | cook: force mono mode for v1 | Kostya Shishkov | 2018-10-20 | 1 | -0/+1 |
* | trailing whitespace fixes | Kostya Shishkov | 2018-10-19 | 17 | -22/+20 |
* | remove panics in working tests | Kostya Shishkov | 2018-10-19 | 2 | -2/+2 |
* | ATRAC3 decoder | Kostya Shishkov | 2018-10-19 | 2 | -0/+769 |
* | RealAudio Lossless decoder | Kostya Shishkov | 2018-10-13 | 3 | -1/+10382 |
* | Cook decoder | Kostya Shishkov | 2018-10-11 | 3 | -1/+1129 |
* | ts102366: small fixes | Kostya Shishkov | 2018-09-22 | 1 | -3/+52 |
* | RealAudio DNET decoder | Kostya Shishkov | 2018-09-21 | 2 | -0/+1489 |
* | Sipro ACELP.net decoder | Kostya Shishkov | 2018-09-08 | 2 | -0/+1588 |
* | rv34: remove debug cruft | Kostya Shishkov | 2018-09-08 | 2 | -54/+4 |
* | ra14.4: consistency fix | Kostya Shishkov | 2018-09-06 | 1 | -1/+1 |
* | RealAudio 1/2: update tests | Kostya Shishkov | 2018-09-06 | 2 | -2/+2 |
* | rv10: fix MV prediction and remove some cruft | Kostya Shishkov | 2018-09-06 | 2 | -21/+19 |
* | RealAudio 14.4 and 28.8 decoders | Kostya Shishkov | 2018-09-05 | 4 | -1/+2644 |
* | RealVideo 3 and 4 decoder | Kostya Shishkov | 2018-09-01 | 10 | -2/+8885 |
* | codecs: make IPB shuffler provide non-confusing references for B-frames | Kostya Shishkov | 2018-09-01 | 1 | -0/+16 |
* | move MV stuff to codecs | Kostya Shishkov | 2018-05-05 | 2 | -69/+80 |
* | indeo3: drop unneeded parentheses | Kostya Shishkov | 2018-04-28 | 1 | -1/+1 |
* | rv20: silence unused argument | Kostya Shishkov | 2018-02-28 | 1 | -1/+1 |
* | h263: better PB-frame reconstruction (for Intel263) | Kostya Shishkov | 2018-02-28 | 3 | -35/+75 |
* | h263: fix timestamp difference calculcation | Kostya Shishkov | 2018-02-24 | 1 | -1/+2 |
* | clearvideo: do not output images in test, the decoder works | Kostya Shishkov | 2018-02-24 | 1 | -1/+1 |
* | rv20: remove debug prints | Kostya Shishkov | 2018-02-24 | 1 | -14/+1 |
* | realvideo2: fix dequant for I-frames | Kostya Shishkov | 2018-02-24 | 1 | -1/+1 |
* | h263: update num_mv2 in set_mv2() | Kostya Shishkov | 2018-02-24 | 1 | -1/+2 |
* | h263: add missing calls for backward MV predictor keeper | Kostya Shishkov | 2018-02-24 | 1 | -0/+9 |
* | blockdsp: fix copy-paste error | Kostya Shishkov | 2018-02-05 | 1 | -2/+2 |
* | clearvideo: implement skip frame | Kostya Shishkov | 2018-02-04 | 1 | -0/+8 |
* | ClearVideo reconstruction fixes + drop debug | Kostya Shishkov | 2018-02-04 | 1 | -56/+36 |
* | semi-working ClearVideo decoder | Kostya Shishkov | 2018-02-03 | 2 | -0/+2588 |
* | fix let mut foo = &mut bar warning | Kostya Shishkov | 2018-02-01 | 9 | -37/+37 |
* | h263: decoder should use BlockDSP interface | Kostya Shishkov | 2017-12-03 | 1 | -5/+5 |
* | h263: improve B-frames a bit more | Kostya Shishkov | 2017-12-02 | 2 | -34/+58 |
* | h263: improve B-frame decoding; improve RV2 decoding too | Kostya Shishkov | 2017-12-02 | 6 | -75/+206 |
* | rv20: B-frame parsing | Kostya Shishkov | 2017-11-28 | 1 | -3/+49 |
* | h263: improve slice state a bit plus report proper frame type | Kostya Shishkov | 2017-11-28 | 2 | -6/+30 |
* | h263: B-frame data | Kostya Shishkov | 2017-11-28 | 1 | -0/+25 |
* | h263: track first line state too | Kostya Shishkov | 2017-11-27 | 2 | -5/+9 |
* | h263: make is_gob a part of init | Kostya Shishkov | 2017-11-27 | 5 | -13/+8 |
* | rv20: .unwrap() -> ? | Kostya Shishkov | 2017-11-26 | 1 | -44/+44 |
* | rv20: fix RPR | Kostya Shishkov | 2017-11-26 | 1 | -5/+5 |
* | rv20: use proper DC quant in AIC mode | Kostya Shishkov | 2017-11-26 | 2 | -3/+15 |
* | rv2: read AIC prediction flag | Kostya Shishkov | 2017-11-25 | 1 | -15/+29 |
* | h263: implement coefficient prediction for AIC | Kostya Shishkov | 2017-11-25 | 3 | -12/+142 |
* | i263: do not output data | Kostya Shishkov | 2017-11-25 | 1 | -1/+1 |
* | h263: rework decoder interfaces | Kostya Shishkov | 2017-11-23 | 6 | -580/+343 |