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

Builder ffmpeg-solaris10-i386 Build #13950

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisioncc7c567920946897d7fd64a096c72bef1254b046
Got Revisioncc7c567920946897d7fd64a096c72bef1254b046
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 11 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. DROOdotFOO

Timing:

StartWed Jun 10 19:59:20 2026
EndWed Jun 10 19:59:41 2026
Elapsed20 secs

All Changes:

:

  1. Change #270348

    Category ffmpeg
    Changed by DROOdotFOO <drewohnoyoudont@axol.io>
    Changed at Wed 10 Jun 2026 19:54:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7ab5aebc088a26591f4688a31b735b08923aa112

    Comments

    swscale/yuv2rgb: add explicit BE/LE 565/555 cases
    ff_yuv2rgb_get_func_ptr() now returns the C reference for explicit
    BE/LE 16bpp formats, not only the NE alias.
    
    Signed-off-by: DROOdotFOO <drew@axol.io>

    Changed files

    • libswscale/yuv2rgb.c
  2. Change #270349

    Category ffmpeg
    Changed by DROOdotFOO <drewohnoyoudont@axol.io>
    Changed at Wed 10 Jun 2026 19:54:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cc7c567920946897d7fd64a096c72bef1254b046

    Comments

    swscale/aarch64/yuv2rgb_neon: add BE 16bpp output formats
    BE counterparts to the LE paths in 2e142e52ae; pack adds rev16 before
    store. nv12/nv21 paths are added but bench-only (no C ref, same as
    2e142e52ae).
    
    Test Name                              A55-gcc           M1-clang             A76-gcc
    -------------------------------------------------------------------------------------
    yuv420p_rgb565be_1920_neon    15086.1 ( 3.91x)    5507.0 ( 4.34x)    19229.1 ( 2.02x)
    yuv420p_bgr565be_1920_neon    15291.7 ( 3.84x)    5476.9 ( 4.37x)    19229.4 ( 2.02x)
    yuv420p_rgb555be_1920_neon    15091.5 ( 3.67x)    5569.0 ( 3.97x)    19229.3 ( 1.90x)
    yuv420p_bgr555be_1920_neon    15298.6 ( 3.62x)    5600.6 ( 3.98x)    19228.8 ( 1.90x)
    yuv422p_rgb565be_1920_neon    16862.3 ( 4.00x)    6378.8 ( 4.64x)    22110.3 ( 2.07x)
    yuv422p_bgr565be_1920_neon    17139.3 ( 3.93x)    6448.1 ( 4.50x)    22104.1 ( 2.07x)
    yuv422p_rgb555be_1920_neon    16853.3 ( 3.98x)    6468.8 ( 4.12x)    22106.4 ( 1.98x)
    yuv422p_bgr555be_1920_neon    17202.2 ( 3.89x)    6467.0 ( 4.12x)    22110.2 ( 1.98x)
    yuva420p_rgb565be_1920_neon   15050.2 ( 3.92x)    5452.5 ( 4.39x)    19229.5 ( 2.02x)
    yuva420p_bgr565be_1920_neon   15346.6 ( 3.84x)    5462.4 ( 4.36x)    19228.9 ( 2.02x)
    yuva420p_rgb555be_1920_neon   15050.8 ( 3.69x)    5463.3 ( 3.95x)    19228.6 ( 1.90x)
    yuva420p_bgr555be_1920_neon   15352.8 ( 3.61x)    5543.6 ( 3.89x)    19228.6 ( 1.90x)
    
    Co-authored-by: Ramiro Polla <ramiro.polla@gmail.com>
    Signed-off-by: DROOdotFOO <drew@axol.io>

    Changed files

    • libswscale/aarch64/swscale_unscaled.c
    • libswscale/aarch64/yuv2rgb_neon.S
    • tests/checkasm/sw_yuv2rgb.c