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

Builder ffmpeg64-solaris10-i386 Build #14111

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionf7fbb1260e1df3389143cfbbc603008f4230ee48
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jun Zhao

Timing:

StartFri Sep 11 22:58:05 2026
EndFri Sep 11 22:58:10 2026
Elapsed5 secs

All Changes:

:

  1. Change #281541

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Sat 12 Sep 2026 00:31:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9e011abad729687f6e14c32fd90629e5aa820a3a

    Comments

    fftools/ffmpeg: add -stereo3d per-stream output option
    Sources such as PNG sequences have no stereoscopic metadata, so there
    was no CLI way to write container layout tags without an external
    post-processor. Inject AV_PKT_DATA_STEREO3D onto the output stream
    after bitstream filters and before write_header.
    
    A bare -stereo3d applies to video and is ignored on other types; an
    explicit specifier on a non-video stream is rejected.
    
    Fixes: #24269
    Reported-by: optozorax
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_mux.c
    • fftools/ffmpeg_mux.h
    • fftools/ffmpeg_mux_init.c
    • fftools/ffmpeg_opt.c
  2. Change #281542

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Sat 12 Sep 2026 00:31:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0412377f68e91fc1dbf727d69935ed8e1102e6c7

    Comments

    avformat/movenc: warn when st3d/sv3d skipped due to strict compliance
    Those boxes are written only with -strict unofficial. Look up the
    corresponding side data before the compliance gate, so the warning is
    emitted whenever stricter compliance prevents writing them, matching
    dvcC/hvcE. Whether a box is written is unchanged, and metadata that the
    writers do not support is still reported separately.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavformat/movenc.c
  3. Change #281543

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Sat 12 Sep 2026 00:31:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4a4d89cd7635891343a249a06d04de837a4a1c5b

    Comments

    avformat/mov: keep st3d type when merging vexu eyes
    vexu eyes/stri only records packed vs single-eye, not SBS/TB. Writing
    both boxes (MP4 with -strict unofficial) let that UNSPEC type overwrite
    the layout already parsed from st3d. Keep the more specific type so
    the file round-trips in ffprobe.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavformat/mov.c
  4. Change #281544

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Sat 12 Sep 2026 00:31:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 73d6d71893d5ee419b97f0f8dbeedbb8f9e76249

    Comments

    tests/fate: add a Matroska -stereo3d encode test
    Encode vsynth through mpeg4 with -stereo3d:v sbsl and check that
    ffprobe reports side-by-side packed Stereo 3D side data. Also check
    that -stereo3d overrides a stereo_mode tag on the same stream, that an
    explicit -metadata stereo_mode tag is honored, and that the global
    stereo_mode fallback still applies to the other output streams.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • tests/fate/matroska.mak
    • tests/ref/fate/matroska-stereo3d-metadata
    • tests/ref/fate/matroska-stereo3d-override
    • tests/ref/fate/matroska-stereo3d-sbs
  5. Change #281545

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Sat 12 Sep 2026 00:31:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c0226c68ae571b941c8b6fcb78cd5b7a1db822b0

    Comments

    tests/fate: add an MP4 -stereo3d encode test
    Encode vsynth through mpeg4 into MP4 with -strict unofficial and
    -stereo3d:v sbsl, and check that ffprobe round-trips side-by-side
    packed Stereo 3D side data.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • tests/fate/mov.mak
    • tests/ref/fate/mov-stereo3d-sbs-mp4
  6. Change #281546

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Sat 12 Sep 2026 00:31:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f7fbb1260e1df3389143cfbbc603008f4230ee48

    Comments

    doc: document the -stereo3d option
    Describe the CLI values, that the option writes layout metadata
    rather than rearranging pixels, and how MP4/MOV/Matroska consume
    the resulting side data.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • doc/ffmpeg.texi
    • doc/muxers.texi