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

Builder ffmpegsos-solaris10-sparc Build #13813

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision82d03c6d8e1a16182b3db873eada6b968996437c
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 29 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13813 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 82d03c6d8e1a16182b3db873eada6b968996437c 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. Martin Storsjö
  2. Romain Beauxis

Timing:

StartWed Aug 12 13:29:43 2026
EndWed Aug 12 13:31:12 2026
Elapsed1 mins, 29 secs

All Changes:

:

  1. Change #277976

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Wed 12 Aug 2026 14:39:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e5ecfe8970899efa6ac0447fde4cb7c36ec23b75

    Comments

    avformat/id3v2: make legacy COMM descriptor-as-key behavior opt-in
    A COMM frame carries both a language and a short content descriptor, so its
    only unambiguous metadata key is "comment-<descriptor>-<lang>", while the
    extra export of the bare descriptor as a key silently overrides a real tag
    whenever the descriptor matches a known tag name such as "album".
    
    Restrict that legacy export to the container-level ID3v2 tag of callers that
    ask for it through the new AVFMT_FLAG_LEGACY_ID3V2_COMM_KEYS flag (-fflags
    +legacy_id3v2_comm_keys), which is deprecated along with
    FF_API_OLD_ID3V2_COMMENT and only exists to give those callers a transition
    path.

    Changed files

    • doc/APIchanges
    • libavformat/aacdec.c
    • libavformat/avformat.h
    • libavformat/demux.c
    • libavformat/hls.c
    • libavformat/id3v2.c
    • libavformat/id3v2.h
    • libavformat/mpegts.c
    • libavformat/options_table.h
    • libavformat/version.h
    • tests/fate/id3v2.mak
    • tests/ref/fate/id3v2-comm-dashed-descriptor
    • tests/ref/fate/id3v2-comm-descriptor
    • tests/ref/fate/id3v2-comm-descriptor-no-lang
    • tests/ref/fate/id3v2-comm-foo-lang-as-descriptor
    • tests/ref/fate/id3v2-comm-invalid-lang
    • tests/ref/fate/id3v2-comm-lang-as-descriptor
    • tests/ref/fate/id3v2-comm-long-descriptor
    • tests/ref/fate/id3v2-comm-multi-invalid-lang
    • tests/ref/fate/id3v2-comm-sort
    • tests/ref/fate/id3v2-comm-sort-
    • tests/ref/fate/id3v2-comm-sort-eng
    • tests/ref/fate/id3v2-reenc-delete-metadata-keep
    • tests/ref/fate/id3v2-reenc-delete-metadata-keep-format
    • tests/ref/fate/id3v2-reenc-remux-keep
    • tests/ref/fate/id3v2-wma-comm
    • tests/ref/fate/id3v2-wma-comm-asf_o
    • tests/ref/fate/id3v2-wma-comm-legacy-keys
  2. Change #277977

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 12 Aug 2026 14:57:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 82d03c6d8e1a16182b3db873eada6b968996437c

    Comments

    tests/checkasm: Give the ttaencdsp function a separate name
    Otherwise, if running both ttadsp and ttaencdsp tests in the same
    checkasm run, we get failures as the two functions don't match.
    
    This fixes running the "checkasm" binary without any "--test"
    parameter.

    Changed files

    • tests/checkasm/ttadsp.c