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

Builder ffmpeg64-solaris10-i386 Build #14099

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision304efa29aeef68d4c8e2af5ab9763afe25819965
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 11 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 14099 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 304efa29aeef68d4c8e2af5ab9763afe25819965 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:24:53 2026
EndWed Sep 9 19:25:04 2026
Elapsed11 secs

All Changes:

:

  1. Change #281276

    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 5c918dbd99d624f7f119357b0e2df0c7d36d15e3

    Comments

    checkasm/ac3dsp: compare the full fixed-point output
    BUF_SIZE counts coefficients, not bytes. the old comparison
    only checked a quarter of the output.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • tests/checkasm/ac3dsp.c
  2. Change #281277

    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 5339fc6a514dc7800e50c26c4adb198929f7c06f

    Comments

    tests/ac3: cover bit allocation
    cover band boundaries, partial ranges and exponent limits
    before changing the bit allocation code.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • libavcodec/Makefile
    • libavcodec/tests/.gitignore
    • libavcodec/tests/ac3.c
    • tests/fate/libavcodec.mak
    • tests/ref/fate/ac3-bit-allocation
  3. Change #281278

    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 5cd37f1ded84cd8b00e1aebc7ed7f3b057dc79e3

    Comments

    avcodec/ac3: skip psd integration for single-bin bands
    the first 28 bands have one coefficient each. copy its psd
    instead of running the integration loop.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • libavcodec/ac3.c
  4. Change #281279

    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 304efa29aeef68d4c8e2af5ab9763afe25819965

    Comments

    avcodec/ac3dsp: skip the inner loop for single-bin bands
    calculate bap directly for the first 28 bands. each contains
    only one coefficient.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • libavcodec/ac3dsp.c