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

Builder ffmpegsos-solaris10-i386 Build #13664

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisioneedf8f0165fe6523be692c5a91ebf6744808335d
Got Revisioneedf8f0165fe6523be692c5a91ebf6744808335d
Changes1 change

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 ( 9 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 ( 1 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 13664 Build
codebase Build
got_revision eedf8f0165fe6523be692c5a91ebf6744808335d Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision eedf8f0165fe6523be692c5a91ebf6744808335d 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. Zhao Zhili

Timing:

StartThu Apr 2 04:57:33 2026
EndThu Apr 2 04:57:53 2026
Elapsed19 secs

All Changes:

:

  1. Change #263240

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Wed 01 Apr 2026 16:54:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eedf8f0165fe6523be692c5a91ebf6744808335d

    Comments

    avcodec/hevc: workaround hevc-alpha videos generated by VideoToolbox
    Apple VideoToolbox is the dominant producer of hevc-alpha videos, but
    early versions generates non-standard VPS extensions that fail to
    parse and return AVERROR_INVALIDDATA. Fix this by returning
    AVERROR_PATCHWELCOME instead of AVERROR_INVALIDDATA for unsupported
    VPS extension configurations. Setting poc_lsb_not_present for the
    alpha layer in the fallback path when it has no direct dependency
    on the base layer, so that IDR slices on the alpha layer won't
    incorrectly read pic_order_cnt_lsb.
    
    Fix #22384
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavcodec/hevc/ps.c