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

Builder ffmpeg-solaris10-sparc Build #13204

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5ba2525c7affc29cbd99e6266946b382d3fffe8b
Got Revision5ba2525c7affc29cbd99e6266946b382d3fffe8b
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-sparc' 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 ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 3 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13204 Build
codebase Build
got_revision 5ba2525c7affc29cbd99e6266946b382d3fffe8b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5ba2525c7affc29cbd99e6266946b382d3fffe8b 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. Werner Robitza

Timing:

StartWed Feb 25 17:44:40 2026
EndWed Feb 25 17:45:04 2026
Elapsed23 secs

All Changes:

:

  1. Change #258933

    Category ffmpeg
    Changed by Werner Robitza <werner.robitzaohnoyoudont@gmail.com>
    Changed at Wed 25 Feb 2026 16:43:53
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5ba2525c7affc29cbd99e6266946b382d3fffe8b

    Comments

    avcodec/libsvtav1: enable 2-pass encoding
    This patch enables two-pass encoding for libsvtav1 by implementing
    support for AV_CODEC_FLAG_PASS1 and AV_CODEC_FLAG_PASS2.
    
    Previously, users requiring two-pass encoding with SVT-AV1 had to use
    the standalone SvtAv1EncApp tool. This patch allows 2-pass encoding
    directly through FFmpeg.
    
    Based on patch by Fredrik Lundkvist, with review feedback from James
    Almer and Andreas Rheinhardt.
    See: https://ffmpeg.org/pipermail/ffmpeg-devel/2024-May/327452.html
    
    Changes:
    
    - Use AV_BASE64_DECODE_SIZE macro for buffer size calculation
    - Allocate own buffer for rc_stats_buffer (non-ownership pointer)
    - Error handling with buffer cleanup
    
    Signed-off-by: Werner Robitza <werner.robitza@gmail.com>

    Changed files

    • libavcodec/libsvtav1.c