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

Builder ffmpeg64-solaris10-i386 Build #14108

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 4 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 14108 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision c2bb5aa8d85f1e2cdf5e72b942b94df932eb4f42 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. yuanjia

Timing:

StartFri Sep 11 16:17:06 2026
EndFri Sep 11 16:17:11 2026
Elapsed4 secs

All Changes:

:

  1. Change #281509

    Category ffmpeg
    Changed by yuanjia <yuan.jiaohnoyoudont@sanechips.com.cn>
    Changed at Fri 11 Sep 2026 17:59:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c2bb5aa8d85f1e2cdf5e72b942b94df932eb4f42

    Comments

    avcodec/riscv: add vector FDCT implementation
    This RVV FDCT is ported from the AArch64 NEON implementation in
    libavcodec/aarch64/fdctdsp_neon.S, which is based on libjpeg-turbo.
    The original license notice is retained in the assembly file.
    
    Requires RVV 1.0 with 64-bit element support (Zve64x) and VLEN >= 128.
    Achieves approximately 3.29x speedup on SG2044 (VLEN=128).
    
    Add FF_DCT_RVV to the public API, bump minor version, and add
    Doxygen documentation.
    
    Also:
    - Fix include guard in riscv/fdct.h to match file path.
    - Use AV_CPU_FLAG_RVV_I64 in automatic dispatch to avoid illegal
      instruction on Zve32x-only CPUs.
    
    Signed-off-by: yuanjia <yuan.jia@sanechips.com.cn>

    Changed files

    • doc/APIchanges
    • libavcodec/avcodec.h
    • libavcodec/fdctdsp.c
    • libavcodec/fdctdsp.h
    • libavcodec/options_table.h
    • libavcodec/riscv/Makefile
    • libavcodec/riscv/fdct.h
    • libavcodec/riscv/fdctdsp_init.c
    • libavcodec/riscv/fdctdsp_rvv.S
    • libavcodec/riscv/rvv.S
    • libavcodec/version.h