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

Builder ffmpeg-solaris10-sparc Build #13285

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 0 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 13285 Build
codebase Build
got_revision ba38fa206e4aa4bf1a3b0d725b74a10f60bc12b4 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ba38fa206e4aa4bf1a3b0d725b74a10f60bc12b4 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. stevxiao

Timing:

StartFri Mar 6 11:04:46 2026
EndFri Mar 6 11:05:02 2026
Elapsed15 secs

All Changes:

:

  1. Change #259993

    Category ffmpeg
    Changed by stevxiao <steven.xiaoohnoyoudont@amd.com>
    Changed at Fri 06 Mar 2026 07:45:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ba38fa206e4aa4bf1a3b0d725b74a10f60bc12b4

    Comments

    avfilter: update deinterlace_d3d12 filter options name
    This commit update deinterlace_d3d12 filter options name.
    
    Currently it follows the options name with "deinterlace_vaapi",
    In this commit, it will follow filters such as "yadif" and "w3fdif".
    
    Sample command lines:
    
    1. Software decode with hwupload:
    
        ffmpeg -init_hw_device d3d12va=d3d12 -i interlaced.ts \
          -vf "format=nv12,hwupload,deinterlace_d3d12=method=default,hwdownload,format=nv12" \
          -c:v libx264 output.mp4
    
    2. Full hardware pipeline:
    
        ffmpeg -hwaccel d3d12va -hwaccel_output_format d3d12 -i interlaced.ts \
          -vf "deinterlace_d3d12=method=custom:mode=field" \
          -c:v h264_d3d12va output.mp4
    
    Signed-off-by: younengxiao <steven.xiao@amd.com>

    Changed files

    • libavfilter/vf_deinterlace_d3d12.c