Re: [FFmpeg-devel] [PATCH] avcodec/mlpdec: Add decoding of object audio data

2025-03-24 Thread Massimo Eynard
Hi! First thank you for your feedback. On 23/03/2025 18:31, Lynne wrote: > On 22/03/2025 18:49, Massimo Eynard wrote: >> This patch adds support for decoding the fourth MLP substream >> which contains the 16-channel presentation used for Atmos >> audio objects. >> &

Re: [FFmpeg-devel] [PATCH] avcodec/mlpdec: Add decoding of object audio data

2025-03-24 Thread Massimo Eynard
On 24/03/2025 00:00, James Almer wrote: > On 3/23/2025 6:47 PM, Hendrik Leppkes wrote: >> On Sun, Mar 23, 2025 at 9:35 PM James Almer wrote: >>> >>> On 3/23/2025 4:33 PM, Massimo Eynard wrote: >>>> On 23/03/2025 20:01, James Almer wrote: >>&

Re: [FFmpeg-devel] [PATCH] avcodec/mlpdec: Add decoding of object audio data

2025-03-24 Thread Massimo Eynard
On 23/03/2025 20:01, James Almer wrote: > On 3/22/2025 2:49 PM, Massimo Eynard wrote: >> This patch adds support for decoding the fourth MLP substream >> which contains the 16-channel presentation used for Atmos >> audio objects. >> >> By default only the f

[FFmpeg-devel] [PATCH] avcodec/mlpdec: Add decoding of object audio data

2025-03-22 Thread Massimo Eynard
existing atmos.thd sample to reflect changes. Signed-off-by: Massimo Eynard --- libavcodec/arm/mlpdsp_armv5te.S | 2 +- libavcodec/arm/mlpdsp_init_arm.c | 3 +- libavcodec/mlp.h | 10 +- libavcodec/mlp_parse.c | 31 ++- libavcodec/mlp_parse.h | 1