oneam / h264bsd

A simple h264 software decoding library
Other
194 stars 52 forks source link

cabac / entropy coding #4

Closed ttyridal closed 9 years ago

ttyridal commented 9 years ago

Similarly to broadway.js it doesn't seem to support cabac. Would such support be possible?

oneam commented 9 years ago

Both this project and Broadway.js are based on Android software h264 decoder. That decoder only supports Constrained Basic Profile, which does not include CABAC.

I'll check the Android project, but AFAIK there are no plans to support anything beyond CBP. :disappointed: