summaryrefslogtreecommitdiffstats
path: root/nihav-codec-support/src/codecs/h263
Commit message (Expand)AuthorAgeFilesLines
* give 'str' variables more appropriate namesKostya Shishkov2022-11-041-9/+9
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-292-7/+7
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-042-4/+5
* codec_support/h263: pred_quant mode implies that AC coefficients should be pr...Kostya Shishkov2020-12-221-1/+14
* codec_support/h263: add intra block reconstruction mode with unquantised DCsKostya Shishkov2020-12-201-2/+106
* codec_support/h263: add IDCT from Annex WKostya Shishkov2020-12-201-0/+113
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-271-6/+6
* codec_support: fix or silence clippy warningsKostya Shishkov2020-06-163-0/+4
* codec_support/h263: fix some cases related to Vivo 2.0Kostya Shishkov2020-05-011-2/+3
* remove trailing whitespacesKostya Shishkov2020-04-151-1/+1
* codec_support/h263: fix delta calculation in the deblocking filterKostya Shishkov2020-04-081-2/+2
* codec_support/h263: fix slice reset conditionKostya Shishkov2020-04-081-1/+1
* codec_support/h263: fix references used in PB-frame reconstructionKostya Shishkov2020-04-081-6/+6
* codec_support/h263: add OBMC featureKostya Shishkov2020-04-072-6/+285
* switch h263 decoder to take options as flagsKostya Shishkov2020-04-061-3/+10
* codec_support/h263: factor out some macroblock decoding/reconstruction partsKostya Shishkov2020-04-051-140/+153
* codec_support/h263: validate that B-frame has enough reference dataKostya Shishkov2020-04-041-0/+4
* h263-based codecs: use proper motion compensationKostya Shishkov2020-04-034-45/+89
* codec_support/h263: allocate more space in MV predictorKostya Shishkov2020-04-031-1/+1
* codec_support/h263: fix DC clipping functionKostya Shishkov2020-04-031-3/+3
* codec_support/h263: use proper H.263 deblockingKostya Shishkov2020-04-021-44/+42
* codec_support/h263: fix tabsKostya Shishkov2020-04-021-20/+20
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-204-0/+1676