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

Builder ffmpeg-solaris10-i386 Build #12369

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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.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/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 12369 Build
codebase Build
got_revision ad0a44028dcf0cb9f6f7d3a5c5bd5b4bd57b09f5 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ad0a44028dcf0cb9f6f7d3a5c5bd5b4bd57b09f5 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jorge Estrada

Timing:

StartFri Jul 4 01:52:04 2025
EndFri Jul 4 01:52:18 2025
Elapsed14 secs

All Changes:

:

  1. Change #238306

    Category ffmpeg
    Changed by Jorge Estrada <jestrada.listohnoyoudont@gmail.com>
    Changed at Fri 04 Jul 2025 01:32:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ad0a44028dcf0cb9f6f7d3a5c5bd5b4bd57b09f5

    Comments

    avfilter: add pad_cuda filter
    This patch adds the pad_cuda video filter. A filter similar to the existing pad filter but accelerated by CUDA.
    
    The filter shares the same options as the software pad filter.
    
    Example usage:
    ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i input.mp4 -vf "pad_cuda=w=iw+100:h=ih+100:x=-1:y=-1:color=red" out.mp4
    
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>

    Changed files

    • Changelog
    • configure
    • doc/filters.texi
    • libavfilter/Makefile
    • libavfilter/allfilters.c
    • libavfilter/version.h
    • libavfilter/vf_pad_cuda.c
    • libavfilter/vf_pad_cuda.cu