Opened 5 years ago
Closed 5 years ago
#8521 closed defect (invalid)
Hevc decoder reports invalid cu_qp_delta
Reported by: | Jovasa | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | HEVC decoder |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
HEVC decoder incorrectly reports a invalid cu_qp_delta when it claiming it should be in range [-26, 25], additionally the video is decoded incorrectly creating green artifacts or in extreme cases turning the video completely green. However the reference decoder has no problem decoding the video implying the HEVC decoder in ffmpeg is incorrect.
How to reproduce:
% ffmpeg -i input output ffmpeg version: master
Attachments (1)
Change History (2)
by , 5 years ago
Attachment: | incorrect_valid_range_for_qp_adjustment.265 added |
---|
comment:1 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
After further investigation into the issue and looking through the standard it seems that ffmpeg and OpenHEVC are in fact working correctly and the reference encoder is incorrect.