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

Builder ffmpeg64-solaris10-i386 Build #12064

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1d2c39100524e8528b1fd48b71924ddc6a2b011c
Got Revision1d2c39100524e8528b1fd48b71924ddc6a2b011c
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 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 ( 6 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_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12064 Build
codebase Build
got_revision 1d2c39100524e8528b1fd48b71924ddc6a2b011c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1d2c39100524e8528b1fd48b71924ddc6a2b011c 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. Michael Niedermayer

Timing:

StartMon Mar 31 03:03:30 2025
EndMon Mar 31 03:03:43 2025
Elapsed13 secs

All Changes:

:

  1. Change #226128

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Mon 31 Mar 2025 02:42:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2f0500f22c1d90883ce38a392829138333274d4a

    Comments

    avcodec/ffv1enc: Better heuristic for selecting mul values.
    This increases the search space from the hardcoded 17 tables
    to ~ 23^512 tables
    
    The mul_count choice is chosen by bruteforce
    
    All testcases tried, improve
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1enc.c
  2. Change #226129

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Mon 31 Mar 2025 02:42:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3faee894fc778b8211c86733b01a348ac0fcf61b

    Comments

    avcodec/ffv1enc: Eliminate copy_state
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1enc.c
  3. Change #226130

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Mon 31 Mar 2025 02:42:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f76508511547a45da4879de54a2f4d7f73eecce5

    Comments

    avcodec/ffv1enc: Eliminate RemapEncoderState
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1enc.c
  4. Change #226131

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Mon 31 Mar 2025 02:42:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1d2c39100524e8528b1fd48b71924ddc6a2b011c

    Comments

    avcodec/ffv1enc: Add -remap_optimizer option
    This allows tuning how much effort (time) the encoder spends on
    optimizing the remap table
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • doc/encoders.texi
    • libavcodec/ffv1.h
    • libavcodec/ffv1enc.c