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

Builder ffmpeg64-solaris10-i386 Build #13530

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 14 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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 13530 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 28ab24b71717027ab67e6220bd0dad82a90f22c1 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Zhao Zhili

Timing:

StartWed Apr 1 16:25:31 2026
EndWed Apr 1 16:26:45 2026
Elapsed1 mins, 14 secs

All Changes:

:

  1. Change #263183

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Wed 01 Apr 2026 16:17:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f9d289020da4153c6fb49e62073db38c9a675937

    Comments

    avcodec/av1dec: fix null pointer dereference in LCEVC side data handling
    ff_frame_new_side_data() may set sd to NULL and return 0 when
    side_data_pref() determines that existing side data should be
    preferred.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavcodec/av1dec.c
  2. Change #263184

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Wed 01 Apr 2026 16:17:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bba9bf7e7e3d14092d97a4812382cbb88b565748

    Comments

    avcodec/libdav1d: fix null pointer dereference in LCEVC side data handling
    ff_frame_new_side_data() may set sd to NULL and return 0 when
    side_data_pref() determines that existing side data should be
    preferred.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavcodec/libdav1d.c
  3. Change #263185

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Wed 01 Apr 2026 16:19:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 28ab24b71717027ab67e6220bd0dad82a90f22c1

    Comments

    avformat/matroskadec: avoid calling get_bytes_left() three times with the same state
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavformat/matroskadec.c