| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | realmedia: output completed frame in mode 0 | Kostya Shishkov | 2018-02-24 | 1 | -1/+8 | |
| * | blockdsp: fix copy-paste error | Kostya Shishkov | 2018-02-05 | 1 | -2/+2 | |
| * | realmedia: break on zero ID chunk | Kostya Shishkov | 2018-02-04 | 1 | -3/+6 | |
| * | 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 | 5 | -3/+2593 | |
| * | io: fix codebook LUT generation corner case | Kostya Shishkov | 2018-02-03 | 1 | -1/+1 | |
| * | fix let mut foo = &mut bar warning | Kostya Shishkov | 2018-02-01 | 13 | -41/+41 | |
| * | 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 | |
| * | rm: silence some warnings | Kostya Shishkov | 2017-11-23 | 1 | -0/+3 | |
| * | RealVideo 1 decoder and RealVideo 2 bitstream parser | Kostya Shishkov | 2017-11-12 | 5 | -1/+1437 | |
| * | do not output files in indeo4 test | Kostya Shishkov | 2017-11-12 | 1 | -1/+1 | |
| * | end rm demux test normally | Kostya Shishkov | 2017-11-12 | 1 | -1/+1 | |
| * | RealVideo 1 decoder | Kostya Shishkov | 2017-10-07 | 5 | -28/+50 | |
| * | tests: use more digits in output picture name | Kostya Shishkov | 2017-10-07 | 1 | -2/+2 | |
| * | RealMedia demuxer (video only) | Kostya Shishkov | 2017-09-24 | 5 | -6/+694 | |
| * | drop unneeded imports | Kostya Shishkov | 2017-09-24 | 2 | -4/+4 | |
| * | demuxer: drop opened field, let the external Demuxer object take care of that | Kostya Shishkov | 2017-08-27 | 2 | -10/+0 | |
| * | indeo4: no need to panic | Kostya Shishkov | 2017-08-13 | 1 | -1/+1 | |
| * | update TODO | Kostya Shishkov | 2017-08-13 | 1 | -5/+13 | |
| * | demuxer: use new interface | Kostya Shishkov | 2017-08-13 | 4 | -70/+168 | |
| * | remove unused import | Kostya Shishkov | 2017-08-13 | 1 | -1/+1 | |
| * | io: mark some bitstream reading functions as inline | Kostya Shishkov | 2017-08-12 | 2 | -0/+9 | |
| * | indeo: optimise some routines | Kostya Shishkov | 2017-08-12 | 2 | -61/+158 | |
| * | indeo4: faster recombine_plane | Kostya Shishkov | 2017-08-12 | 1 | -5/+63 | |
| * | indeo4: typo | Kostya Shishkov | 2017-08-02 | 1 | -1/+1 | |
| * | indeo4: backwards MV should be stored as MV1, not MV2 | Kostya Shishkov | 2017-08-02 | 1 | -4/+2 | |
| * | ivi: fix off-by-one shift | Kostya Shishkov | 2017-08-02 | 1 | -1/+1 | |
