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

Builder ffmpegsos-solaris10-i386 Build #13799

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13799 Build
codebase Build
got_revision 2e6af104816dec3f847800adc7bee723d9b509f7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2e6af104816dec3f847800adc7bee723d9b509f7 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartWed Apr 29 16:02:24 2026
EndWed Apr 29 16:02:38 2026
Elapsed14 secs

All Changes:

:

  1. Change #265916

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 29 Apr 2026 16:00:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8fad6dcfd906485cffc9becab8b4071f46224f20

    Comments

    avformat/dashdec: support more than one underlying stream per Representation
    Some Dash manifests contain Representations within an Adaptation Set that
    reference an underlying mp4 context that contain more than the stream it
    describes, as is the case of LCEVC enhancements.
    
    Despite the fact open_demux_for_component() loops through all streams in the
    underlying context, the rest of the demuxer is writen assuming only the
    stream described by the corresponding representation will be present, which
    results in completely wrong stream index assignments.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/dashdec.c
  2. Change #265918

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 29 Apr 2026 16:00:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2e6af104816dec3f847800adc7bee723d9b509f7

    Comments

    avformat/dashdec: copy stream groups from input representations
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/dashdec.c