That sounds perfectly fine with me. Thanks for the quick reply.
On Thursday, February 6, 2025, Leo Izen wrote:
> On 2/6/25 2:00 AM, dank074 wrote:
>
>> Currently when a Unix Domain Socket is used as input there is a loss of
>> data when data is consumed from the stream. Setting is_streamed to tr
Fixes an issue with one output channel being slightly louder than
the other. The output now matches other public HCA decoders.
Signed-off-by: t
---
libavcodec/hcadec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/hcadec.c b/libavcodec/hcadec.c
index a890e75a13
I suspect this was originally broken by b7e5c8f , but even
then, it only worked because it read out of bounds from
intensity_ratio_table.
Signed-off-by: t
---
libavcodec/hca_data.h | 14 --
libavcodec/hcadec.c | 3 ++-
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git
use the ost->enc_ctx->channel_layout for f->channel_layout
not
f->channel_layout = av_get_default_channel_layout(ost->enc_ctx->channels);
ffmpeg_opt.c
static int open_output_file(OptionsContext *o, const char *filename)
Old:
if (ost->enc_ctx->channels) {
f->channel_layout = av_ge
Hi,
this patch fix decoding HE-AAC mono streams.
ffmpeg -f lavfi -i anullsrc -c:a libfdk_aac -profile:a aac_he -ac 1 -f adts - |
ffmpeg -i -
now:
ffmpeg shows HE-AACv2 (but HE-AACv2 needs stereo because of Parametric Stereo)
with patch:
ffmpeg shows HE-AAC correctly
Thomas
---
libavcodec/a
>From 48e4da7d6476ac2a62cc462478b8ccf4d0c45361 Mon Sep 17 00:00:00 2001
From: Youka
Date: Tue, 12 Aug 2014 04:32:02 +0200
Subject: [PATCH] fix: 'make' with mingw32
Older mingw32 compilers (not mingw-64, but tdm [default by IDE C::B]) don't
auto-include pthread headers, so struct timespec & nanos