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

Builder ffmpeg64-solaris10-i386 Build #14095

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 7 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 14095 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 053585bc91b6c1add179e828ee484a90c06a791a 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. sfan5

Timing:

StartTue Sep 8 23:44:13 2026
EndTue Sep 8 23:44:20 2026
Elapsed7 secs

All Changes:

:

  1. Change #281192

    Category ffmpeg
    Changed by sfan5 <sfan5ohnoyoudont@live.de>
    Changed at Wed 09 Sep 2026 01:17:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 053585bc91b6c1add179e828ee484a90c06a791a

    Comments

    avcodec/mediacodec: return error when buffer is released a second time
    If the caller does any further processing (e.g. with AImageReader), it's very important
    to know if he can expect the frame to actually arrive at the surface or not.
    This provides a clearly detectable error in case the buffer was released multiple times
    *or* the codec was flushed in the meantime.

    Changed files

    • libavcodec/mediacodec.c
    • libavcodec/mediacodec.h
    • libavcodec/version.h