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

Builder ffmpegsos-solaris10-sparc Build #13730

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13730 Build
codebase Build
got_revision b57a3d028dbefc95f5f4bb70f2b2f5f8debb9a0c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b57a3d028dbefc95f5f4bb70f2b2f5f8debb9a0c Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. panboxiaosa

Timing:

StartThu Jul 30 00:13:57 2026
EndThu Jul 30 00:14:16 2026
Elapsed19 secs

All Changes:

:

  1. Change #276501

    Category ffmpeg
    Changed by panboxiaosa <panboxiaosaohnoyoudont@gmail.com>
    Changed at Thu 30 Jul 2026 01:49:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b57a3d028dbefc95f5f4bb70f2b2f5f8debb9a0c

    Comments

    avformat/mov: set video packet durations in presentation order
    STTS sample deltas follow decode order, while AVPacket.duration is
    defined as the interval to the next PTS in presentation order. Assigning
    the deltas directly therefore produces incorrect packet durations for
    VFR video with reordered frames.
    
    After index construction and edit-list processing, sort samples by PTS
    and set every duration with a following PTS from adjacent presentation
    timestamps. This reorders STTS durations where possible and derives
    intervals produced by the STTS/CTTS combination when necessary. Keep the
    original timing table if allocation fails or timestamps are invalid.
    
    Add FATE coverage for the official VFR H.264 sample and for a generated
    MPEG-4 case whose presentation intervals are not a permutation of its
    STTS deltas. Update the HEVC dts2pts CRA reference for the corrected
    presentation-order durations.
    
    Signed-off-by: panboxiaosa <panboxiaosa@gmail.com>

    Changed files

    • libavformat/mov.c
    • tests/fate/mov.mak
    • tests/ref/fate/hevc-bsf-dts2pts-cra
    • tests/ref/fate/mov-vfr-bframes-derived-duration
    • tests/ref/fate/mov-vfr-bframes-duration