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

Builder ffmpeg64-solaris10-i386 Build #14102

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision22b96de8034f5441f0e407184269c60310f0142a
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 23 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 14102 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 22b96de8034f5441f0e407184269c60310f0142a 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:

StartThu Sep 10 13:06:36 2026
EndThu Sep 10 13:07:00 2026
Elapsed24 secs

All Changes:

:

  1. Change #281349

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 10 Sep 2026 13:08:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 22b96de8034f5441f0e407184269c60310f0142a

    Comments

    avcodec/dovi_rpudec: strip zero padding
    ef167512ab changed to parse RPU forward as far as we can go, but also
    removed zero padding trimming, so the ext block size check on files with
    big padding could trigger now. Restore the trailing zero strip. Note
    that this does care only about zero padded NALs, while we have seen some
    files with garbage padding, they are not considered here.
    
    The only real way to find the end of RPU is to compute CRC32, as the
    0x80 byte may be ambiguous. But we don't want that, and most (all) files
    don't need that.
    
    Also adjust the ext block remaining size check to minimal possible
    (block with 0 size).
    
    Fixes: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/24428
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/dovi_rpudec.c