aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-codec-support/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* codec_support/blockdsp: add halfpel interpolation functionsKostya Shishkov2020-06-231-0/+54
* make HAMShuffler genericKostya Shishkov2020-06-161-7/+7
* codec_support: fix or silence clippy warningsKostya Shishkov2020-06-165-1/+12
* codec_support/h263: fix some cases related to Vivo 2.0Kostya Shishkov2020-05-011-2/+3
* move IMA ADPCM decoder into codec_supportKostya Shishkov2020-04-162-0/+62
* 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-46/+44
* codec_support/h263: fix tabsKostya Shishkov2020-04-021-20/+20
* make edge_emu() accept block alignmentKostya Shishkov2020-03-241-4/+13
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-206-0/+2239