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

Builder ffmpegsos-solaris10-i386 Build #13631

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 1 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13631 Build
codebase Build
got_revision d069ba22ff73ef71e628dfd7193ae0fe36ec4bda Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d069ba22ff73ef71e628dfd7193ae0fe36ec4bda 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. James Almer

Timing:

StartSat Mar 28 21:27:44 2026
EndSat Mar 28 21:28:03 2026
Elapsed19 secs

All Changes:

:

  1. Change #262685

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 28 Mar 2026 21:14:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d6a22cda380385b453c1753aa8cc0289ab8227fd

    Comments

    avcodec/decode: add a hwaccel specific post_process callback to FrameDecodeData
    Leave the existing one for non decoder-specific, post processing usage.
    With this, scenarios like nvdec decoding can work algonside lcevc enhancement application.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/decode.c
    • libavcodec/decode.h
    • libavcodec/nvdec.c
    • libavcodec/videotoolbox.c
  2. Change #262686

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 28 Mar 2026 21:14:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d069ba22ff73ef71e628dfd7193ae0fe36ec4bda

    Comments

    avcodec/decode: don't try to apply LCEVC enhancements if some other kind of post processing is active
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/decode.c