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

Builder ffmpegsos-solaris10-sparc Build #13739

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5d4d3bdc61412641883a45e060e810f80ea7f4b5
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 6 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13739 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5d4d3bdc61412641883a45e060e810f80ea7f4b5 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Dennedy
  2. Michael Niedermayer
  3. younengxiao

Timing:

StartFri Jul 31 13:56:33 2026
EndFri Jul 31 13:57:40 2026
Elapsed1 mins, 7 secs

All Changes:

:

  1. Change #276648

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 31 Jul 2026 15:18:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision db05df9d135fb56a4babb836d5e9f5c1d984e087

    Comments

    avcodec/cfhd: reject transform-2 output wider than the plane
    Fixes: out of array access
    Fixes: cfhd_transform2_output_width_oob.avi
    Fixes: MimvoaEVpKow
    Found-by: Adrian Junge (vurlo)

    Changed files

    • libavcodec/cfhd.c
  2. Change #276649

    Category ffmpeg
    Changed by younengxiao <steven.xiaoohnoyoudont@amd.com>
    Changed at Fri 31 Jul 2026 15:21:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0dd50ec5353ce61f7e2c75a44036de8b8338b055

    Comments

    avfilter/dnn: initialize DNNData at the config_input call sites
    vf_dnn_processing.c and vf_dnn_detect.c both declare an uninitialized
    DNNData model_input before using it. This commit initialize it.
    
    Signed-off-by: younengxiao <steven.xiao@amd.com>

    Changed files

    • libavfilter/vf_dnn_detect.c
    • libavfilter/vf_dnn_processing.c
  3. Change #276650

    Category ffmpeg
    Changed by Dan Dennedy <danohnoyoudont@dennedy.org>
    Changed at Fri 31 Jul 2026 15:29:24
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 66a8c3758216736cb0cc0b9123f0514eb2627d2f

    Comments

    scale_d3d11: Fix hw_frame_ctx reference leak
    This fixes #20995. The reference is taken twice and assigned to the same pointer (see above in the same function). Only the latter is needed.

    Changed files

    • libavfilter/vf_scale_d3d11.c
  4. Change #276651

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 31 Jul 2026 15:34:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5d4d3bdc61412641883a45e060e810f80ea7f4b5

    Comments

    avcodec/pgssubdec: always give an output rect a palette
    Fixes: NULL pointer dereference
    Fixes: poc_null_deref.sup
    Fixes: Fobbab5Vtlr3
    Found-by: VRI with 图龙锋

    Changed files

    • libavcodec/pgssubdec.c