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

Builder ffmpeg64-solaris10-i386 Build #14090

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 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 14090 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6962b42aa8e40d935ec8704821e98ef67008bf45 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. Kacper Michajłow

Timing:

StartTue Sep 8 03:44:07 2026
EndTue Sep 8 03:44:09 2026
Elapsed2 secs

All Changes:

:

  1. Change #281034

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 05:17:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e5eb7581ddc511a46892b5501b26fb831161b5da

    Comments

    avcodec/hevc: don't error out on remaining slices of a skipped picture
    When the first slice of a picture is skipped, an undecodable RASL
    after a seek or avctx->skip_frame, the remaining slices were still
    parsed against the stale context and failed the PPS change, dependent
    slice, or missing first slice checks, logging a decoding error per
    slice. Drop them before parsing instead.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/hevc/hevcdec.c
    • libavcodec/hevc/hevcdec.h
  2. Change #281035

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 05:17:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6962b42aa8e40d935ec8704821e98ef67008bf45

    Comments

    fate/hevc: test dropping remaining slices of a skipped picture
    Both DSLICE_A_HHI_5 and SLICES_A_Rovi_3 have pictures with multiple
    slice segments. With skip_frame set to nointra the first slice of every
    non intra picture is skipped and the remaining ones must be dropped
    without errors, which err_detect explode turns into a failure.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • tests/fate/hevc.mak
    • tests/ref/fate/hevc-skipframe-dslice
    • tests/ref/fate/hevc-skipframe-slices