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

Builder ffmpegsos-solaris10-sparc Build #13559

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 4 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 6 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 13559 Build
codebase Build
got_revision d1faab734d8981f110637157459ed927496aca06 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d1faab734d8981f110637157459ed927496aca06 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. James Almer

Timing:

StartSun Jun 7 15:32:43 2026
EndSun Jun 7 15:33:13 2026
Elapsed30 secs

All Changes:

:

  1. Change #269744

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 07 Jun 2026 15:24:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d1faab734d8981f110637157459ed927496aca06

    Comments

    avcodec/dcadec: map Lw/Rw to FLC/FRC
    Some 7.1 DTS files seem to signal Lw/Rw channels that the decoder has been
    mapping to SL/SR, despite the macro for the mask being called 7_1_WIDE.
    This resulted in said samples reporting the same native layout as actual 7.1
    samples with Lsr/Rsr/Lss/Rss (mapped to BL/BR/SL/SR).
    
    If we were to be strict, Lw/Rw would map to WR/WL, but that would result in an
    unusual native layout. Instead, lets map them to FLC/FRC, which will result in
    the more common 7.1(wide) native layout.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/dcadec.c