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

Builder ffmpegsos-solaris10-i386 Build #13678

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision235d5fd30a251a05f438be2f372d2549e56af84c
Got Revision235d5fd30a251a05f438be2f372d2549e56af84c
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 9 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 3 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13678 Build
codebase Build
got_revision 235d5fd30a251a05f438be2f372d2549e56af84c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 235d5fd30a251a05f438be2f372d2549e56af84c 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. Dana Feng
  2. Dana Feng

Timing:

StartSun Apr 5 03:54:55 2026
EndSun Apr 5 03:55:14 2026
Elapsed18 secs

All Changes:

:

  1. Change #263546

    Category ffmpeg
    Changed by Dana Feng <danafohnoyoudont@twosigma.com>
    Changed at Sun 05 Apr 2026 02:26:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 63822ae21fd15477539f23ab8ea246bee59189d3

    Comments

    vf_mpdecimate: Fix keep option logic for keep > 0
    Fix the following issues with the keep option:
    
    - Add similarity check during keep period. Previously, the code
      returned early during the keep period without checking if the
      frame is actually similar to the reference.
    
    - Reset keep_count on different frames. Previously, the counter
      could accumulate across non-consecutive similar frames, causing
      frames to be dropped earlier than expected.
    
    - Keep the same frame reference if appropriate. Previously, the
      code made similar frames the new reference, causing reference
      drift and gradual scene changes.
    
    Signed-off-by: Dana Feng <danaf@twosigma.com>

    Changed files

    • libavfilter/vf_mpdecimate.c
  2. Change #263547

    Category ffmpeg
    Changed by Dana Feng <danafengohnoyoudont@berkeley.edu>
    Changed at Sun 05 Apr 2026 02:26:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 31a711aa6818619cc79a6416228ec023ecd90643

    Comments

    vf_mpdecimate: Add comprehensive tests for keep and max options
    Add tests for the mpdecimate filter to verify correct behavior:
    - fate-filter-mpdecimate-keep: tests keep=3 option
    - fate-filter-mpdecimate-keep1: tests keep=1 option
    - fate-filter-mpdecimate-maxdrop-pos: tests max=3 (positive) option
    - fate-filter-mpdecimate-maxdrop-neg: tests max=-3 (negative) option
    
    Signed-off-by: Dana Feng <danaf@twosigma.com>

    Changed files

    • tests/fate/filter-video.mak
    • tests/ref/fate/filter-mpdecimate-keep
    • tests/ref/fate/filter-mpdecimate-keep1
    • tests/ref/fate/filter-mpdecimate-maxdrop-neg
    • tests/ref/fate/filter-mpdecimate-maxdrop-pos
  3. Change #263548

    Category ffmpeg
    Changed by Dana Feng <danafengohnoyoudont@berkeley.edu>
    Changed at Sun 05 Apr 2026 02:26:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 235d5fd30a251a05f438be2f372d2549e56af84c

    Comments

    .forgejo/codeowners: Add @danaf as reviewer for mpdecimate filter
    This will provide notifications when there are pull requests that
    touch the mpdecimate filter code.
    
    Signed-off-by: Dana Feng <danaf@twosigma.com>

    Changed files

    • .forgejo/CODEOWNERS