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

Builder ffmpegsos-solaris10-sparc Build #12317

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-sparc' 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 ( 6 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 ( 2 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 12317 Build
codebase Build
got_revision d12791ef7ff78e81f7ada42276862976fa1d09a1 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d12791ef7ff78e81f7ada42276862976fa1d09a1 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. Chris Hodges

Timing:

StartMon Oct 27 23:17:36 2025
EndMon Oct 27 23:17:51 2025
Elapsed15 secs

All Changes:

:

  1. Change #246886

    Category ffmpeg
    Changed by Chris Hodges <chrishodohnoyoudont@axis.com>
    Changed at Mon 27 Oct 2025 23:11:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d12791ef7ff78e81f7ada42276862976fa1d09a1

    Comments

    libavformat: fix rtpdec_av1 regarding OBU size
    Fix the AV1 RTP depacketizer for instances where the OBU elements
    did not have their OBU size fields removed according to the
    recommendation (SHOULD) of the AV1 RTP specification.
    
    Roger Hardiman courteously reported that the depacketizer doesn't
    work correctly for fragmented OBU elements with their OBU size
    fields still present and will incorrectly state that the
    continuation of such a fragment was unexpected, because the
    frag_obu_size field was used as a state and only incremented
    when the size field needed to be updated on OBU size field
    restoration. This patch solves the slip.
    
    Change-Id: I95af8cc89862e8ecf79aabcf029dd95a20dfd7ad

    Changed files

    • libavformat/rtpdec_av1.c