Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder ffmpegsos-solaris10-i386 Build #12772

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision3115c0c0e6c27c689a02a7267dcf8e61fa2ac425
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git updating ( 7 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 12772 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3115c0c0e6c27c689a02a7267dcf8e61fa2ac425 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bin Peng

Timing:

StartFri Oct 24 17:37:37 2025
EndFri Oct 24 17:37:45 2025
Elapsed7 secs

All Changes:

:

  1. Change #246650

    Category ffmpeg
    Changed by Bin Peng <pengbinohnoyoudont@visionular.com>
    Changed at Fri 24 Oct 2025 17:32:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3115c0c0e6c27c689a02a7267dcf8e61fa2ac425

    Comments

    lavc/aarch64: Fix addp overflow in ff_pred16x16_plane_neon_10
    The mismatch between neon and C functions can be reproduced
    using the following bitstream and command line on aarch64 devices.
    
    wget https://streams.videolan.org/ffmpeg/incoming/replay_intra_pred_16x16.h264
     ./ffmpeg -cpuflags 0  -threads 1 -i replay_intra_pred_16x16.h264  -f framemd5 -y md5_ref
     ./ffmpeg              -threads 1 -i replay_intra_pred_16x16.h264 -f framemd5 -y md5_neon
    
    Signed-off-by: Bin Peng <pengbin@visionular.com>

    Changed files

    • libavcodec/aarch64/h264pred_neon.S