[FFmpeg-trac] #5508(undetermined:new): checkasm fails on ppc64be

FFmpeg trac at avcodec.org
Wed May 4 18:09:25 CEST 2016


#5508: checkasm fails on ppc64be
-------------------------------------+-------------------------------------
               Reporter:  cehoyos    |                  Owner:
                   Type:  defect     |                 Status:  new
               Priority:  normal     |              Component:
                Version:  git-       |  undetermined
  master                             |               Keywords:  ppc
             Blocked By:             |               Blocking:
Reproduced by developer:  0          |  Analyzed by developer:  0
-------------------------------------+-------------------------------------
 Checkasm (and therefore fate) fails on ppc64be since 3d20f8e7
 {{{
 $ ./ffmpeg
 ffmpeg version N-79754-g66eb5b8 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 4.8.3 (GCC) 20140911 (Red Hat 4.8.3-7)
   configuration: --enable-gpl
   libavutil      55. 23.100 / 55. 23.100
   libavcodec     57. 38.100 / 57. 38.100
   libavformat    57. 36.100 / 57. 36.100
   libavdevice    57.  0.101 / 57.  0.101
   libavfilter     6. 44.100 /  6. 44.100
   libswscale      4.  1.100 /  4.  1.100
   libswresample   2.  0.101 /  2.  0.101
   libpostproc    54.  0.100 / 54.  0.100
 Hyper fast Audio and Video encoder
 usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options]
 outfile}...

 Use -h to get full help or, even better, run 'man ffmpeg'
 }}}
 {{{
 $ tests/checkasm/checkasm
 checkasm: using random seed 1644412637
 ALTIVEC:
  - fmtconvert.fmtconvert      [OK]
  - h264qpel.put               [OK]
  - h264qpel.avg               [OK]
    get_pixels_altivec (pixblockdsp.c:99)
  - pixblockdsp.get_pixels     [FAILED]
    diff_pixels_altivec (pixblockdsp.c:104)
  - pixblockdsp.diff_pixels    [FAILED]
 checkasm: 2 of 35 tests have failed
 }}}
 Works fine on ppc64 little endian altivec.

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


More information about the FFmpeg-trac mailing list