[FFmpeg-trac] #8932(avcodec:new): hevc decode errors with intra-refresh stream

FFmpeg trac at avcodec.org
Mon Oct 12 20:57:10 EEST 2020


#8932: hevc decode errors with intra-refresh stream
-------------------------------------+-------------------------------------
             Reporter:  srainey      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avcodec      |                  Version:  git-
             Keywords:  hevc,        |  master
  decode                             |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:

 Decode errors are visible in an h265 stream that has intra-refresh
 encoding present.  The decoded stream looks error-free when decoded by the
 JCT-VC reference software as well as by amlogic (odroid-c4) hardware
 decoding.  No decoding errors are reported by ffmpeg

 How to reproduce:
 {{{
 % ffmpeg -report -v 9 -loglevel 99 -i intrarefresh_decode3.h265
 decoded.yuv

 }}}

 Version is built from current git-master on arch linux x86_64, but the
 decode errors are also visible on VLC 3.8 Windows:
 {{{
 ffmpeg version N-99545-gd40f249861 Copyright (c) 2000-2020 the FFmpeg
 developers
 built with gcc 10.2.0 (GCC)
 configuration:
 libavutil      56. 60.100 / 56. 60.100
 libavcodec     58.111.100 / 58.111.100
 libavformat    58. 62.100 / 58. 62.100
 libavdevice    58. 11.102 / 58. 11.102
 libavfilter     7. 87.100 /  7. 87.100
 libswscale      5.  8.100 /  5.  8.100
 libswresample   3.  8.100 /  3.  8.100
 }}}

 See attached files for example stream and log

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8932>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list