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

Builder ffmpeg-solaris10-i386 Build #14264

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7e1f63d5dd59d0dabf529eddb9470b99c77534c9
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 9 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/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 14264 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7e1f63d5dd59d0dabf529eddb9470b99c77534c9 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Michael Niedermayer

Timing:

StartSat Sep 26 21:34:11 2026
EndSat Sep 26 21:34:20 2026
Elapsed9 secs

All Changes:

:

  1. Change #283306

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 23:15:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b311c9f626db410fcf4571a55c1f7467fff3f0ce

    Comments

    swscale: leave sources 65536 pixels and wider to the bilinear scaler
    Fixes: signed integer overflow: 2147385240 + 131098 cannot be represented in type 'int'
    Fixes: out of array read
    Fixes: p2bTyZBk48yf
    Found-by: DarrenC

    Changed files

    • libswscale/utils.c
  2. Change #283307

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 23:15:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 693065609eadc9403e5cf4bc64614a0a32dd70cd

    Comments

    tests/fate: scale a 300000 pixel wide gradient with the fast bilinear scaler

    Changed files

    • tests/fate/filter-video.mak
    • tests/ref/fate/filter-scale-fast-bilinear-wide-wrap
  3. Change #283308

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 23:15:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7e1f63d5dd59d0dabf529eddb9470b99c77534c9

    Comments

    swscale: stretch the MMXEXT fast bilinear positions by 1 instead of 20
    Fixes: out of array read
    Fixes: p2bTyZBk48yf
    Found-by: review of the fix for p2bTyZBk48yf

    Changed files

    • libswscale/utils.c