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

Builder ffmpeg64-solaris10-i386 Build #14128

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 14128 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a51bb69b0978b1360304aef49354f6283504b52e Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Diego de Souza

Timing:

StartMon Sep 14 12:24:08 2026
EndMon Sep 14 12:24:14 2026
Elapsed6 secs

All Changes:

:

  1. Change #281775

    Category ffmpeg
    Changed by Diego de Souza <ddesouzaohnoyoudont@nvidia.com>
    Changed at Mon 14 Sep 2026 12:58:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a51bb69b0978b1360304aef49354f6283504b52e

    Comments

    avcodec/nvdec_hevc: add MV-HEVC hardware decoding
    Video Codec SDK 13.1 exposes the MV-HEVC picture parameters needed by
    NVDEC. Populate them from the VPS and inter-layer reference sets, and
    accept the Multiview Main profile when those fields are available.
    
    Submit each pending layer before the next one overwrites its parameters.
    Keep marked frames from every layer in the hardware DPB and identify
    references by frame identity, since POCs are not unique across layers.
    Clear pending bitstream state even when early submission fails.
    
    Exclude auxiliary-alpha video from the MV-HEVC path. Size the surface
    pool from the layers selected by the caller, and reject configurations
    whose full requirement exceeds NVDEC's 32-surface limit.
    
    Signed-off-by: Diego de Souza <ddesouza@nvidia.com>

    Changed files

    • libavcodec/hevc/hevcdec.c
    • libavcodec/hevc/hevcdec.h
    • libavcodec/nvdec.c
    • libavcodec/nvdec.h
    • libavcodec/nvdec_hevc.c