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

Builder ffmpegsos-solaris10-i386 Build #14124

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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_sos.sh' failed ( 3 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14124 Build
codebase Build
got_revision eb7f4b4e792cd8f96cd05b156618a8d88840b25b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision eb7f4b4e792cd8f96cd05b156618a8d88840b25b 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. Andreas Rheinhardt

Timing:

StartWed Jun 17 15:19:54 2026
EndWed Jun 17 15:20:15 2026
Elapsed21 secs

All Changes:

:

  1. Change #271487

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 17 Jun 2026 14:33:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 93412ff6024c85958f49b40d1b04270f9552adcb

    Comments

    avcodec/x86/h264_intrapred: Avoid reg-reg moves
    Possible if src of the PRED4x4_LOWPASS macro is not used lateron.
    Saves 195B of .text here.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/h264_intrapred.asm
  2. Change #271489

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 17 Jun 2026 14:33:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eb7f4b4e792cd8f96cd05b156618a8d88840b25b

    Comments

    avcodec/x86/h264_intrapred: Add AVX2 horizontal pred versions
    pred8x8_horizontal_8_c:                   6.9
    pred8x8_horizontal_8_sse2:                9.9 ( 0.70x)
    pred8x8_horizontal_8_ssse3:               9.5 ( 0.73x)
    pred8x8_horizontal_8_avx2:                5.1 ( 1.35x)
    
    pred16x16_horizontal_8_c:                10.9
    pred16x16_horizontal_8_sse2:             15.0 ( 0.72x)
    pred16x16_horizontal_8_ssse3:            11.7 ( 0.93x)
    pred16x16_horizontal_8_avx2:              9.6 ( 1.13x)
    
    The new functions are cheap and only occupy 2*48B.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/h264_intrapred.asm
    • libavcodec/x86/h264_intrapred_init.c