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

Builder ffmpegsos-solaris10-i386 Build #14309

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14309 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7d3ace8cb21dfbb7a2b1fdb7246bef73ec629a5d 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. Lynne

Timing:

StartSun Sep 20 09:24:20 2026
EndSun Sep 20 09:24:27 2026
Elapsed6 secs

All Changes:

:

  1. Change #282298

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sun 20 Sep 2026 10:51:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7d3ace8cb21dfbb7a2b1fdb7246bef73ec629a5d

    Comments

    vulkan_prores: pick the bitstream prefetch depth per device
    Same situation as ProRes RAW: with the packet host-mapped, the VLD is
    bound by fetch latency over the bus.
    
    Make GET_BITS_SMEM a specialization constant: 32 lines per invocation
    on discrete GPUs reading host-mapped packets, 4 otherwise. The 8x8
    workgroup makes that 32 KB of shared memory; 64 does not fit, and 40
    or 48 measured slower. An integrated GPU loses a third of its speed at
    32, so it keeps 4. The depth is clamped to maxComputeSharedMemorySize
    for 32 KB devices such as MoltenVK.
    
    5.7K ProRes HQ on an RX 6900 XT: 85 -> 120 fps, bit-identical output.

    Changed files

    • libavcodec/vulkan/prores_vld.comp.glsl
    • libavcodec/vulkan_prores.c