Re: [FFmpeg-devel] [PATCH] swscale/rgb2rgb_template: use shuffle macro on BE arches

2020-11-30 Thread Carl Eugen Hoyos
Am Mo., 30. Nov. 2020 um 06:48 Uhr schrieb Andriy Gelman : > > From: Andriy Gelman > > Fixes fate-qtrle-32bit on PPC64 qemu I suspect your patch fixes colourspace conversion (and the fate test) on big-endian. Carl Eugen ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH] avcodec/vaapi_av1: fill the remaining VAFilmGrainStructAV1 fields

2020-11-30 Thread James Almer
Signed-off-by: James Almer --- libavcodec/vaapi_av1.c | 60 +++--- 1 file changed, 51 insertions(+), 9 deletions(-) diff --git a/libavcodec/vaapi_av1.c b/libavcodec/vaapi_av1.c index 2763c1e866..b76e217daa 100644 --- a/libavcodec/vaapi_av1.c +++

[FFmpeg-devel] [PATCH] libavutil: Don't require __STDC_CONSTANT_MACROS on C++11

2020-11-30 Thread Calvin Walton
Prior to C++11, some of the C99 macros in stdint.h were not defined unless __STDC_CONSTANT_MACROS was defined before including the header. C++11 updated this so that the C99 macros are unconditionally defined - __STDC_CONSTANT_MACROS is no longer required. Update the conditional on the error

Re: [FFmpeg-devel] [PATCH] lavfi/drawtext: ignore final LF of textfile.

2020-11-30 Thread Nicolas George
Gyan Doshi (12020-12-01): > Isn't it better to use   is_newline() Good idea, thanks. Regards, -- Nicolas George From f88d5c977b52da54678e9c752e53cb538bc65cab Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Mon, 30 Nov 2020 19:28:36 +0100 Subject: [PATCH] lavfi/drawtext: ignore final LF

Re: [FFmpeg-devel] [PATCH] lavfi/drawtext: ignore final LF of textfile.

2020-11-30 Thread Gyan Doshi
On 01-12-2020 12:08 am, Nicolas George wrote: A standard text file ends with a final LF. Without this change, it is interpreted as an empty final line, and visible with the box option. The current behavior can be achieved by actually having an empty line at the end of the file. Fix trac

[FFmpeg-devel] [PATCH] lavfi/drawtext: ignore final LF of textfile.

2020-11-30 Thread Nicolas George
A standard text file ends with a final LF. Without this change, it is interpreted as an empty final line, and visible with the box option. The current behavior can be achieved by actually having an empty line at the end of the file. Fix trac ticket #7948. Signed-off-by: Nicolas George ---

Re: [FFmpeg-devel] [PATCH] avfilter: add asubcut filter

2020-11-30 Thread Paul B Mahol
On Mon, Nov 30, 2020 at 2:58 PM Marton Balint wrote: > > > On Mon, 30 Nov 2020, Paul B Mahol wrote: > > > Signed-off-by: Paul B Mahol > > --- > > doc/filters.texi | 25 +++ > > libavfilter/Makefile | 1 + > > libavfilter/af_asupercut.c | 89

Re: [FFmpeg-devel] [PATCH 1/5] Revert "avcodec/nvdec_av1: fix setting film grain parameters for frames with update_grain == 0"

2020-11-30 Thread James Almer
On 11/25/2020 5:54 PM, James Almer wrote: This reverts commit f9eec6298387fe72cd8035ff45276cfc3da784a8. This does not effectively cover all cases. The values for some frames need to be inferred by the decoder. Signed-off-by: James Almer --- libavcodec/nvdec_av1.c | 57

Re: [FFmpeg-devel] [PATCH] avfilter: add asubcut filter

2020-11-30 Thread Marton Balint
On Mon, 30 Nov 2020, Paul B Mahol wrote: Signed-off-by: Paul B Mahol --- doc/filters.texi | 25 +++ libavfilter/Makefile | 1 + libavfilter/af_asupercut.c | 89 ++ libavfilter/allfilters.c | 1 + 4 files changed, 97 insertions(+),

Re: [FFmpeg-devel] [PATCH v3] hlsenc: expand hls_fmp4_init_filename with strftime()

2020-11-30 Thread Nikola Pajkovsky
Nikola Pajkovsky writes: > Nikola Pajkovsky writes: > >> Nikola Pajkovsky writes: >> >> Ping? > > Ping. Steven, Andreas, can you look at the the latest iteration of the > path? Hey, is there any problem with the patch? >>> init.mp4 can be expanded with strftime() the same way as >>>

Re: [FFmpeg-devel] [FFmpeg-cvslog] avfilter/af_acrossover: use fdsp for inverter

2020-11-30 Thread James Almer
ffmpeg | branch: master | Paul B Mahol https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog>> | Mon Nov 30 13:45:08 2020 +0100| [6100a01a7ad939d8069b011a29eb8db90aa68aba] | committer: Paul B Mahol avfilter/af_acrossover: use fdsp for inverter

[FFmpeg-devel] [PATCH] avfilter: add asubcut filter

2020-11-30 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 25 +++ libavfilter/Makefile | 1 + libavfilter/af_asupercut.c | 89 ++ libavfilter/allfilters.c | 1 + 4 files changed, 97 insertions(+), 19 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH 118/134] avcodec/ffwavesynth: Mark decoder as init-threadsafe

2020-11-30 Thread Nicolas George
Andreas Rheinhardt (12020-11-30): > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/ffwavesynth.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Ok, thanks. Regards, -- Nicolas George signature.asc Description: PGP signature ___

Re: [FFmpeg-devel] [PATCH v3] hlsenc: expand hls_fmp4_init_filename with strftime()

2020-11-30 Thread Steven Liu
> 2020年11月30日 下午5:29,Nikola Pajkovsky 写道: > > Nikola Pajkovsky writes: > >> Nikola Pajkovsky writes: >> >>> Nikola Pajkovsky writes: >>> >>> Ping? >> >> Ping. Steven, Andreas, can you look at the the latest iteration of the >> path? > > Hey, is there any problem with the patch? I’ve