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

Builder ffmpeg64-solaris10-i386 Build #14116

Results:

Failed

SourceStamp:

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

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 14116 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 834b169b9a8db9c8500c48ae33aafda1267be273 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. Michael Niedermayer
  2. Sensei Wa1nut4

Timing:

StartSat Sep 12 11:04:38 2026
EndSat Sep 12 11:04:45 2026
Elapsed7 secs

All Changes:

:

  1. Change #281564

    Category ffmpeg
    Changed by Sensei Wa1nut4 <Wa1nut4ohnoyoudont@outlook.com>
    Changed at Sat 12 Sep 2026 12:45:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 90ba80f81113d4f8e91c68c0f5207a9f6962e906

    Comments

    swscale/uops: pad the horizontal filter weights to whole blocks
    Fixes: out of array read
    Fixes: ffmpeg -i poc_input.ppm -vf scale=17:17:flags=unstable -pix_fmt rgba -f rawvideo -
    Fixes: sAlT1ubFAGko
    Found-by: Sensei Wa1nut4
    Suggested-by: Niklas Haas <git@haasn.dev>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libswscale/uops_tmpl.c
  2. Change #281565

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 12 Sep 2026 12:45:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 32304f6cb481e216f1a941aadd6c8d1c2e7a27df

    Comments

    swscale/ops_dispatch: account for the vertical filter taps in the tail copy
    Fixes: out of array read
    Fixes: ffmpeg -cpuflags 0 -i poc_input.ppm -vf scale=17:17:flags=unstable -pix_fmt rgba -f rawvideo -
    Fixes: sAlT1ubFAGko

    Changed files

    • libswscale/ops_dispatch.c
  3. Change #281566

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 12 Sep 2026 12:45:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 834b169b9a8db9c8500c48ae33aafda1267be273

    Comments

    swscale/ops_dispatch: pass the line strides to copy_lines() as ptrdiff_t

    Changed files

    • libswscale/ops_dispatch.c