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

Builder ffmpeg64-solaris10-i386 Build #14106

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 31 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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 14106 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3a165c77dce7fac8c54f9f9aaab5447590433748 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. Romain Beauxis

Timing:

StartThu Sep 10 19:10:31 2026
EndThu Sep 10 19:11:04 2026
Elapsed32 secs

All Changes:

:

  1. Change #281366

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Thu 10 Sep 2026 20:23:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3a165c77dce7fac8c54f9f9aaab5447590433748

    Comments

    bsf: add trim filter.
    Drop packets outside a range given as a pts, dts, packet index, millisecond or
    duration bound, trimming a packet that straddles a boundary through skip
    samples side data for audio and shifted timestamps otherwise.
    
    Set preroll to export the packets a decoder needs to start on a cut made inside
    a group of pictures, flagged for discard so the frames it produces still begin
    at the bound.

    Changed files

    • doc/bitstream_filters.texi
    • libavcodec/bitstream_filters.c
    • libavcodec/bsf/Makefile
    • libavcodec/bsf/trim.c
    • tests/fate/ffmpeg.mak
    • tests/ref/fate/ffmpeg-trim-bsf-dts
    • tests/ref/fate/ffmpeg-trim-bsf-dts-duration
    • tests/ref/fate/ffmpeg-trim-bsf-dts-pts
    • tests/ref/fate/ffmpeg-trim-bsf-duration-zero
    • tests/ref/fate/ffmpeg-trim-bsf-gap-end
    • tests/ref/fate/ffmpeg-trim-bsf-gap-start
    • tests/ref/fate/ffmpeg-trim-bsf-msec
    • tests/ref/fate/ffmpeg-trim-bsf-opus-gap-end
    • tests/ref/fate/ffmpeg-trim-bsf-opus-gap-start
    • tests/ref/fate/ffmpeg-trim-bsf-pkt
    • tests/ref/fate/ffmpeg-trim-bsf-pkt-rel
    • tests/ref/fate/ffmpeg-trim-bsf-priming
    • tests/ref/fate/ffmpeg-trim-bsf-priming-duration
    • tests/ref/fate/ffmpeg-trim-bsf-priming-gap
    • tests/ref/fate/ffmpeg-trim-bsf-priming-gap-duration
    • tests/ref/fate/ffmpeg-trim-bsf-priming-nodur
    • tests/ref/fate/ffmpeg-trim-bsf-priming-nopts
    • tests/ref/fate/ffmpeg-trim-bsf-priming-untrimmed
    • tests/ref/fate/ffmpeg-trim-bsf-pts
    • tests/ref/fate/ffmpeg-trim-bsf-pts-dts
    • tests/ref/fate/ffmpeg-trim-bsf-pts-duration
    • tests/ref/fate/ffmpeg-trim-bsf-rel
    • tests/ref/fate/ffmpeg-trim-bsf-samples
    • tests/ref/fate/ffmpeg-trim-bsf-skip-samples
    • tests/ref/fate/ffmpeg-trim-bsf-skip-samples-empty
    • tests/ref/fate/ffmpeg-trim-bsf-untrimmed
    • tests/ref/fate/ffmpeg-trim-bsf-video-dts
    • tests/ref/fate/ffmpeg-trim-bsf-video-dts-duration
    • tests/ref/fate/ffmpeg-trim-bsf-video-dts-pts
    • tests/ref/fate/ffmpeg-trim-bsf-video-flush
    • tests/ref/fate/ffmpeg-trim-bsf-video-flush-rel
    • tests/ref/fate/ffmpeg-trim-bsf-video-mixed-axes
    • tests/ref/fate/ffmpeg-trim-bsf-video-mixed-axes-empty
    • tests/ref/fate/ffmpeg-trim-bsf-video-nopts-duration
    • tests/ref/fate/ffmpeg-trim-bsf-video-nopts-empty
    • tests/ref/fate/ffmpeg-trim-bsf-video-nopts-rel
    • tests/ref/fate/ffmpeg-trim-bsf-video-partial-dts-duration
    • tests/ref/fate/ffmpeg-trim-bsf-video-pkt
    • tests/ref/fate/ffmpeg-trim-bsf-video-preroll
    • tests/ref/fate/ffmpeg-trim-bsf-video-preroll-decoded
    • tests/ref/fate/ffmpeg-trim-bsf-video-preroll-keyframe
    • tests/ref/fate/ffmpeg-trim-bsf-video-preroll-on-keyframe
    • tests/ref/fate/ffmpeg-trim-bsf-video-preroll-overflow
    • tests/ref/fate/ffmpeg-trim-bsf-video-pts
    • tests/ref/fate/ffmpeg-trim-bsf-video-pts-dts
    • tests/ref/fate/ffmpeg-trim-bsf-video-pts-duration
    • tests/ref/fate/ffmpeg-trim-bsf-video-reordered
    • tests/ref/fate/ffmpeg-trim-bsf-video-reordered-count
    • tests/ref/fate/ffmpeg-trim-bsf-video-reordered-nodts
    • tests/ref/fate/ffmpeg-trim-bsf-video-samples
    • tests/ref/fate/ffmpeg-trim-bsf-video-untrimmed