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

Builder ffmpeg-solaris10-sparc Build #12471

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision4c3f94f2651ce4d6834fbef10e5c287f25720ac9
Got Revision4c3f94f2651ce4d6834fbef10e5c287f25720ac9
Changes20 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 2 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 2 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 17 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.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12471 Build
codebase Build
got_revision 4c3f94f2651ce4d6834fbef10e5c287f25720ac9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4c3f94f2651ce4d6834fbef10e5c287f25720ac9 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Leo Izen

Timing:

StartTue Aug 19 17:44:01 2025
EndTue Aug 19 17:44:38 2025
Elapsed36 secs

All Changes:

:

  1. Change #243294

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a99fff4e2d4058c57599ba0b968862af82bdad5b

    Comments

    avcodec/tiff_common: rename TIFF enum constants
    This makes the enum TiffTypes public by moving it to the public header
    exif.h and renaming it to AVTiffDataType, as well as adding an AV_
    prefix in front of each of the entry names. This allows callers to use
    enum AVTiffDataType without pulling in all of tiff_common.h, as that
    header is not public.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c
    • libavcodec/exif.h
    • libavcodec/tiff.c
    • libavcodec/tiff_common.c
    • libavcodec/tiff_common.h
    • libavcodec/tiffenc.c
    • libavformat/mlvdec.c
  2. Change #243295

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bb90b262d6d23f1bca3587a48abc15b951cbbf05

    Comments

    avutil/side_data: add EXIF side data type
    This commit adds support for the additional side data type
    AV_FRAME_DATA_EXIF, which contains a buffer of an EXIF metadata
    payload.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavutil/frame.h
    • libavutil/side_data.c
    • libavutil/version.h
  3. Change #243296

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ad77345a5d14862f4701e5ad422b03b14934a5b9

    Comments

    avcodec/exif: add EXIF parser and struct API
    This commit adds a structure to contain parsed EXIF metadata, as well
    as code to read and write that struct from/to binary EXIF buffers. Some
    internal functions have been moved to exif_internal.h. Code to read
    from this new struct and write to an AVDictionary **dict has been added
    as well in order to preserve interoperability with existing callers.
    The only codec changes so far as of this commit are to call these
    interop functions, but in future commits there will be codec changes to
    use the new parsing routines instead.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • Changelog
    • libavcodec/Makefile
    • libavcodec/exif.c
    • libavcodec/exif.h
    • libavcodec/exif_internal.h
    • libavcodec/mjpegdec.c
    • libavcodec/version.h
    • libavcodec/webp.c
    • tests/ref/fate/exif-image-embedded
    • tests/ref/fate/exif-image-jpg
    • tests/ref/fate/exif-image-webp
  4. Change #243297

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ba2ea285e0f270a0a885b414cafaace6a89b9a91

    Comments

    avformat/avidec: use new EXIF metadata API instead of avpriv_
    This commit switches avidec to use the new metadata API exposed by
    the previous commit instead of relying on the existing avipriv_ function
    exposed by lavc.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavformat/avidec.c
  5. Change #243298

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bfb17d26306592c85cf0c4e909099c621177b062

    Comments

    avcodec/exif: add deprecation guards for old avpriv_
    Add FF_API_OLD_EXIF deprecation guard based on lavc version < 62 in
    order to allow removing the avpriv_ next major version bump.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c
    • libavcodec/exif.h
    • libavcodec/version_major.h
  6. Change #243299

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 52dba25661305e3c4a6209d46aea43cd327c960e

    Comments

    avcodec/mjpegdec: use new EXIF parse API
    Switch over to the new API to parse EXIF metadata.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/mjpegdec.c
    • libavcodec/mjpegdec.h
    • tests/ref/fate/exif-image-embedded
    • tests/ref/fate/exif-image-jpg
  7. Change #243300

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c6cc2115f45ac26ae42442f8796996eb410f4028

    Comments

    avcodec/webp: use new EXIF parse API
    Switch over to the new API to parse EXIF metadata.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/webp.c
    • tests/ref/fate/exif-image-webp
  8. Change #243301

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e3aa1154aab2656c91ce61915f79516d9b563b61

    Comments

    avcodec/exif: remove ff_exif_decode_ifd
    This function is no longer called and its functionality
    can be accessed using the new API in exif.h as well as the
    various internal attach functions in exif_internal.h.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c
    • libavcodec/exif_internal.h
  9. Change #243302

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f5ad1c910c168d05cb01315773ab0bd094c9372f

    Comments

    avcodec/exif: add ff_exif_get_buffer
    Add a function to allow encoders to get a self-contained EXIF
    buffer to write into an EXIF chunk.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c
    • libavcodec/exif_internal.h
  10. Change #243303

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 44af3829796427b89c4b76b56652cc5932ada616

    Comments

    avcodec/pngdec: support reading EXIF profiles
    Add support to parse eXIf chunks using the new EXIF framework, as well
    as EXIF profiles in zTXt and tEXt with Raw profile type exif.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/pngdec.c
  11. Change #243304

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d3190a64c366a79091fe47fddf93c09a7d988802

    Comments

    avcodec/pngenc: support writing EXIF profiles
    Add support to write EXIF profiles using the new EXIF framework, namely
    ff_exif_get_buffer, and writing them into eXIf chunks.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c
    • libavcodec/pngenc.c
    • tests/ref/fate/cover-art-mp3-id3v2-remux
    • tests/ref/fate/mov-cover-image
  12. Change #243305

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5caaadee7954f2014d9e0a17d1edfb961893bcf1

    Comments

    avcodec/exif: add orientation ID and matrix conversion routines
    Takes existing code that makes display matricies work with EXIF
    orientation tags and expose the conversion as a public API.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c
    • libavcodec/exif.h
  13. Change #243306

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 303f60684f25ce63951480ef0f759acf41aac938

    Comments

    avcodec/exif: add av_exif_remove_entry
    Add an API function that allows popping an exif entry out of the struct
    entirely rather than requiring it be replaced with a default value.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c
    • libavcodec/exif.h
  14. Change #243307

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 93a8091015978c44462626409af71789080bbef4

    Comments

    avcodec/exif: add av_exif_get_entry
    Add an API function to retrieve am AVExifEntry struct with a given TIFF
    tag ID from the AVExifMetadata ifd struct.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c
    • libavcodec/exif.h
  15. Change #243308

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1e816ebefee0ef479fa76bd2a1fb9ec5d5e807df

    Comments

    avcodec/tiff: decode TIFF non-image-data tags into EXIF metadata struct
    This commit will cause TIFF files to store their tags in the EXIF
    struct so tags such as orientation can be transfered to other formats
    (such as PNG) in a way that doesn't corrupt the IFD.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/tiff.c
    • tests/ref/fate/exif-image-tiff
  16. Change #243309

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5d4f873ff31f86f9ae1927f37ca0fcb78da70512

    Comments

    fftools/ffprobe: print EXIF side data size
    We don't need to print the tags here because they're added as dict
    elements to AVFrame->metadata and are printed elsewhere with ffprobe
    -show_frames.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • fftools/ffprobe.c
    • tests/ref/fate/exif-image-embedded
    • tests/ref/fate/exif-image-jpg
    • tests/ref/fate/exif-image-tiff
    • tests/ref/fate/exif-image-webp
  17. Change #243310

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8132ee046d1a03c5913759c50fce7beda8d3d627

    Comments

    avcodec/libjxldec: read EXIF metadata from container JPEG XL files
    libjxl provides the ability to get EXIF metadata from an ISO18181-2
    JPEG XL container file. This commit enables reading it and attaching
    it to an AVFrame using the new EXIF API.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/libjxldec.c
  18. Change #243311

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 535a07d14e16eb2930d2b1e16605eafa95959139

    Comments

    avcodec/exif: add ff_exif_sanitize_ifd
    This commit takes some of the sanitize code used by ff_exif_get_buffer
    and exposes it as an ff_ API, so encoders who wish to modify the
    sanitized IFD before calling av_exif_write can do so.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c
    • libavcodec/exif_internal.h
  19. Change #243312

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:26:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fe496b0308f1911138698b92bbafac582fa455d7

    Comments

    avcodec/libjxlenc: apply displaymatrix side data orientation to output
    If the output is tagged with AV_FRAME_DATA_DISPLAYMATRIX we will read
    it and apply it to the output file.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/libjxlenc.c
  20. Change #243313

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Tue 19 Aug 2025 17:32:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4c3f94f2651ce4d6834fbef10e5c287f25720ac9

    Comments

    doc/APIChanges: document EXIF API additions
    Many of these additions are in separate commits in one set, so in the
    interest of clarity, the API changes are all documented in one commmit
    here.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • doc/APIchanges