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

Builder ffmpeg64-solaris10-i386 Build #13704

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 9 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_64.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/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 13704 Build
codebase Build
got_revision 28ecb07e55eabb481082c869b4bef3e36e1e0621 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 28ecb07e55eabb481082c869b4bef3e36e1e0621 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. 牟凡

Timing:

StartThu May 7 14:12:38 2026
EndThu May 7 14:12:58 2026
Elapsed20 secs

All Changes:

:

  1. Change #266505

    Category ffmpeg
    Changed by 牟凡 <moufan17ohnoyoudont@126.com>
    Changed at Thu 07 May 2026 11:42:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 28ecb07e55eabb481082c869b4bef3e36e1e0621

    Comments

    avcodec/cbs_h266: fix wrong condition for chroma MTT depth in PH
    In the picture header parser, the chroma branch incorrectly tested
    sps_max_mtt_hierarchy_depth_intra_slice_chroma to decide whether to
    parse ph_log2_diff_max_{bt,tt}_min_qt_intra_slice_chroma.
    
    Per ITU-T H.266 (V4, 01/2026) section 7.3.2.8 "Picture header
    structure syntax", the condition is on the just-parsed
    ph_max_mtt_hierarchy_depth_intra_slice_chroma, exactly mirroring the
    luma branch a few lines above and the inter-slice branch below.
    sps_partition_constraints_override_enabled_flag allows the picture
    header to override the SPS values, so testing the SPS field is
    incorrect and desynchronises the parser whenever the PH override
    changes the chroma MTT depth from/to zero.
    
    Signed-off-by: Mou Fan <moufan17@126.com>

    Changed files

    • libavcodec/cbs_h266_syntax_template.c