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

Builder ffmpegsos-solaris10-i386 Build #12565

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1e5488951bc40aa0cb6b021782a402801f1c0491
Got Revision1e5488951bc40aa0cb6b021782a402801f1c0491
Changes4 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-i386' 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 ( 11 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_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 12565 Build
codebase Build
got_revision 1e5488951bc40aa0cb6b021782a402801f1c0491 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1e5488951bc40aa0cb6b021782a402801f1c0491 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. Dash Santosh
  2. Dash Santosh

Timing:

StartThu Jul 31 23:12:48 2025
EndThu Jul 31 23:13:08 2025
Elapsed20 secs

All Changes:

:

  1. Change #241507

    Category ffmpeg
    Changed by Dash Santosh <santdas36ohnoyoudont@gmail.com>
    Changed at Thu 31 Jul 2025 23:07:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 96821211c22ec99b5238f8c64aab94b9e2dbb334

    Comments

    avfilter: add scale_d3d11 filter
    This commit introduces a new hardware-accelerated video filter, scale_d3d11,
    which performs scaling and format conversion using Direct3D 11. The filter enables
    efficient GPU-based scaling and pixel format conversion (p010 to nv12), reducing
    CPU overhead and latency in video pipelines.

    Changed files

    • Changelog
    • configure
    • libavfilter/Makefile
    • libavfilter/allfilters.c
    • libavfilter/vf_scale_d3d11.c
    • libavutil/hwcontext_d3d11va.c
  2. Change #241508

    Category ffmpeg
    Changed by Dash Santosh <dash.sathyanarayananohnoyoudont@multicorewareinc.com>
    Changed at Thu 31 Jul 2025 23:07:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d56522c6eb754cd5c648bc0c0b39bd4fbd77c47c

    Comments

    avcodec/mfenc: add support for D3D11 input surfaces
    Adds D3D11 input surface support to the MediaFoundation encoder (mfenc),
    allowing direct encoding of GPU frames without readback to system memory.
    This improves performance and compatibility when used alongside scale_d3d11.
    
    Signed-off-by: Dash Santosh <dash.sathyanarayanan@multicorewareinc.com>

    Changed files

    • libavcodec/mf_utils.h
    • libavcodec/mfenc.c
  3. Change #241509

    Category ffmpeg
    Changed by Dash Santosh <dash.sathyanarayananohnoyoudont@multicorewareinc.com>
    Changed at Thu 31 Jul 2025 23:07:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bd18a6a9e0b26d5acc5029d9cacc66ff410f5d60

    Comments

    avfilter/scale_d3d11: cleanup return path using fail label

    Changed files

    • libavfilter/vf_scale_d3d11.c
  4. Change #241510

    Category ffmpeg
    Changed by Dash Santosh <dash.sathyanarayananohnoyoudont@multicorewareinc.com>
    Changed at Thu 31 Jul 2025 23:07:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1e5488951bc40aa0cb6b021782a402801f1c0491

    Comments

    avcodec/mfenc: propagate error codes properly

    Changed files

    • libavcodec/mfenc.c