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

Builder ffmpeg-solaris10-i386 Build #11216

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision3390693bfb907765f833766f370e0ba8c7894f44
Got Revision3390693bfb907765f833766f370e0ba8c7894f44
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 3 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 ( 1 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.sh' failed ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 11216 Build
codebase Build
got_revision 3390693bfb907765f833766f370e0ba8c7894f44 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3390693bfb907765f833766f370e0ba8c7894f44 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Lynne

Timing:

StartSat Apr 27 11:22:49 2024
EndSat Apr 27 11:23:01 2024
Elapsed12 secs

All Changes:

:

  1. Change #196038

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sat 27 Apr 2024 11:12:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 134dba9544f4251ebf5fbbae72f2cddc390ac195

    Comments

    opusdsp: add ability to modify deemphasis constant
    xHE-AAC relies on the same postfilter mechanism
    that Opus uses to improve clarity (albeit with a steeper
    deemphasis filter).
    
    The code to apply it is identical, it's still just a
    simple IIR low-pass filter. This commit makes it possible
    to use alternative constants.

    Changed files

    • libavcodec/aarch64/opusdsp_init.c
    • libavcodec/aarch64/opusdsp_neon.S
    • libavcodec/opusdec_celt.c
    • libavcodec/opusdsp.c
    • libavcodec/opusdsp.h
    • libavcodec/opusenc.c
    • libavcodec/opustab.c
    • libavcodec/opustab.h
    • libavcodec/x86/opusdsp.asm
    • libavcodec/x86/opusdsp_init.c
    • tests/checkasm/opusdsp.c
  2. Change #196039

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sat 27 Apr 2024 11:12:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3390693bfb907765f833766f370e0ba8c7894f44

    Comments

    aacdec: avoid generating unused code when either implementation is disabled
    Minor optimization to remove extra branches.
    We need to include the header for xHE anyway, which is float-only.

    Changed files

    • libavcodec/aac/aacdec.c