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

Builder ffmpeg64-solaris10-i386 Build #14107

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5b614efc7e6134274fa5d05e240736be2dc203cc
Changes2 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 14107 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5b614efc7e6134274fa5d05e240736be2dc203cc 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. James Almer

Timing:

StartFri Sep 11 02:01:16 2026
EndFri Sep 11 02:01:23 2026
Elapsed6 secs

All Changes:

:

  1. Change #281418

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 11 Sep 2026 03:38:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 05bd55ff6eaeb1a352ee40bed58c4ad5740d64e9

    Comments

    avformat/cbs: move AV1 feature definition to their own header
    The lavf AV1 CBS implementation disables metadata, tile lists and padding,
    but movenccenc.c sees the default AV1RawOBU definition. On 32-bit MinGW,
    the metadata member raises the union alignment from four to eight bytes,
    placing obu at offset 16 in the caller instead of offset 12 in CBS.
    Consequently AV1 CENC reads the wrong fields and fails to write tiles.
    
    Move the feature definitions into the common lavf CBS header so that the
    parser and its callers use the same AV1RawOBU layout. Keep the reduced
    set of parsed OBU types.
    
    Add a FATE encryption/decryption test using the existing nonuniform-tile
    AV1 sample. The test fails before this change with GCC -m32 -malign-double
    (which reproduces the relevant MinGW layout) and passes afterwards with
    the same reference on that configuration and AArch64.
    
    Fixes #23069.
    
    Assisted-by: Fairy
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/cbs_av1.c
    • libavformat/cbs_av1.h
    • libavformat/movenccenc.c
    • tests/fate/mov.mak
    • tests/ref/fate/mov-av1-cenc
  2. Change #281419

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 11 Sep 2026 03:38:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5b614efc7e6134274fa5d05e240736be2dc203cc

    Comments

    tests/fate/mov: add more CENC tests
    This covers h264 and hevc for both Annex B and ISOBMFF input codepaths.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/fate/mov.mak
    • tests/ref/fate/mov-h264-cenc
    • tests/ref/fate/mov-h264_iso-cenc
    • tests/ref/fate/mov-hevc-cenc
    • tests/ref/fate/mov-hevc_iso-cenc