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

Builder ffmpeg-solaris10-sparc Build #13132

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiona2489b3ac6ed909ffe880058e0efb954f1e5a6b7
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 25 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13132 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a2489b3ac6ed909ffe880058e0efb954f1e5a6b7 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Sam.Richards@taurich.org
  2. Stéphane Cerveau

Timing:

StartSat Feb 14 15:04:41 2026
EndSat Feb 14 15:05:06 2026
Elapsed25 secs

All Changes:

:

  1. Change #257797

    Category ffmpeg
    Changed by Sam.Richardsohnoyoudont@taurich.org <Sam.Richardsohnoyoudont@taurich.org>
    Changed at Sat 14 Feb 2026 13:21:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 677cf95ea4be805fa326adb082eff666a2e790ea

    Comments

    Initial checkin of OCIO filter.
    Initial checkin of OCIO filter.
    
    Initial checkin of OCIO filter.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Change for the right C++ library, should work on linux too.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Adding inverse when using display/view.
    
    Removed comments.
    
    Removed code that was setting the CICP values. Hopefully this can be done through OCIO at some point.
    
    Config cleanup - need a modified require_cpp to handle namespacing.
    
    Switch to using require_cpp so that namespace can be used.
    
    Adding documentation.
    
    Sadly a bit of linting went in here, but more importantly added a threads option to split the image into horizontal tiles, since OCIO was running rather slow.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Adding context parameters.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Add the OCIO config parameter.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Make the min threads 1 for now, reserve 0 for later if we can automatically pick something.
    Also added a few comments.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    This is using ffmpeg-slicing.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Adding OCIO filetransform.
    
    Making sure everything is using av_log rather than std::cerr.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Updating the tests so they would work without additional files.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Adding the file-transform documentation.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Adding copyright/license info.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Removing tests, since this is optional code.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Code cleanup.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Typo.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    I went the wrong way, av_log is expecting \n
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Fix indenting to 4 spaces.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Fixing lint issues and a spelling mistake.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Code formatting cleanup to match conventions.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
    
    Whitespace removal.
    
    Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>

    Changed files

    • configure
    • doc/filters.texi
    • libavfilter/Makefile
    • libavfilter/allfilters.c
    • libavfilter/ocio_wrapper.cpp
    • libavfilter/ocio_wrapper.hpp
    • libavfilter/vf_opencolorio.c
  2. Change #257798

    Category ffmpeg
    Changed by Stéphane Cerveau <scerveauohnoyoudont@igalia.com>
    Changed at Sat 14 Feb 2026 13:24:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a2489b3ac6ed909ffe880058e0efb954f1e5a6b7

    Comments

    configure: provide vulkan incflags
    This patch allows to use pkgconfig cflags
    for vulkan in check_cpp_condition as the vulkan
    sdk might be installed in different place than
    system wide.
    
    See https://vulkan.lunarg.com/doc/sdk/latest/linux/getting_started.html

    Changed files

    • configure