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

Builder ffmpeg-solaris10-i386 Build #13093

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 14 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 ( 2 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 13093 Build
codebase Build
got_revision 43dbc011fa523bbfe194f26455a44a1070c0f8c7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 43dbc011fa523bbfe194f26455a44a1070c0f8c7 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. Gyan Doshi

Timing:

StartMon Jan 19 12:28:55 2026
EndMon Jan 19 12:29:20 2026
Elapsed24 secs

All Changes:

:

  1. Change #255631

    Category ffmpeg
    Changed by Gyan Doshi <ffmpegohnoyoudont@gyani.pro>
    Changed at Mon 19 Jan 2026 12:21:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1ccd2f6243b3d9336fb361018d83cbf9ce0ae1b9

    Comments

    avcodec/bsf/setts: rescale TS when changing TB
    The setts bsf has an option to change TB. However the filter only
    changed the TB and did not rescale the ts and duration, so it
    effectively and silently stretched or squeezed the stream.
    
    The pts, dts and duration are now rescaled to maintain temporal fidelity.

    Changed files

    • libavcodec/bsf/setts.c
  2. Change #255632

    Category ffmpeg
    Changed by Gyan Doshi <ffmpegohnoyoudont@gyani.pro>
    Changed at Mon 19 Jan 2026 12:21:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 43dbc011fa523bbfe194f26455a44a1070c0f8c7

    Comments

    avcodec/bsf/setts: add option prescale
    When prescale is enabled, time fields are converted to the output
    timebase before expression evaluation. This allows option specification
    even if the input timebase is unknown.

    Changed files

    • doc/bitstream_filters.texi
    • libavcodec/bsf/setts.c