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

Builder ffmpeg64-solaris10-i386 Build #14141

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionbdc6a848f0b9bd2286ce5805efcf73e59d60caee
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 5 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 14141 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision bdc6a848f0b9bd2286ce5805efcf73e59d60caee 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. Shreesh Adiga

Timing:

StartWed Sep 16 06:56:41 2026
EndWed Sep 16 06:56:48 2026
Elapsed7 secs

All Changes:

:

  1. Change #281904

    Category ffmpeg
    Changed by Shreesh Adiga <16567adigashreeshohnoyoudont@gmail.com>
    Changed at Wed 16 Sep 2026 08:29:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d64b47f2596e2458c8c34559593cc14bc3c87407

    Comments

    avutil/cpu: add aarch64 CPU feature flag for ARM AES

    Changed files

    • configure
    • libavutil/aarch64/asm.S
    • libavutil/aarch64/cpu.c
    • libavutil/aarch64/cpu.h
    • libavutil/cpu.c
    • libavutil/cpu.h
    • libavutil/tests/cpu.c
    • tests/checkasm/checkasm.c
  2. Change #281905

    Category ffmpeg
    Changed by Shreesh Adiga <16567adigashreeshohnoyoudont@gmail.com>
    Changed at Wed 16 Sep 2026 08:29:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bdc6a848f0b9bd2286ce5805efcf73e59d60caee

    Comments

    avutil/aes: add aarch64 NEON implementation
    Ported the x86 AES-NI implementation to aarch64 NEON using AES extension.
    
    Benchmarking on A720 core reports about 50x speedup:
    checkasm: all 6 tests passed
    Benchmark results:
      name                         nsecs (vs ref)
      aes_decrypt_128_c:          5671.2
      aes_decrypt_128_aes:     92.3 (61.40x)
      aes_decrypt_192_c:          7031.2
      aes_decrypt_192_aes:    112.2 (62.65x)
      aes_decrypt_256_c:          8107.5
      aes_decrypt_256_aes:    131.2 (61.74x)
      aes_encrypt_128_c:          5838.7
      aes_encrypt_128_aes:    101.9 (57.24x)
      aes_encrypt_192_c:          7058.7
      aes_encrypt_192_aes:    120.4 (58.61x)
      aes_encrypt_256_c:          7952.2
      aes_encrypt_256_aes:    136.1 (54.44x)

    Changed files

    • libavutil/aarch64/Makefile
    • libavutil/aarch64/aes.S
    • libavutil/aarch64/aes_init.c
    • libavutil/aes.c
    • libavutil/aes_internal.h