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

Builder ffmpeg-solaris10-i386 Build #14047

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7c176c068d0992e277c59bba0e0beea0be47dd46
Got Revision7c176c068d0992e277c59bba0e0beea0be47dd46
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 10 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.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/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 14047 Build
codebase Build
got_revision 7c176c068d0992e277c59bba0e0beea0be47dd46 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7c176c068d0992e277c59bba0e0beea0be47dd46 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jun Zhao

Timing:

StartTue Jun 23 06:04:19 2026
EndTue Jun 23 06:04:37 2026
Elapsed18 secs

All Changes:

:

  1. Change #272164

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 23 Jun 2026 05:57:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b08c9c5f533e7dced089d12d4526301cc200c16e

    Comments

    lavfi/vf_subtitles: expose shaping option
    The ass filter exposes libass' shaping mode selection so callers can
    request complex shaping for scripts such as Arabic. The subtitles filter
    uses the same renderer path but did not expose the option.
    
    This left the zero-initialized shaping field to select
    ASS_SHAPING_SIMPLE implicitly.
    
    Expose the same shaping option for subtitles and default it to auto,
    matching the ass filter. This allows subtitles=...:shaping=complex to
    render Arabic lam-alef correctly when libass is built with HarfBuzz
    support.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/vf_subtitles.c
  2. Change #272165

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 23 Jun 2026 05:57:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7c176c068d0992e277c59bba0e0beea0be47dd46

    Comments

    doc/filters: document subtitles filter's shaping option
    The shaping option is now exposed by both the ass and subtitles filters.
    Document it under subtitles, update the ass filter description to refer
    to the shared option set, and note that complex shaping is required for
    Arabic, Hebrew, Devanagari and Thai and depends on a HarfBuzz-enabled
    libass build.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • doc/filters.texi