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

Builder ffmpeg64-solaris10-i386 Build #12059

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 12059 Build
codebase Build
got_revision 2657e1679ef595ad4e873cfae5a069dd559a762e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2657e1679ef595ad4e873cfae5a069dd559a762e 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. Koushik Dutta

Timing:

StartSun Mar 30 00:23:28 2025
EndSun Mar 30 00:23:41 2025
Elapsed12 secs

All Changes:

:

  1. Change #226029

    Category ffmpeg
    Changed by Koushik Dutta <koushdohnoyoudont@gmail.com>
    Changed at Sat 29 Mar 2025 22:49:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2657e1679ef595ad4e873cfae5a069dd559a762e

    Comments

    avformat/rtpenc: Add flag AVFMT_NODIMENSIONS.
    Not all rtp formats require the video dimensions to be available
    up front. H264 and HEVC will send them as stream parameters.
    The flag is restrictive and prevents RTP repacketization
    without parsing the codec information out of the stream.
    
    This change checks to see if the codec parameters are available
    on the rtp formats that need it.
    
    Signed-off-by: Koushik Dutta <koushd@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/rtpenc.c