summaryrefslogtreecommitdiffstats
path: root/nihav-indeo/src/codecs/indeo3enc
Commit message (Expand)AuthorAgeFilesLines
* fix clippy warningsKostya Shishkov2023-07-262-9/+9
* introduce a way for encoder to manifest its capabilitiesKostya Shishkov2023-03-141-0/+1
* indeo3enc: advance frameno on skip frames as wellKostya Shishkov2023-02-151-0/+1
* indeo3enc: requant input only in modes 0/3/10Kostya Shishkov2023-02-151-5/+1
* indeo3enc: rework cell intra flag logicKostya Shishkov2023-02-153-16/+19
* indeo3enc: fix always enabled frame recompressionKostya Shishkov2023-02-151-1/+1
* indeo3enc: fix mode10 interpolationKostya Shishkov2023-02-152-8/+6
* indeo3enc: rework the logic with motion cellsKostya Shishkov2023-02-143-33/+42
* indeo3enc: fix checksum calculationKostya Shishkov2023-02-142-3/+5
* Indeo 3 encoderKostya Shishkov2023-02-065-0/+2289