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

Builder ffmpegsos-solaris10-i386 Build #14275

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 4 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/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14275 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1f9ba3fb6b196e8a4c955bcaada2f9feb492b66b Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Niklas Haas

Timing:

StartWed Sep 16 11:44:25 2026
EndWed Sep 16 11:44:30 2026
Elapsed4 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