Re: [FFmpeg-devel] [PATCH] avformat/unix: Set is_streamed to true

2025-02-06 Thread Efrain T
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

[FFmpeg-devel] [PATCH 2/2] avcodec/hcadec: get intensity from correct channel

2020-06-17 Thread t
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

[FFmpeg-devel] [PATCH 1/2] avcodec/hcadec: fix decoding of hfr channels

2020-06-17 Thread t
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

[FFmpeg-devel] ffmpeg_opt.c wrong parameter for Filter

2018-03-29 Thread sebastian-doerf...@t-online.de
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

[FFmpeg-devel] [PATCH] fix decoding HE-AAC mono streams

2016-02-17 Thread t . bernhard
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

[FFmpeg-devel] [PATCH] fix: 'make' with mingw32

2014-08-11 Thread spanknebel.bor...@t-online.de
>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