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

Builder ffmpeg-solaris10-i386 Build #13838

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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.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/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13838 Build
codebase Build
got_revision 30409621673e072723d9c2a2faafc4e8303d017d Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 30409621673e072723d9c2a2faafc4e8303d017d Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Ramiro Polla

Timing:

StartTue May 26 00:54:43 2026
EndTue May 26 00:54:59 2026
Elapsed16 secs

All Changes:

:

  1. Change #268293

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Tue 26 May 2026 00:44:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 30409621673e072723d9c2a2faafc4e8303d017d

    Comments

    swscale/swscale_unscaled: fix packed30togbra10() and gbr16ptopacked30() for GBRP 10 and 12 bit MSB formats
    The formats added in e93de9948d keep the values in the most significant
    bits of the uint16_t, and packed30togbra10() and gbr16ptopacked30()
    weren't taking into consideration the shift field from AVComponentDescriptor.
    
    Reproducible with:
    $ ./libswscale/tests/swscale -unscaled 1 -src gbrp10msbbe -dst x2rgb10le
    $ ./libswscale/tests/swscale -unscaled 1 -src x2rgb10le -dst gbrp10msbbe

    Changed files

    • libswscale/swscale_unscaled.c