Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rmdec: more deinterleavers work | Kostya Shishkov | 2018-09-06 | 1 | -9/+57 | |
| | ||||||
* | RealAudio 14.4 and 28.8 decoders | Kostya Shishkov | 2018-09-05 | 4 | -1/+2644 | |
| | ||||||
* | rm: more deinterleaver work | Kostya Shishkov | 2018-09-05 | 2 | -5/+55 | |
| | ||||||
* | io: make writer consume outputter | Kostya Shishkov | 2018-09-05 | 2 | -7/+7 | |
| | ||||||
* | frame: treat single-channel audio as planar too if possible | Kostya Shishkov | 2018-09-05 | 1 | -1/+1 | |
| | ||||||
* | rmdec: parse audio information | Kostya Shishkov | 2018-09-04 | 1 | -10/+235 | |
| | ||||||
* | [test] use frame PTS instead of packet when available | Kostya Shishkov | 2018-09-01 | 1 | -2/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | rmdemux: some improvements | Kostya Shishkov | 2018-09-01 | 1 | -19/+32 | |
| | ||||||
* | io: fix Elias gamma code reading | Kostya Shishkov | 2018-06-09 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 4 | -2/+2591 | |
| | ||||||
* | 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 | 4 | -0/+1435 | |
| | ||||||
* | 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 | 4 | -27/+48 | |
| | ||||||
* | tests: use more digits in output picture name | Kostya Shishkov | 2017-10-07 | 1 | -2/+2 | |
| |