aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-codec-support/src
Commit message (Collapse)AuthorAgeFilesLines
...
* codec_support/h263: allocate more space in MV predictorKostya Shishkov2020-04-031-1/+1
| | | | In case of left neigbour access wraparound this will always return zero MV.
* 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
| | | | | | 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-coreKostya Shishkov2020-02-2017-0/+4757
The former is intended just for NihAV decoders, the latter is for both NihAV crates and for the code using NihAV.