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

Builder ffmpeg64-solaris10-i386 Build #14105

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision266fff15a0f5e1165a90327ecacae82e7df107c9
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 8 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 14105 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 266fff15a0f5e1165a90327ecacae82e7df107c9 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. Gyan Doshi

Timing:

StartThu Sep 10 18:18:25 2026
EndThu Sep 10 18:18:34 2026
Elapsed8 secs

All Changes:

:

  1. Change #281365

    Category ffmpeg
    Changed by Gyan Doshi <ffmpegohnoyoudont@gyani.pro>
    Changed at Thu 10 Sep 2026 19:52:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 266fff15a0f5e1165a90327ecacae82e7df107c9

    Comments

    ffmpeg: fix matching of non-apic stream specifiers
    The capital V specifier as in '-c:V' is supposed to match only non-attached-pic video streams.
    
    However, a user reported that apic streams were matched as well.
    Confirmed by testing. Apparently a regression since before 3.4 (earliest ver I could test).
    
    This happens because encoder selection occurs before stream dispositions are set.
    
    Fixed by an initial assignment of disposition and retaining only the apic flag if present.
    
    PR #24247

    Changed files

    • fftools/ffmpeg_mux_init.c