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

Builder ffmpeg64-solaris10-i386 Build #14100

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 15 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 14100 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision cc7a69a36a67acb661ceb2339a41488fb7409b57 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. Ayoub Nabil Boubagrat

Timing:

StartWed Sep 9 19:25:39 2026
EndWed Sep 9 19:25:55 2026
Elapsed16 secs

All Changes:

:

  1. Change #281280

    Category ffmpeg
    Changed by Ayoub Nabil Boubagrat <237098474+ayoubnabilohnoyoudont@users.noreply.github.com>
    Changed at Wed 09 Sep 2026 20:06:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e362fded11cfdad56bb7cad68d0e937d21ec4b76

    Comments

    avcodec/ac3enc: reuse bap counts across blocks
    reuse counts when the bap pointer and length match.
    keep direct counting when the next block differs.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • libavcodec/ac3enc.c
  2. Change #281281

    Category ffmpeg
    Changed by Ayoub Nabil Boubagrat <237098474+ayoubnabilohnoyoudont@users.noreply.github.com>
    Changed at Wed 09 Sep 2026 20:06:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cc7a69a36a67acb661ceb2339a41488fb7409b57

    Comments

    avcodec/ac3enc: use the bit-width table for mantissas
    replace the ungrouped mantissa cases with the existing table.
    grouped mantissas stay unchanged.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • libavcodec/ac3enc.c