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

Builder ffmpegsos-solaris10-i386 Build #13688

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiondcbfa11c96e2592e2f2412fac693e39f4c141bfe
Got Revisiondcbfa11c96e2592e2f2412fac693e39f4c141bfe
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13688 Build
codebase Build
got_revision dcbfa11c96e2592e2f2412fac693e39f4c141bfe Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision dcbfa11c96e2592e2f2412fac693e39f4c141bfe 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. nyanmisaka

Timing:

StartTue Apr 7 17:04:58 2026
EndTue Apr 7 17:05:13 2026
Elapsed15 secs

All Changes:

:

  1. Change #263915

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Tue 07 Apr 2026 16:54:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0acc73b7fbf65a2b9091359c1ca1b434a1dfb239

    Comments

    avcodec/amfenc: support full range in AV1 and update deprecated AMF range flags for H264/HEVC
    Furthermore, the flags for H264/HEVC have been updated to those renamed in AMF 1.5.0+,
    instead of using the old ones that were already marked as deprecated:
    
    AMF_VIDEO_ENCODER_FULL_RANGE_COLOR -> AMF_VIDEO_ENCODER_OUTPUT_FULL_RANGE_COLOR
    AMF_VIDEO_ENCODER_HEVC_NOMINAL_RANGE -> AMF_VIDEO_ENCODER_HEVC_OUTPUT_FULL_RANGE_COLOR
    
    The macro content remains the same, therefore it will not cause regressions.
    
    Signed-off-by: nyanmisaka <nst799610810@gmail.com>

    Changed files

    • libavcodec/amfenc_av1.c
    • libavcodec/amfenc_h264.c
    • libavcodec/amfenc_hevc.c
  2. Change #263916

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Tue 07 Apr 2026 16:54:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2f592f06996e564c5c1fb0537288375028aa1b58

    Comments

    avcodec/amfenc: use pixel desc to determine YUV and bit depth
    Therefore, YUV420P and X2BGR10 are now being taken into consideration.
    
    Signed-off-by: nyanmisaka <nst799610810@gmail.com>

    Changed files

    • libavcodec/amfenc_av1.c
    • libavcodec/amfenc_h264.c
    • libavcodec/amfenc_hevc.c
  3. Change #263917

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Tue 07 Apr 2026 16:54:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 113c1c06247d6ab2fa0b9b3d8392e583ac6c08c8

    Comments

    avcodec/amfenc: let the HEVC encoder profile follow the target bit depth
    Previously, you could even set the Main profile for the P010 input and 10-bit output.
    
    Signed-off-by: nyanmisaka <nst799610810@gmail.com>

    Changed files

    • libavcodec/amfenc_hevc.c
  4. Change #263918

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Tue 07 Apr 2026 16:54:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dcbfa11c96e2592e2f2412fac693e39f4c141bfe

    Comments

    avcodec/amfenc: remove the AMF_VIDEO_ENCODER_AV1_CAP_{WIDTH,HEIGHT}_ALIGNMENT_FACTOR_LOCAL
    These have been defined in AMF 1.4.35+ but we are on 1.5.0.
    
    Signed-off-by: nyanmisaka <nst799610810@gmail.com>

    Changed files

    • libavcodec/amfenc_av1.c