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

Builder ffmpeg-solaris10-sparc Build #13941

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. marcos ashton

Timing:

StartFri Jun 19 00:19:35 2026
EndFri Jun 19 00:19:55 2026
Elapsed20 secs

All Changes:

:

  1. Change #271745

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 00:08:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b8a44a7f76eaa1ec68034fb91745b36ea4c6df3f

    Comments

    avcodec/x86/me_cmp: add SSSE3 median_sad16
    The median_sad functions have NEON implementations but no x86 ones,
    so x86 always used the C code. x86_64 only due to register pressure.
    
    median_sad_0_c:     314.5 ( 1.00x)
    median_sad_0_ssse3:  51.1 ( 6.16x)
    
    Benchmarks and tests run with checkasm on an Intel Core Ultra 7 155H.
    
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • libavcodec/x86/me_cmp.asm
    • libavcodec/x86/me_cmp_init.c
  2. Change #271746

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 00:08:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8a863106dee4e5c239d27a248ac9fdc80cf5c140

    Comments

    avcodec/x86/me_cmp: add SSSE3 median_sad8
    Same approach as median_sad16, processing one 8 pixel row per XMM
    register.
    
    median_sad_1_c:     141.4 ( 1.00x)
    median_sad_1_ssse3:  29.1 ( 4.86x)
    
    Benchmarks and tests run with checkasm on an Intel Core Ultra 7 155H.
    
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • libavcodec/x86/me_cmp.asm
    • libavcodec/x86/me_cmp_init.c