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

Builder ffmpegsos-solaris10-i386 Build #14306

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb894a6f7c1c1af8cc1b6c5d949ba2e5ae2ab9b02
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 8 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 14306 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b894a6f7c1c1af8cc1b6c5d949ba2e5ae2ab9b02 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:

StartSat Sep 19 22:24:22 2026
EndSat Sep 19 22:24:31 2026
Elapsed8 secs

All Changes:

:

  1. Change #282266

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 19 Sep 2026 23:42:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 49fb9b44d5eadca5bef123801ddd27407220c074

    Comments

    avformat/matroskadec: add support for more than one BlockAdditionMapping of type ITU-T T.35
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/matroskadec.c
  2. Change #282267

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 20 Sep 2026 00:00:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c8595be8e62afd720dadaf72bc8be170b07477e9

    Comments

    avcodec/libfdk-aacdec: properly handle decoder delay
    Shift timestamps when available, and take into account the caller requested
    samples to be discarded alongside the decoder delay.
    
    Should fix issue #24526.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/libfdk-aacdec.c
  3. Change #282268

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 20 Sep 2026 00:00:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b894a6f7c1c1af8cc1b6c5d949ba2e5ae2ab9b02

    Comments

    avcodec/libfdk-aacdec: clear and reset some fields when flushing
    The decoder can't know where a seek landed, so the "delay_samples" way to
    discard the decoder delay in the first frame is not truly viable, so it needs
    to be removed.
    Add a call to aacDecoder_DecodeFrame() with the AACDEC_CLRHIST flag set, as the
    call to aacDecoder_SetParam() with the AAC_TPDEC_CLEAR_BUFFER setting was
    seemingly not enough to truly flush all the fdkaac internal buffers.
    
    Should fix issue #24527.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/libfdk-aacdec.c