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

Builder ffmpeg64-solaris10-i386 Build #12635

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0eb572f080176151154380b17335bbb96ceba9db
Got Revision0eb572f080176151154380b17335bbb96ceba9db
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 ( 9 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 ( 2 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 12635 Build
codebase Build
got_revision 0eb572f080176151154380b17335bbb96ceba9db Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0eb572f080176151154380b17335bbb96ceba9db 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. cenzhanquan1

Timing:

StartThu Oct 23 16:27:38 2025
EndThu Oct 23 16:27:57 2025
Elapsed19 secs

All Changes:

:

  1. Change #246543

    Category ffmpeg
    Changed by cenzhanquan1 <cenzhanquan1ohnoyoudont@xiaomi.com>
    Changed at Thu 23 Oct 2025 16:06:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0eb572f080176151154380b17335bbb96ceba9db

    Comments

    avcodec/liblc3dec: support sample format negotiation and planar layout.
    1. Adds support for respecting the requested sample format. Previously,
       the decoder always used AV_SAMPLE_FMT_FLTP. Now it checks if the
       caller requested a specific format via avctx->request_sample_fmt and
       honors that request when supported.
    
    2. Improves planar/interleaved audio buffer handling. The decoding
       logic now properly handles both planar and interleaved sample
       formats by calculating the correct stride and buffer pointers based
       on the actual sample format.
    
    The changes include:
    - Added format mapping between AVSampleFormat and lc3_pcm_format
    - Implemented format selection logic in initialization.
    - Updated buffer pointer calculation for planar/interleaved data.
    - Maintained backward compatibility with existing behavior.
    
    Signed-off-by: cenzhanquan1 <cenzhanquan1@xiaomi.com>

    Changed files

    • libavcodec/liblc3dec.c