aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-codec-support
Commit message (Expand)AuthorAgeFilesLines
* move QMF implementation into nihav_codec_supportKostya Shishkov2020-06-303-0/+362
* codec_support/blockdsp: add halfpel interpolation functionsKostya Shishkov2020-06-231-0/+54
* make HAMShuffler genericKostya Shishkov2020-06-161-7/+7
* codec_support/test: add test_encoding_md5() for testing encoders by output hashKostya Shishkov2020-06-161-0/+142
* codec_support: fix or silence clippy warningsKostya Shishkov2020-06-1611-7/+28
* codec_support/vq: make ELBG report the number of meaningful codewordsKostya Shishkov2020-06-151-7/+23
* codec_support/vq: use 1% improvement as a threshold in ELBG loopKostya Shishkov2020-06-151-1/+1
* codec_support/vq: calculate full cluster distortion instead of an averageKostya Shishkov2020-06-151-3/+0
* codec_support/vq: do not move empty group centroidKostya Shishkov2020-06-151-1/+3
* add declared bitdepth to NAVideoInfoKostya Shishkov2020-06-071-1/+1
* remove trailing whitespacesKostya Shishkov2020-06-061-1/+1
* codec_support/test: document enc_video moduleKostya Shishkov2020-06-011-0/+21
* codec_support/test: add remuxing testsKostya Shishkov2020-06-011-0/+166
* introduce interface and support code for encodersKostya Shishkov2020-05-302-0/+132
* codec_support: add module for generic vector quantisationKostya Shishkov2020-05-305-0/+433
* codec_support: factor out PNM writing into separate moduleKostya Shishkov2020-05-263-192/+256
* 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-152-2/+2
* 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
* support interleaved audio properlyKostya Shishkov2020-03-061-3/+11
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-2018-0/+4777