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

Builder ffmpeg64-solaris10-i386 Build #12283

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 3 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 12283 Build
codebase Build
got_revision 8fc91ea9363353f6445fbd0b1f00fc4ed9267b60 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8fc91ea9363353f6445fbd0b1f00fc4ed9267b60 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. Jack Lau
  2. Marth64

Timing:

StartSun Jun 15 19:43:39 2025
EndSun Jun 15 19:43:57 2025
Elapsed18 secs

All Changes:

:

  1. Change #236697

    Category ffmpeg
    Changed by Marth64 <marth64ohnoyoudont@proxyid.net>
    Changed at Sun 15 Jun 2025 19:22:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f66ae1ba24fd633962c195303f617e4165d2fe33

    Comments

    avformat/dump: lowercase 'Start' prefix for start offset
    Just applying some UX polish.
    This is to match the lowercase trend of attributes in
    the dump string (and similar to chapters).
    
    Signed-off-by: Marth64 <marth64@proxyid.net>

    Changed files

    • libavformat/dump.c
  2. Change #236698

    Category ffmpeg
    Changed by Marth64 <marth64ohnoyoudont@proxyid.net>
    Changed at Sun 15 Jun 2025 19:22:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 693703bcdbfda1394160d3d9a610c1e85e4984c4

    Comments

    avformat/dvdvideodec: remove unused has_cc field
    Signed-off-by: Marth64 <marth64@proxyid.net>

    Changed files

    • libavformat/dvdvideodec.c
  3. Change #236699

    Category ffmpeg
    Changed by Marth64 <marth64ohnoyoudont@proxyid.net>
    Changed at Sun 15 Jun 2025 19:22:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f8c8e1f39da073b6152c5420c7ff671b1362677a

    Comments

    avformat/dvdvideodec: fix seeking on multi-angle discs
    When seeking on multi-angle titles, libdvdnav does not lock on
    to the correct sectors initially as it seeks to find the right NAV packet.
    
    This manifests itself as two bugs:
    (1) When seeking on the first angle in a multi-angle segment,
    frames from another angle will appear (for example in intro
    or credits scenes). This issue is present in VLC also.
    
    (2) When seeking during a segment on angle n+1, the demuxer
    cannot deduce the right position from dvdnav and does not allow
    seeking within the segment (due to it maintaining a strict state).
    
    Correct the issue by switching to angle 1 before doing the seek
    operation, and skipping 3 VOBUs (NAV packet led segments) ahead
    where dvdnav will have positioned itself correctly.
    
    Reported-by: Kacper Michajlow <kasper93@gmail.com>
    Signed-off-by: Marth64 <marth64@proxyid.net>

    Changed files

    • libavformat/dvdvideodec.c
  4. Change #236700

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Sun 15 Jun 2025 19:23:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8fc91ea9363353f6445fbd0b1f00fc4ed9267b60

    Comments

    avformat/hls: fix typo in Range header comment (chore)
    Signed-off-by: Marth64 <marth64@proxyid.net>

    Changed files

    • libavformat/hls.c