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

Builder ffmpeg64-solaris10-i386 Build #14103

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionefb0a7e5e78ab261ad8ac5af0ff867fe9ce8c99a
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 14 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 14103 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision efb0a7e5e78ab261ad8ac5af0ff867fe9ce8c99a 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. Michael Niedermayer

Timing:

StartThu Sep 10 15:10:45 2026
EndThu Sep 10 15:11:00 2026
Elapsed14 secs

All Changes:

:

  1. Change #281358

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Thu 10 Sep 2026 15:56:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision efb0a7e5e78ab261ad8ac5af0ff867fe9ce8c99a

    Comments

    avformat/mov: clip overly large trun sample durations
    The mov demuxer already treats sample durations above max_stts_delta as invalid when reading stts. Apply the same policy to fragmented files before storing trun durations in the packet time-to-sample table.
    
    This prevents a corrupt UINT32_MAX duration from making timestamp-generating filters duplicate millions of frames.
    
    Fixes issue #22843.
    
    Assisted-by: Fairy

    Changed files

    • libavformat/mov.c
    • tests/fate/mov.mak
    • tests/ref/fate/mov-trun-large-sample-duration