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

Builder ffmpeg-solaris10-sparc Build #12988

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 52 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 ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12988 Build
codebase Build
got_revision c3d3377fe14645dbb63d937c45df12f3f6746d17 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision c3d3377fe14645dbb63d937c45df12f3f6746d17 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. Ling, Edison

Timing:

StartFri Jan 16 08:06:18 2026
EndFri Jan 16 08:07:22 2026
Elapsed1 mins, 3 secs

All Changes:

:

  1. Change #255376

    Category ffmpeg
    Changed by Ling, Edison <Edison.Ling+amdengohnoyoudont@amd.com>
    Changed at Fri 16 Jan 2026 08:03:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c3d3377fe14645dbb63d937c45df12f3f6746d17

    Comments

    avcodec/d3d12va_encode: Add H264 deblock filter parameter support
    add parameter `deblock` for users to explicitly enable/disable deblocking filter in d3d12 H264 encoding
    
    usage:
    -deblock enable or -deblock 1
    -deblock disable or -deblock 0
    -deblock auto or -deblock -1
    
    sample command line:
    ```
    .\ffmpeg.exe -hwaccel d3d12va -hwaccel_output_format d3d12 -i input.mp4 -c:v h264_d3d12va -deblock enable -y output.mp4
    ```

    Changed files

    • libavcodec/d3d12va_encode_h264.c