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

Builder ffmpegsos-solaris10-sparc Build #13646

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 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 ( 10 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_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 13646 Build
codebase Build
got_revision dae76b2cb186a567987ddbffc0f153e84f7d724b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision dae76b2cb186a567987ddbffc0f153e84f7d724b 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. Lynne

Timing:

StartWed Jun 17 10:39:29 2026
EndWed Jun 17 10:40:07 2026
Elapsed37 secs

All Changes:

:

  1. Change #271431

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Wed 17 Jun 2026 10:34:24
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a51ec04adfcd0a872a2ac5826c42cad304d7c5e3

    Comments

    aacdec_usac: parse loudnessInfoV1
    Real-world xHE-AAC streams and the ISO/IEC 23003-3 conformance
    sequences carry their loudness metadata exclusively as loudnessInfoV1()
    inside loudnessInfoSetExtension(), which was previously rejected with
    AVERROR_PATCHWELCOME, making such streams undecodable and loudness
    normalization inoperative on them.
    
    loudnessInfoV1() is identical to loudnessInfo() apart from an added
    eqSetId field. Parse it, restrict measurement selection to
    eqSetId == 0 (in line with the downmixId/drcSetId restrictions), and
    skip unknown loudnessInfoSetExtension() payloads using their explicitly
    coded size instead of erroring out.

    Changed files

    • libavcodec/aac/aacdec.h
    • libavcodec/aac/aacdec_usac.c
  2. Change #271432

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Wed 17 Jun 2026 10:34:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dae76b2cb186a567987ddbffc0f153e84f7d724b

    Comments

    fate/aac: add xHE-AAC decode and loudness normalization tests
    Frequency-domain mono/stereo decoding at several sampling rates, M/S,
    TNS, and target_level-based loudness normalization, compared against
    the reference decoder output of the ISO/IEC 23003-3 conformance
    sequences (at -16, -24 and -31 dB targets driven by loudnessInfoV1
    metadata), plus an exhale-encoded stream carrying v0 loudnessInfo().

    Changed files

    • tests/fate/aac.mak