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

Builder ffmpegsos-solaris10-i386 Build #14311

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionebb6f28da523aad04a670ac46f2d766d19eef129
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 20 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14311 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ebb6f28da523aad04a670ac46f2d766d19eef129 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. Tymur Boiko

Timing:

StartSun Sep 20 12:08:20 2026
EndSun Sep 20 12:08:40 2026
Elapsed20 secs

All Changes:

:

  1. Change #282301

    Category ffmpeg
    Changed by Tymur Boiko <tboikoohnoyoudont@nvidia.com>
    Changed at Sun 20 Sep 2026 13:43:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ebb6f28da523aad04a670ac46f2d766d19eef129

    Comments

    vulkan_decode: don't fail COINCIDE-only profiles without separate refs
    d06e381534 made the COINCIDE-only sanity check actually fire. It treated
    DPB_AND_OUTPUT_COINCIDE without SEPARATE_REFERENCE_IMAGES as a buggy
    driver and returned AVERROR_EXTERNAL.
    
    That combination is legal. chapters/video/decode.adoc requires only one
    of COINCIDE or DISTINCT. chapters/videocoding.adoc: without
    SEPARATE_REFERENCE_IMAGES all DPB slots must be layers of one VkImage
    (VUID-VkVideoBeginCodingInfoKHR-flags-07244).
    
    NVIDIA Ampere (NVDEC 5.0, e.g. RTX 3090) reports exactly this for every
    decode profile. Keep the check as a verbose note and continue with the
    existing coincide path (output images as DPB slots).
    
    Signed-off-by: Tymur Boiko <tboiko@nvidia.com>

    Changed files

    • libavcodec/vulkan_decode.c