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

Change #280907

Category ffmpeg
Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
Changed at Sun 06 Sep 2026 00:48:25
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 2c7e3ed47ac26f3b6becb14ffddfa9ccf90d82ff

Comments

avcodec/dstdec: use libswresample for the PCM output
Decode into packed DSD bytes unconditionally and convert to the default
AV_SAMPLE_FMT_FLT output with libswresample instead of the local
dsd2pcm copy.

If libswresample is disabled, the PCM output is not offered and the
decoder outputs only AV_SAMPLE_FMT_DSD.

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

Changed files