feature | v0.5 | v0.6 | v0.7-v0.9 |
---|---|---|---|
P slices | yes | yes | yes |
B slices | yes | yes | yes |
AMP | yes | yes | yes |
PCM | yes | yes | yes |
deblocking | yes | yes | yes |
SAO | yes | yes | yes |
weighted pred. | yes | yes | yes |
adaptive quant. | incomplete | yes | yes |
multiple slices | no | incomplete | yes |
dependent slices | no | incomplete | yes |
scaling lists | no | yes | yes |
long-term MC | no | incomplete | yes |
ref.pic.list modification | no | yes | yes |
chroma 4:2:2 | no | no | no |
10 bit | no | no | no |
parallel WPP | yes | yes | yes |
parallel tiles | yes | yes | yes |
parallel frames | no | no | no |
SSE acceleration | yes | yes | yes |
ARM acceleration | no | no | no |
frame-dropping API | no | no | incomplete(1) |
non-conformant speed hacks | no | no | yes(2) |
incomplete = may work for some streams
(1) - streams with multiple temporal sub-streams only
(2) - deblocking and sao can be switched off to increase decoding speed
https://github.com/strukturag/libde265/wiki/Supported-decoding-features
I was told from someone that ARM acceleration would be available but good to know that its not in standard. Looks you have done some great stuff with this cool Standard.
ReplyDeleteThanks for sharing.