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

Builder ffmpegsos-solaris10-sparc Build #14019

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1f9ba3fb6b196e8a4c955bcaada2f9feb492b66b
Got Revision1f9ba3fb6b196e8a4c955bcaada2f9feb492b66b
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 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 ( 6 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_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 14019 Build
codebase Build
got_revision 1f9ba3fb6b196e8a4c955bcaada2f9feb492b66b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1f9ba3fb6b196e8a4c955bcaada2f9feb492b66b 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. Niklas Haas

Timing:

StartWed Sep 16 11:44:14 2026
EndWed Sep 16 11:44:50 2026
Elapsed36 secs

All Changes:

:

  1. Change #281910

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 16 Sep 2026 13:17:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2886aa54c566de980a37a3121b17deb4ac7b91eb

    Comments

    avfilter/vf_limiter: gather per-slice return values
    Needed for the upcoming commit.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>
    Sponsored-by: nxtedition AB

    Changed files

    • libavfilter/vf_limiter.c
  2. Change #281911

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 16 Sep 2026 13:17:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2be98b13b2d8012898f530dcb30f72f71dcfef72

    Comments

    avfilter/vf_limiter: allow min/max=auto to infer TV signal range
    This is actually the only way currently of setting a different level for
    the Y and UV planes, which matters as this filter may requires a plane copy
    for passthrough planes.
    
    I'm tempted to just make "auto" the default, but it would possibly regress
    existing users, so I decided not to touch it for now.
    
    Only limit to MPEG range is the frame is definitely tagged as TV range,
    since otherwise an unspecified/unknown frame would be silently clipped,
    possibly affecting downstream filters like vf_colordetect.
    
    Sponsored-by: nxtedition AB
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • doc/filters.texi
    • libavfilter/vf_limiter.c
  3. Change #281912

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 16 Sep 2026 13:17:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1f9ba3fb6b196e8a4c955bcaada2f9feb492b66b

    Comments

    avfilter/vf_limiter: detect and skip no-op planes
    A plane that was requested to be limited, but where the bounds already
    agree with the represesentable signal range, can just be treated as a noop.
    
    Sponsored-by: nxtedition AB
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libavfilter/vf_limiter.c