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

Builder ffmpegsos-solaris10-i386 Build #14322

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision283e08e8875c3ce5cecbf324e75dd04deaed8f62
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 6 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14322 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 283e08e8875c3ce5cecbf324e75dd04deaed8f62 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:

StartMon Sep 21 21:44:30 2026
EndMon Sep 21 21:44:36 2026
Elapsed6 secs

All Changes:

:

  1. Change #282537

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 21 Sep 2026 23:02:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 95d3d992f5afb2d9fe22698e3f6916592a6701af

    Comments

    avformat/avformat: ignore enhancement only streams in av_find_best_stream()
    They can't be decoded on their own.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/avformat.c
  2. Change #282538

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 21 Sep 2026 23:07:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 23b79c04285c64b3df910aa534075f01868a9268

    Comments

    ffplay: merge LCEVC streams into the base stream
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • configure
    • fftools/ffplay.c
  3. Change #282539

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 21 Sep 2026 23:23:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ae9e69781b3cf594d374aea5be9875886cfc8be0

    Comments

    avcodec/gifdec: don't return AVERROR_EOF
    FFCodec->cb.decode() decoders should only return bytes consumed or actual
    decoding error codecs.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/gifdec.c
  4. Change #282540

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 21 Sep 2026 23:23:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 14ef93d14c957ac4d581c3a7d8d8f7615ca75719

    Comments

    avcodec/libfdk-aacdec: don't return AVERROR_EOF
    FFCodec->cb.decode() decoders should only return bytes consumed or actual
    decoding error codecs.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/libfdk-aacdec.c
  5. Change #282541

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 21 Sep 2026 23:23:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3bbf175db8dc80c4ff970b14993b6121ad98b54e

    Comments

    avcodec/tiff: don't return AVERROR_EOF
    FFCodec->cb.decode() decoders should only return bytes consumed or actual
    decoding error codecs.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/tiff.c
  6. Change #282542

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 21 Sep 2026 23:23:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 283e08e8875c3ce5cecbf324e75dd04deaed8f62

    Comments

    avcodec/decode: ensure decoders using the simple API don't return AVERROR_EOF
    FFCodec->cb.decode() decoders should only return bytes consumed or actual
    decoding error codecs.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/decode.c