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

Builder ffmpegsos-solaris10-i386 Build #14304

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision820da6158f72e8d68b6f0f856b24cf54b77ec709
Changes12 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 5 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/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14304 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 820da6158f72e8d68b6f0f856b24cf54b77ec709 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Michael Niedermayer
  2. Yazan Balawneh

Timing:

StartSat Sep 19 19:29:47 2026
EndSat Sep 19 19:29:53 2026
Elapsed5 secs

All Changes:

:

  1. Change #282244

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:47:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bf0a2e4680df92d8de6514090d350152eb7845b8

    Comments

    avcodec/motion_est: scale the B frame vector predictors with the exact frame distances
    Fixes: division by zero
    Fixes: 1XvjZP0UGl6O
    Found-by: Gabe Sherman (Trail of Bits)

    Changed files

    • libavcodec/motion_est.c
  2. Change #282245

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:47:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f5689615057df007e277622e185076ea25049fe3

    Comments

    avcodec/mpegvideo_enc: compute the frame distances only for MPEG-4
    time, last_non_b_time, pp_time and pb_time are the MPEG-4 time
    bookkeeping; the only other reader was the B frame motion estimation
    of the MPEG-1/2 encoders, which now scales with the timestamps.

    Changed files

    • libavcodec/mpegvideo_enc.c
  3. Change #282246

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:50:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f1f8fee6aa89d4bf1f6300d3f4b86b3f0a919305

    Comments

    avcodec/decode: share the metadata-only decode check between decoders

    Changed files

    • libavcodec/decode.h
    • libavcodec/h264_slice.c
    • libavcodec/h264dec.c
    • libavcodec/h264dec.h
  4. Change #282247

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:50:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 68fdc7b96925dfc0e4b904af30b33ebc7ead3b92

    Comments

    avcodec/hevc: support skip_pred and skip_idct at AVDISCARD_ALL
    Decoding a 3032 frame 1920x1080 stream single threaded on x86_64
    (gcc, mean +- stddev over 12 interleaved runs each):
    full decode:   17.326 +- 0.768 s
    metadata only:  0.127 +- 0.003 s
    137x faster, p = 2e-16 (Welch)

    Changed files

    • libavcodec/hevc/hevcdec.c
    • libavcodec/hevc/refs.c
  5. Change #282248

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:50:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 045c8006d1c10d7196e2e1c33d4de651a401960d

    Comments

    fate/hevc: test metadata-only decoding

    Changed files

    • tests/fate/hevc.mak
    • tests/ref/fate/hevc-skip-pred
    • tests/ref/fate/hevc-skip-pred-fields
    • tests/ref/fate/hevc-skip-pred-pts
  6. Change #282249

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:51:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b8b8d4393548b9bd1cbbced220131b81e268a821

    Comments

    avcodec/h274: free the big endian pixel buffer before the context that holds it
    Fixes: use after free
    Fixes: 6f1DsDI0TxJu
    Found-by: Zheng Yu @ Depthfirst

    Changed files

    • libavcodec/h274.c
  7. Change #282250

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:51:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 971ea9d6a2a9ae4c770936f0569cf40720d4c304

    Comments

    avcodec/dovi_rpuenc: compress the DM metadata only against previous DM metadata
    s->dm is allocated once DM metadata is present, but with compression
    enabled cmp_dm_level0() dereferenced it unconditionally.
    
    Fixes: NULL pointer dereference
    Fixes: 1fsqvEdvoL5U
    Found-by: Zheng Yu @ Depthfirst

    Changed files

    • libavcodec/dovi_rpuenc.c
  8. Change #282251

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:53:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 88fbd111eadae5661b535afccc82cb6770568695

    Comments

    avformat/http: match cookies against the host name, not host:port
    get_cookies() was handed the "host:port" string used for the Host header
    and compared it with the cookie Domain attribute, so a cookie carrying a
    Domain never matched a URL with an explicit port. RFC 6265 section 8.5
    ignores ports for cookie scoping.
    
    Found during triage/review of security report u2ys08MO8oEF

    Changed files

    • libavformat/http.c
  9. Change #282252

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:53:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7118404870387787459e96dff3b92be2e64f0e83

    Comments

    avformat/http: match cookie domains only at a label boundary
    A cookie with Domain=example.com was sent to any host whose name merely
    ends in "example.com", such as evilexample.com, because get_cookies()
    only compared the suffix. RFC 6265 section 5.1.3 requires the domain to
    equal the host or to be a suffix of it preceded by a dot.
    
    Fixes: cookie leak to hosts sharing a name suffix
    Fixes: u2ys08MO8oEF
    Found-by: Yazan Balawneh, Cystack.ps

    Changed files

    • libavformat/http.c
  10. Change #282253

    Category ffmpeg
    Changed by Yazan Balawneh <yazanazmi2003ohnoyoudont@gmail.com>
    Changed at Sat 19 Sep 2026 20:53:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 15b241a1712b215548556afeef12627160a96965

    Comments

    avformat/http: match cookie paths only at a segment boundary
    Fixes: cookie leak to paths sharing a name prefix
    Fixes: u2ys08MO8oEF
    Found-by: Yazan Balawneh, Cystack.ps

    Changed files

    • libavformat/http.c
  11. Change #282254

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:53:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4f78ae1adad4d3eb3a3b28ed6b46d39883e2a88e

    Comments

    avformat/http: send cookies set without a Domain only back to their host
    A Set-Cookie response without a Domain attribute was stored without any
    host restriction, so a redirect, a keep-alive reuse or a multi-host
    HLS/DASH manifest replayed the cookie to every later host, leaking
    session cookies across origins. RFC 6265 section 5.3 makes such a cookie
    host-only: it is returned to the exact host that set it and nothing else.
    
    Fixes: cross-host cookie leak
    Fixes: u2ys08MO8oEF
    Found-by: Yazan Balawneh, Cystack.ps

    Changed files

    • libavformat/http.c
  12. Change #282255

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:53:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 820da6158f72e8d68b6f0f856b24cf54b77ec709

    Comments

    avformat/http: ignore response cookies whose Domain does not cover the host
    Fixes: cookie injection for foreign domains
    Fixes: u2ys08MO8oEF
    Found during triage/review of the security report

    Changed files

    • libavformat/http.c