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

Builder ffmpeg64-solaris10-i386 Build #12673

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0f105b96a3c7ef1ec88c29a7ac9d9687fc80ea62
Got Revision0f105b96a3c7ef1ec88c29a7ac9d9687fc80ea62
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-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 ( 7 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_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12673 Build
codebase Build
got_revision 0f105b96a3c7ef1ec88c29a7ac9d9687fc80ea62 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0f105b96a3c7ef1ec88c29a7ac9d9687fc80ea62 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartThu Oct 30 09:47:42 2025
EndThu Oct 30 09:47:59 2025
Elapsed17 secs

All Changes:

:

  1. Change #247075

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 30 Oct 2025 08:56:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0f105b96a3c7ef1ec88c29a7ac9d9687fc80ea62

    Comments

    avcodec/x86/hevc/idct: Port ff_hevc_idct_4x4_dc_{8,10,12}_mmxext to SSE2
    Practically no change in benchmarks (and in codesize).
    
    hevc_idct_4x4_dc_8_c:                                    7.8 ( 1.00x)
    hevc_idct_4x4_dc_8_mmxext:                               6.9 ( 1.14x)
    hevc_idct_4x4_dc_8_sse2:                                 6.8 ( 1.15x)
    hevc_idct_4x4_dc_10_c:                                   7.9 ( 1.00x)
    hevc_idct_4x4_dc_10_mmxext:                              6.9 ( 1.16x)
    hevc_idct_4x4_dc_10_sse2:                                6.8 ( 1.16x)
    hevc_idct_4x4_dc_12_c:                                   7.8 ( 1.00x)
    hevc_idct_4x4_dc_12_mmxext:                              7.0 ( 1.13x)
    hevc_idct_4x4_dc_12_sse2:                                6.8 ( 1.15x)
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hevc/dsp_init.c
    • libavcodec/x86/hevc/idct.asm
    • tests/checkasm/hevc_idct.c