#8425 closed defect (fixed)
HEVC decoder fails when TU Depth ==4 && cbf_cr/cbf_cu > 0
Reported by: | Linjie.Fu | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | hevc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | yes |
Description
Garbage exists in the decoded raw video for HEVC clips with following attributes in its Transform unit:
- Depth of Transform Unit is 4 (TUDepth = 4)
- Cr/Cb transform blocks contain one or more transform coefficient levels.
To reproduce:
ffmpeg -i cbf_cr_cb_TUDepth_4_circle.h265 dump.yuv
Attachments (3)
Change History (6)
by , 5 years ago
Attachment: | cbf_cr_cb_TUDepth_4_circle.h265 added |
---|
by , 5 years ago
Attachment: | before_patch_64x64_444p.yuv added |
---|
by , 5 years ago
Attachment: | applied_patch_64x64_444p.yuv added |
---|
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in d31a2902261072f8195a005b78b4e0c4a973bf80
Closed.
comment:3 by , 5 years ago
Analyzed by developer: | set |
---|---|
Keywords: | hevc added |
Note:
See TracTickets
for help on using tickets.
Patch to fix this:
https://patchwork.ffmpeg.org/patch/16727/