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

Builder ffmpegsos-solaris10-sparc Build #12607

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 7 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 ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12607 Build
codebase Build
got_revision 260f5a47a5cdf24c359f9979efd3d151985bc2b6 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 260f5a47a5cdf24c359f9979efd3d151985bc2b6 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Zhao Zhili

Timing:

StartTue Dec 23 04:31:34 2025
EndTue Dec 23 04:31:55 2025
Elapsed21 secs

All Changes:

:

  1. Change #253105

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Tue 23 Dec 2025 04:20:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 49a15e70be3709b7d4f64cd63e2739691d2c179b

    Comments

    avformat/rawvideodec: use AV_OPT_TYPE_PIXEL_FMT instead of parse from string manually

    Changed files

    • libavformat/rawvideodec.c
  2. Change #253106

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Tue 23 Dec 2025 04:20:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 260f5a47a5cdf24c359f9979efd3d151985bc2b6

    Comments

    avformat/rawvideodec: add stride option to skip line padding
    Some tools like v4l2-ctl dump data without skip padding. If the
    padding size is not an integer multiple of the number of pixel
    bytes, we cannot handle it by using a larger width, e.g.,, for
    RGB24 image with 32 bytes padding in each line.

    Changed files

    • doc/demuxers.texi
    • libavformat/rawvideodec.c
    • libavformat/version.h
    • tests/fate/demux.mak
    • tests/ref/fate/rawvideo-rgb-demux
    • tests/ref/fate/rawvideo-yuv-demux