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

Builder ffmpegsos-solaris10-i386 Build #14372

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14372 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b87602a63a52b0f7f968fd314f02be14acde16b7 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. Hongyan Wang

Timing:

StartSun Sep 27 12:25:09 2026
EndSun Sep 27 12:25:28 2026
Elapsed18 secs

All Changes:

:

  1. Change #283323

    Category ffmpeg
    Changed by Hongyan Wang <wanghongyan2025ohnoyoudont@iscas.ac.cn>
    Changed at Sun 27 Sep 2026 14:06:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b87602a63a52b0f7f968fd314f02be14acde16b7

    Comments

    swscale/riscv: fix uyvy/yuyv to yuv422p on odd widths
    The vector loop writes all luma samples, but only width / 2 chroma
    samples. For odd widths, the last U and V samples are left untouched,
    unlike the C implementations which use AV_CEIL_RSHIFT(width, 1).
    
    Write the remaining U/V samples in a scalar tail for both packed
    formats. Keep the existing vector loop and row stride adjustments.
    
    Fixes the uyvytoyuv422_rvv_i32 and yuyvtoyuv422_rvv_i32 failures in
    checkasm-sw_rgb.
    
    Signed-off-by: Hongyan Wang <wanghongyan2025@iscas.ac.cn>
    Co-authored-by: YuanSheng <yuansheng@iscas.ac.cn>
    Co-authored-by: Fei Zhang <zhangfei@iscas.ac.cn>

    Changed files

    • libswscale/riscv/rgb2rgb_rvv.S