aboutsummaryrefslogtreecommitdiffstats
path: root/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* h263+rv20: use modified dquant and chroma quantKostya Shishkov2018-12-084-12/+35
* fix trailing whitespaceKostya Shishkov2018-10-281-1/+1
* AAC-LC decoderKostya Shishkov2018-10-272-0/+1772
* dsp: make IDCT (un)scaledKostya Shishkov2018-10-272-2/+2
* cook: force mono mode for v1Kostya Shishkov2018-10-201-0/+1
* trailing whitespace fixesKostya Shishkov2018-10-1917-22/+20
* remove panics in working testsKostya Shishkov2018-10-192-2/+2
* ATRAC3 decoderKostya Shishkov2018-10-192-0/+769
* RealAudio Lossless decoderKostya Shishkov2018-10-133-1/+10382
* Cook decoderKostya Shishkov2018-10-113-1/+1129
* ts102366: small fixesKostya Shishkov2018-09-221-3/+52
* RealAudio DNET decoderKostya Shishkov2018-09-212-0/+1489
* Sipro ACELP.net decoderKostya Shishkov2018-09-082-0/+1588
* rv34: remove debug cruftKostya Shishkov2018-09-082-54/+4
* ra14.4: consistency fixKostya Shishkov2018-09-061-1/+1
* RealAudio 1/2: update testsKostya Shishkov2018-09-062-2/+2
* rv10: fix MV prediction and remove some cruftKostya Shishkov2018-09-062-21/+19
* RealAudio 14.4 and 28.8 decodersKostya Shishkov2018-09-054-1/+2644
* 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
* 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
* blockdsp: fix copy-paste errorKostya Shishkov2018-02-051-2/+2
* 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-032-0/+2588
* fix let mut foo = &mut bar warningKostya Shishkov2018-02-019-37/+37
* 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