summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rv20: silence unused argumentKostya Shishkov2018-02-281-1/+1
* h263: better PB-frame reconstruction (for Intel263)Kostya Shishkov2018-02-283-35/+75
* h263: fix timestamp difference calculcationKostya Shishkov2018-02-241-1/+2
* clearvideo: do not output images in test, the decoder worksKostya Shishkov2018-02-241-1/+1
* rv20: remove debug printsKostya Shishkov2018-02-241-14/+1
* realvideo2: fix dequant for I-framesKostya Shishkov2018-02-241-1/+1
* h263: update num_mv2 in set_mv2()Kostya Shishkov2018-02-241-1/+2
* h263: add missing calls for backward MV predictor keeperKostya Shishkov2018-02-241-0/+9
* realmedia: output completed frame in mode 0Kostya Shishkov2018-02-241-1/+8
* blockdsp: fix copy-paste errorKostya Shishkov2018-02-051-2/+2
* realmedia: break on zero ID chunkKostya Shishkov2018-02-041-3/+6
* clearvideo: implement skip frameKostya Shishkov2018-02-041-0/+8
* ClearVideo reconstruction fixes + drop debugKostya Shishkov2018-02-041-56/+36
* semi-working ClearVideo decoderKostya Shishkov2018-02-035-3/+2593
* io: fix codebook LUT generation corner caseKostya Shishkov2018-02-031-1/+1
* fix let mut foo = &mut bar warningKostya Shishkov2018-02-0113-41/+41
* h263: decoder should use BlockDSP interfaceKostya Shishkov2017-12-031-5/+5
* h263: improve B-frames a bit moreKostya Shishkov2017-12-022-34/+58
* h263: improve B-frame decoding; improve RV2 decoding tooKostya Shishkov2017-12-026-75/+206
* rv20: B-frame parsingKostya Shishkov2017-11-281-3/+49
* h263: improve slice state a bit plus report proper frame typeKostya Shishkov2017-11-282-6/+30
* h263: B-frame dataKostya Shishkov2017-11-281-0/+25
* h263: track first line state tooKostya Shishkov2017-11-272-5/+9
* h263: make is_gob a part of initKostya Shishkov2017-11-275-13/+8
* rv20: .unwrap() -> ?Kostya Shishkov2017-11-261-44/+44
* rv20: fix RPRKostya Shishkov2017-11-261-5/+5
* rv20: use proper DC quant in AIC modeKostya Shishkov2017-11-262-3/+15
* rv2: read AIC prediction flagKostya Shishkov2017-11-251-15/+29
* h263: implement coefficient prediction for AICKostya Shishkov2017-11-253-12/+142
* i263: do not output dataKostya Shishkov2017-11-251-1/+1
* h263: rework decoder interfacesKostya Shishkov2017-11-236-580/+343
* rm: silence some warningsKostya Shishkov2017-11-231-0/+3
* RealVideo 1 decoder and RealVideo 2 bitstream parserKostya Shishkov2017-11-125-1/+1437
* do not output files in indeo4 testKostya Shishkov2017-11-121-1/+1
* end rm demux test normallyKostya Shishkov2017-11-121-1/+1
* RealVideo 1 decoderKostya Shishkov2017-10-075-28/+50
* tests: use more digits in output picture nameKostya Shishkov2017-10-071-2/+2
* RealMedia demuxer (video only)Kostya Shishkov2017-09-245-6/+694
* drop unneeded importsKostya Shishkov2017-09-242-4/+4
* demuxer: drop opened field, let the external Demuxer object take care of thatKostya Shishkov2017-08-272-10/+0
* indeo4: no need to panicKostya Shishkov2017-08-131-1/+1
* update TODOKostya Shishkov2017-08-131-5/+13
* demuxer: use new interfaceKostya Shishkov2017-08-134-70/+168
* remove unused importKostya Shishkov2017-08-131-1/+1
* io: mark some bitstream reading functions as inlineKostya Shishkov2017-08-122-0/+9
* indeo: optimise some routinesKostya Shishkov2017-08-122-61/+158
* indeo4: faster recombine_planeKostya Shishkov2017-08-121-5/+63
* indeo4: typoKostya Shishkov2017-08-021-1/+1
* indeo4: backwards MV should be stored as MV1, not MV2Kostya Shishkov2017-08-021-4/+2
* ivi: fix off-by-one shiftKostya Shishkov2017-08-021-1/+1