Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | support interleaved audio properly | Kostya Shishkov | 2020-03-06 | 1 | -3/+11 | |
| | | | | | | Now NAAudioBuffer has step field which tells the distance to the next sample in the channel. This can be used to work with interleaved audio stored as native samples (instead of packed buffer like before). | |||||
* | split nihav-codec-support crate from nihav-core | Kostya Shishkov | 2020-02-20 | 17 | -0/+4757 | |
The former is intended just for NihAV decoders, the latter is for both NihAV crates and for the code using NihAV. |