aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/jpeg2000htdec.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/jpeg2000dec: Fix HT decodingOsamu Watanabe2024-08-101-1/+1
| | | | | | | Fixes incorrect handling of MAGB_P value in Ccap15. Fixes bugs in HT block decoding. Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>
* avcodec/jpeg2000dec: add support for HTJ2K block decodingcaleb2023-04-221-0/+34
Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>