aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* rmdec: more deinterleavers workKostya Shishkov2018-09-061-9/+57
|
* RealAudio 14.4 and 28.8 decodersKostya Shishkov2018-09-054-1/+2644
|
* rm: more deinterleaver workKostya Shishkov2018-09-052-5/+55
|
* io: make writer consume outputterKostya Shishkov2018-09-052-7/+7
|
* frame: treat single-channel audio as planar too if possibleKostya Shishkov2018-09-051-1/+1
|
* rmdec: parse audio informationKostya Shishkov2018-09-041-10/+235
|
* [test] use frame PTS instead of packet when availableKostya Shishkov2018-09-011-2/+3
|
* RealVideo 3 and 4 decoderKostya Shishkov2018-09-0110-2/+8885
|
* codecs: make IPB shuffler provide non-confusing references for B-framesKostya Shishkov2018-09-011-0/+16
|
* rmdemux: some improvementsKostya Shishkov2018-09-011-19/+32
|
* io: fix Elias gamma code readingKostya Shishkov2018-06-091-2/+2
|
* move MV stuff to codecsKostya Shishkov2018-05-052-69/+80
|
* indeo3: drop unneeded parenthesesKostya Shishkov2018-04-281-1/+1
|
* 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-034-2/+2591
|
* 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-124-0/+1435
|
* 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-074-27/+48
|
* tests: use more digits in output picture nameKostya Shishkov2017-10-071-2/+2
|