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

Builder ffmpegsos-solaris10-sparc Build #13887

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision11b68cce09900f8a4a25ceba42055094af00bf37
Got Revision11b68cce09900f8a4a25ceba42055094af00bf37
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 44 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 ( 8 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_sos.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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13887 Build
codebase Build
got_revision 11b68cce09900f8a4a25ceba42055094af00bf37 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 11b68cce09900f8a4a25ceba42055094af00bf37 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. WyattBlue

Timing:

StartSat Aug 22 18:04:52 2026
EndSat Aug 22 18:05:46 2026
Elapsed54 secs

All Changes:

:

  1. Change #278924

    Category ffmpeg
    Changed by WyattBlue <wyattblueohnoyoudont@auto-editor.com>
    Changed at Sat 22 Aug 2026 19:41:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 11b68cce09900f8a4a25ceba42055094af00bf37

    Comments

    avfilter/af_whisper: Add 'lock', 'eval' lang modes
    Add 'lock' and 'eval' languages modes. With autodetection, whisper
    reruns language detection on every queued chunk, an extra encoder pass
    that can also drift to a different language mid-file.
    
    Add two explicit values for the language option: 'eval' keeps the
    per-chunk reevaluation, 'lock' caches the language detected by the
    first chunk that produces transcribed text and reuses it for the
    following chunks. Requiring actual text means a silent, musical or
    [BLANK_AUDIO]-only opening chunk leaves detection to a later one.
    
    'auto' remains an alias for 'eval' so existing behavior is unchanged.

    Changed files

    • doc/filters.texi
    • libavfilter/af_whisper.c