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

Builder ffmpeg64-solaris10-i386 Build #12171

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 12171 Build
codebase Build
got_revision 8ce32a7cbb17e47e4e7f8a278c5b05cd9e6e967e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8ce32a7cbb17e47e4e7f8a278c5b05cd9e6e967e 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. xiongweixiao

Timing:

StartMon May 12 11:25:08 2025
EndMon May 12 11:25:25 2025
Elapsed17 secs

All Changes:

:

  1. Change #229532

    Category ffmpeg
    Changed by xiongweixiao <xiongweixiaoxxwohnoyoudont@gmail.com>
    Changed at Mon 12 May 2025 11:07:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8ce32a7cbb17e47e4e7f8a278c5b05cd9e6e967e

    Comments

    lavf: vvc_probe: lower probe score for invalid SPS/PPS/IRAP order to avoid misdetection of mp3 as VVC
    The current vvc_probe function checks for SPS, PPS, and IRAP NAL units but does not enforce their detection order. This can lead to false positives when PPS or IRAP appear before SPS, causing malformed or non-compliant bitstreams to be incorrectly identified as valid VVC streams.
    
    This commit modifies the logic to use boolean flags and enforces the correct detection sequence: SPS must be detected before PPS, and PPS before IRAP. This ensures more accurate probing and prevents invalid bitstreams from being misidentified.
    
    For streams with wrong ordering a lower score is returned
    
    This change addresses issues reported in:
    - https://trac.ffmpeg.org/ticket/11496
    - https://trac.ffmpeg.org/ticket/11087
    
    Signed-off-by: xiongweixiao <xiongweixiaoxxw@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/vvcdec.c