Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix clippy warnings | Kostya Shishkov | 2023-07-26 | 1 | -29/+7 |
| | |||||
* | give 'str' variables more appropriate names | Kostya Shishkov | 2022-11-04 | 1 | -9/+9 |
| | |||||
* | fix some clippy warnings | Kostya Shishkov | 2022-09-22 | 1 | -12/+3 |
| | |||||
* | replace vec.truncate(0) with vec.clear() | Kostya Shishkov | 2021-10-29 | 2 | -7/+7 |
| | |||||
* | codec_support: fix doctests | Kostya Shishkov | 2021-10-29 | 1 | -8/+8 |
| | |||||
* | codec_support/codecs: add negation for MV | Kostya Shishkov | 2021-10-14 | 1 | -1/+8 |
| | |||||
* | codec_support: add compress_sample() for IMA ADPCM state | Kostya Shishkov | 2021-08-07 | 1 | -0/+7 |
| | |||||
* | codec_support: derive usual traits for IMA ADPCM state | Kostya Shishkov | 2021-08-07 | 1 | -0/+1 |
| | |||||
* | fix clippy warnings for update to rustc 1.46 | Kostya Shishkov | 2021-04-04 | 2 | -4/+5 |
| | |||||
* | codec_support/h263: pred_quant mode implies that AC coefficients should be ↵ | Kostya Shishkov | 2020-12-22 | 1 | -1/+14 |
| | | | | predicted before quantisation too | ||||
* | codec_support/h263: add intra block reconstruction mode with unquantised DCs | Kostya Shishkov | 2020-12-20 | 1 | -2/+106 |
| | |||||
* | codec_support/h263: add IDCT from Annex W | Kostya Shishkov | 2020-12-20 | 1 | -0/+113 |
| | |||||
* | fix some warnings (unneeded parentheses, missing dyn keyword) | Kostya Shishkov | 2020-09-27 | 1 | -6/+6 |
| | |||||
* | codec_support/blockdsp: add halfpel interpolation functions | Kostya Shishkov | 2020-06-23 | 1 | -0/+54 |
| | |||||
* | make HAMShuffler generic | Kostya Shishkov | 2020-06-16 | 1 | -7/+7 |
| | |||||
* | codec_support: fix or silence clippy warnings | Kostya Shishkov | 2020-06-16 | 5 | -1/+12 |
| | |||||
* | codec_support/h263: fix some cases related to Vivo 2.0 | Kostya Shishkov | 2020-05-01 | 1 | -2/+3 |
| | |||||
* | move IMA ADPCM decoder into codec_support | Kostya Shishkov | 2020-04-16 | 2 | -0/+62 |
| | |||||
* | remove trailing whitespaces | Kostya Shishkov | 2020-04-15 | 1 | -1/+1 |
| | |||||
* | codec_support/h263: fix delta calculation in the deblocking filter | Kostya Shishkov | 2020-04-08 | 1 | -2/+2 |
| | |||||
* | codec_support/h263: fix slice reset condition | Kostya Shishkov | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | codec_support/h263: fix references used in PB-frame reconstruction | Kostya Shishkov | 2020-04-08 | 1 | -6/+6 |
| | |||||
* | codec_support/h263: add OBMC feature | Kostya Shishkov | 2020-04-07 | 2 | -6/+285 |
| | |||||
* | switch h263 decoder to take options as flags | Kostya Shishkov | 2020-04-06 | 1 | -3/+10 |
| | | | | This will allow to add further options like OBMC without changing the interface. | ||||
* | codec_support/h263: factor out some macroblock decoding/reconstruction parts | Kostya Shishkov | 2020-04-05 | 1 | -140/+153 |
| | |||||
* | codec_support/h263: validate that B-frame has enough reference data | Kostya Shishkov | 2020-04-04 | 1 | -0/+4 |
| | |||||
* | h263-based codecs: use proper motion compensation | Kostya Shishkov | 2020-04-03 | 4 | -45/+89 |
| | |||||
* | codec_support/h263: allocate more space in MV predictor | Kostya Shishkov | 2020-04-03 | 1 | -1/+1 |
| | | | | In case of left neigbour access wraparound this will always return zero MV. | ||||
* | codec_support/h263: fix DC clipping function | Kostya Shishkov | 2020-04-03 | 1 | -3/+3 |
| | |||||
* | codec_support/h263: use proper H.263 deblocking | Kostya Shishkov | 2020-04-02 | 1 | -46/+44 |
| | |||||
* | codec_support/h263: fix tabs | Kostya Shishkov | 2020-04-02 | 1 | -20/+20 |
| | |||||
* | make edge_emu() accept block alignment | Kostya Shishkov | 2020-03-24 | 1 | -4/+13 |
| | |||||
* | split nihav-codec-support crate from nihav-core | Kostya Shishkov | 2020-02-20 | 6 | -0/+2239 |
The former is intended just for NihAV decoders, the latter is for both NihAV crates and for the code using NihAV. |