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

Builder ffmpeg-solaris10-sparc Build #14012

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 2 mins, 18 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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 14012 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2ae24134889e3684327196a2e6354c36d967051a Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. wangnov

Timing:

StartThu Jul 30 07:19:26 2026
EndThu Jul 30 07:21:45 2026
Elapsed2 mins, 19 secs

All Changes:

:

  1. Change #276537

    Category ffmpeg
    Changed by wangnov <wangnov6ohnoyoudont@gmail.com>
    Changed at Thu 30 Jul 2026 08:51:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2ae24134889e3684327196a2e6354c36d967051a

    Comments

    avcodec/vp8, vp9: warn when native decoders ignore WebM alpha
    WebM VP8/VP9 alpha is a second bitstream attached via a Matroska
    BlockAdditional element (BlockAddID 1). Only the libvpx wrapper
    decoders merge it into the output frame; the native vp8/vp9 decoders
    have no code path for it and silently return an opaque frame.
    
    Warn once per decoder instance instead of failing silently, pointing
    at the decoder that does support it. The av_log_once() state is
    synchronized across frame-thread contexts to avoid duplicate warnings
    with frame threading.
    
    Reported in https://trac.ffmpeg.org/ticket/11165 and
    https://github.com/renpy/renpy/issues/1402.
    
    Signed-off-by: wangnov <wangnov6@gmail.com>

    Changed files

    • libavcodec/vp8.c
    • libavcodec/vp8.h
    • libavcodec/vp9.c
    • libavcodec/vp9dec.h