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

Builder ffmpegsos-solaris10-i386 Build #13225

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 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 ( 0 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 13225 Build
codebase Build
got_revision a93cb79da2f1bcff2170ad755e3073f5f12d2064 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a93cb79da2f1bcff2170ad755e3073f5f12d2064 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. Ling, Edison

Timing:

StartFri Jan 23 14:36:29 2026
EndFri Jan 23 14:36:56 2026
Elapsed26 secs

All Changes:

:

  1. Change #256164

    Category ffmpeg
    Changed by Ling, Edison <Edison.Ling+amdengohnoyoudont@amd.com>
    Changed at Fri 23 Jan 2026 14:25:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a93cb79da2f1bcff2170ad755e3073f5f12d2064

    Comments

    avcodec/d3d12va_encode: Bug fix and refactor for motion estimation precision initialization
    Move motion estimation precision check from standalone
    `d3d12va_encode_init_motion_estimation_precision()` function into each
    codec's init_sequence_params() to reuse existing feature support
    queries.
    
     - fixes AV1 using wrong support structure (SUPPORT instead of SUPPORT1)
     - eliminates duplicate setup code
     - removes redundant CheckFeatureSupport API call
     - no intended functional changes other than bug fix

    Changed files

    • libavcodec/d3d12va_encode.c
    • libavcodec/d3d12va_encode_av1.c
    • libavcodec/d3d12va_encode_h264.c
    • libavcodec/d3d12va_encode_hevc.c