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

Builder ffmpeg-solaris10-i386 Build #14084

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 3 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/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 14084 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3f6bf150cb018334809bec029325b28cff8a5a9a 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. nyanmisaka

Timing:

StartMon Jun 29 11:23:38 2026
EndMon Jun 29 11:23:41 2026
Elapsed3 secs

All Changes:

:

  1. Change #273168

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Mon 29 Jun 2026 12:59:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3f6bf150cb018334809bec029325b28cff8a5a9a

    Comments

    avutil/hwcontext_cuda: fix yuv420p V/U plane overlap in cuda_get_buffer()
    Odd-height yuv420p result in incorrect calculations of the U-plane
    address offset. The last row of the V-plane overlapped with and was
    overwritten by the first row of the U-plane, leading to chroma artifacts.
    
    ```
    ffmpeg -init_hw_device cuda=cu -filter_hw_device cu -f lavfi -i \
    testsrc=s=1920x1081,format=yuv420p -vf hwupload -c:v hevc_nvenc \
    -vframes 1 -y <OUTPUT>
    ```
    
    Signed-off-by: nyanmisaka <nst799610810@gmail.com>

    Changed files

    • libavutil/hwcontext_cuda.c