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

Builder ffmpeg64-solaris10-i386 Build #14093

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 6 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 14093 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7453f6dbde4e3b55f651bc8759018d3ded734480 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. Edison Ling

Timing:

StartTue Sep 8 17:08:04 2026
EndTue Sep 8 17:08:10 2026
Elapsed6 secs

All Changes:

:

  1. Change #281151

    Category ffmpeg
    Changed by Edison Ling <Edison.Lingohnoyoudont@amd.com>
    Changed at Tue 08 Sep 2026 18:35:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7453f6dbde4e3b55f651bc8759018d3ded734480

    Comments

    avfilter/vf_mestimate{,_d3d12}: flush final frame at EOF
    Both mestimate filters buffer one frame so they can estimate motion
    against a future frame. At EOF, that frame remains in the next slot
    and is discarded during uninitialization, making the output one frame
    shorter than the input.
    
    Add output request callbacks that drain the buffered frame when input
    reaches EOF. Since no future reference exists while draining, emit only
    backward motion vectors and size the side data accordingly.
    
    Update the cropdetect FATE references for the newly emitted frame.

    Changed files

    • libavfilter/vf_mestimate.c
    • libavfilter/vf_mestimate_d3d12.c
    • tests/ref/fate/filter-metadata-cropdetect1
    • tests/ref/fate/filter-metadata-cropdetect2