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

Builder ffmpeg-solaris10-i386 Build #14030

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiona4317c4ff8b0fcd0b486f6a57628bbcf6f0aa5eb
Got Revisiona4317c4ff8b0fcd0b486f6a57628bbcf6f0aa5eb
Changes1 change

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 ( 9 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 14030 Build
codebase Build
got_revision a4317c4ff8b0fcd0b486f6a57628bbcf6f0aa5eb Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a4317c4ff8b0fcd0b486f6a57628bbcf6f0aa5eb 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:

StartFri Jun 19 06:42:57 2026
EndFri Jun 19 06:43:15 2026
Elapsed18 secs

All Changes:

:

  1. Change #271765

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Fri 19 Jun 2026 06:33:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a4317c4ff8b0fcd0b486f6a57628bbcf6f0aa5eb

    Comments

    avcodec/webvttdec: map WebVTT cue timestamps to ASS {\kf} tags
    Split each cue at its inline timestamps and emit every segment as
    "{\kf<cs>}<text>", the duration being the segment's own span (next
    timestamp minus current); the tag precedes the text so the karaoke fill
    runs during the segment.  Boundaries are rounded to centiseconds against
    the cue start and differenced, so durations telescope to the cue length
    without drift.  Packet timing uses pkt_timebase rather than assuming a
    1/1000 time base.  Out-of-range, non-monotonic and malformed timestamps
    are ignored; cues without timestamps are emitted unchanged.
    
    ASS {\kf} only approximates WebVTT timed text (no ::cue(:past/:future)).
    
    Fixes: ticket #23289
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavcodec/webvttdec.c