Re: [FFmpeg-devel] [PATCH,v2] lavfi/vf_zscale: remove unused code

2020-02-26 Thread Fu, Linjie
> -Original Messages- > From: "Linjie Fu" > Sent Time: 2019-12-12 17:14:59 (Thursday) > To: ffmpeg-devel@ffmpeg.org > Cc: "Linjie Fu" > Subject: [FFmpeg-devel] [PATCH,v2] lavfi/vf_zscale: remove unused code > > Signed-off-by: Linjie Fu > --- > libavfilter/vf_zscale.c | 7 --- > 1 f

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/cdtoons: Remove superfluous ;

2020-02-26 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of > Andreas Rheinhardt > Sent: Thursday, February 27, 2020 13:34 > To: ffmpeg-devel@ffmpeg.org > Cc: Andreas Rheinhardt > Subject: [FFmpeg-devel] [PATCH 2/2] avcodec/cdtoons: Remove > superfluous ; > > The second ; in a double ;; is ac

[FFmpeg-devel] [PATCH 1/2] avformat/ivfenc: Don't use size_t for size of file

2020-02-26 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/ivfenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c index eb70421c44..45e5b238dc 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.c @@ -80,7 +80,7 @@ static int ivf_wri

[FFmpeg-devel] [PATCH 2/2] avcodec/cdtoons: Remove superfluous ;

2020-02-26 Thread Andreas Rheinhardt
The second ; in a double ;; is actually a null statement. It triggers the typical declaration-after-statement compiler-warnings if it occurs in the middle of several declarations (like here). Signed-off-by: Andreas Rheinhardt --- libavcodec/cdtoons.c | 2 +- 1 file changed, 1 insertion(+), 1 del

Re: [FFmpeg-devel] [PATCH] Add .mailmap

2020-02-26 Thread Josh de Kock
On Mon, Feb 24, 2020, at 11:19 AM, Thilo Borgmann wrote: > Am 23.02.20 um 21:40 schrieb Josh de Kock: > > On Sun, Feb 23, 2020, at 4:07 PM, Thilo Borgmann wrote: > >> [...] > >> > >> How is it automatically generated? > > > > I wrote a small script to parse author names/emails and group > > emails

Re: [FFmpeg-devel] Status and Plans for Subtitle Filters

2020-02-26 Thread Nicolas George
Michael Niedermayer (12020-02-26): > I do think i misunderstand something here > because if we have a video with a signpost shown from 0:00 to 1:00 > and another shown from 0:30 to 1:30 then the subtitles translating > or commenting that would overlap. The existence of signs implies that overlap d

Re: [FFmpeg-devel] Status and Plans for Subtitle Filters

2020-02-26 Thread Michael Niedermayer
On Tue, Feb 25, 2020 at 06:40:13PM +0100, Clément Bœsch wrote: > On Sun, Feb 23, 2020 at 09:59:59PM +0100, Michael Niedermayer wrote: > [...] > > > The subtitles refactor requires to see the big picture and all the > > > problems at > > > once. > > > > really ? > > just hypothetically, and playi

Re: [FFmpeg-devel] [PATCH 1/2] avdevice/decklink_dec: fix stopping streams in read_close

2020-02-26 Thread Marton Balint
On Sat, 22 Feb 2020, Marton Balint wrote: The capture_started variable was never set, it is simpler to call the stop functions unconditionally if the interface is available. Applied the series. Regards, Marton Signed-off-by: Marton Balint --- libavdevice/decklink_common.h | 1 - libavdev

[FFmpeg-devel] [PATCH] configure: Remove bitrig support

2020-02-26 Thread Brad Smith
configure: Remove bitrig support Bitrig was an OpenBSD derivative that has been dead for awhile now. Signed-off-by: Brad Smith --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 06e3a7b2a8..9221621bd1 100755 --- a/configure +++ b/config

Re: [FFmpeg-devel] [PATCH]lsws/input: Do not change transparency range

2020-02-26 Thread Carl Eugen Hoyos
Am Sa., 15. Feb. 2020 um 20:21 Uhr schrieb Michael Niedermayer : > > On Sat, Feb 15, 2020 at 10:10:45AM +0100, Carl Eugen Hoyos wrote: > > Hi! > > > > Transparency levels are currently changed when reading bgra and > > friends, this patch changes behaviour and fixes ticket #8509. > > > > Please com

Re: [FFmpeg-devel] [PATCH 03/12] lavfi: drop vf_qp

2020-02-26 Thread Thierry Foucu
First of all, thanks for trying to clean up deprecated API On Wed, Feb 26, 2020 at 6:03 AM Jean-Baptiste Kempf wrote: > Yo, > > On Wed, Feb 26, 2020, at 14:27, Thilo Borgmann wrote: > > > The patch in your link is not using this API. Precisely because this > API > > > is inadequate for anything

[FFmpeg-devel] [PATCH] avformat/mp3dec: Count last partial frame in probe.

2020-02-26 Thread Michael Niedermayer
Fixes: regression Fixes: Ticket8511 Signed-off-by: Michael Niedermayer --- libavformat/mp3dec.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 71a4ed706d..70cceb79f8 100644 --- a/libavformat/mp3dec.c +++ b/libavf

Re: [FFmpeg-devel] [PATCH] Add .mailmap

2020-02-26 Thread Josh de Kock
Hi Steven, On Mon, Feb 24, 2020, at 2:03 AM, Steven Liu wrote: > [...] > How can I get the script :D > > Thanks > > Steven I won't be looking to upstream this script (the other one yes), but I will share it here for you. You'll have to excuse my poor scripting :) -- Josh #!/usr/bin/env perl

Re: [FFmpeg-devel] [PATCH 03/12] lavfi: drop vf_qp

2020-02-26 Thread Thilo Borgmann
Am 26.02.20 um 16:26 schrieb Jean-Baptiste Kempf: > On Wed, Feb 26, 2020, at 15:46, Paul B Mahol wrote: >> On 2/26/20, Jean-Baptiste Kempf wrote: >>> Yo, >>> >>> On Wed, Feb 26, 2020, at 14:27, Thilo Borgmann wrote: > The patch in your link is not using this API. Precisely because this API >>>

Re: [FFmpeg-devel] [PATCH 03/12] lavfi: drop vf_qp

2020-02-26 Thread Jean-Baptiste Kempf
On Wed, Feb 26, 2020, at 15:46, Paul B Mahol wrote: > On 2/26/20, Jean-Baptiste Kempf wrote: > > Yo, > > > > On Wed, Feb 26, 2020, at 14:27, Thilo Borgmann wrote: > >> > The patch in your link is not using this API. Precisely because this API > >> > is inadequate for anything newer than MPEG4 ASP.

Re: [FFmpeg-devel] [PATCH] avformat/mux: allow non-monotonic ts with AVFMT_NOTIMESTAMPS

2020-02-26 Thread Andreas Rheinhardt
Anssi Hannula: > Allow non-monotonic input timestamps for muxers with no timestamps at > all (AVFMT_NOTIMESTAMPS). > > This is frequently hit when muxing TrueHD with spdifenc as many MKV > files use 1ms timestamps while TrueHD frames are shorter than that > (1/1200 sec for 48kHz-based and 1/1102.5

Re: [FFmpeg-devel] [PATCH 03/12] lavfi: drop vf_qp

2020-02-26 Thread Paul B Mahol
On 2/26/20, Jean-Baptiste Kempf wrote: > Yo, > > On Wed, Feb 26, 2020, at 14:27, Thilo Borgmann wrote: >> > The patch in your link is not using this API. Precisely because this API >> > is inadequate for anything newer than MPEG4 ASP. If anything, it's an >> > additional argument in favor of my pa

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/vf_paletteuse: Forward error codes

2020-02-26 Thread Paul B Mahol
lgtm On 1/27/20, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavfilter/vf_paletteuse.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavfilter/vf_paletteuse.c b/libavfilter/vf_paletteuse.c > index 255c9d79e3..408cff786e 100644 > -

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/vf_paletteuse: Forward error codes

2020-02-26 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > libavfilter/vf_paletteuse.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavfilter/vf_paletteuse.c b/libavfilter/vf_paletteuse.c > index 255c9d79e3..408cff786e 100644 > --- a/libavfilter/vf_pale

Re: [FFmpeg-devel] [PATCH 03/12] lavfi: drop vf_qp

2020-02-26 Thread Jean-Baptiste Kempf
Yo, On Wed, Feb 26, 2020, at 14:27, Thilo Borgmann wrote: > > The patch in your link is not using this API. Precisely because this API > > is inadequate for anything newer than MPEG4 ASP. If anything, it's an > > additional argument in favor of my patches. > > My actual point about that patch was

Re: [FFmpeg-devel] [PATCH 03/12] lavfi: drop vf_qp

2020-02-26 Thread Thilo Borgmann
Am 25.02.20 um 11:28 schrieb Anton Khirnov: > Quoting Thilo Borgmann (2020-02-24 23:07:48) >> Am 24.02.20 um 22:41 schrieb Lou Logan: >>> On Mon, Feb 24, 2020, at 3:37 AM, Anton Khirnov wrote: It fundamentally depends on an API that has been deprecated for five years, has seen no commits

Re: [FFmpeg-devel] [PATCH v3] avfilter: add overlay vaapi filter

2020-02-26 Thread Moritz Barsnick
On Wed, Feb 26, 2020 at 13:53:34 +0800, Xinpeng Sun wrote: > configure | 3 + > doc/filters.texi | 51 > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_overlay_vaapi.c | 426 +

Re: [FFmpeg-devel] [PATCH] Fixing rare dshow input crash

2020-02-26 Thread Carl Eugen Hoyos
Am Mi., 26. Feb. 2020 um 06:57 Uhr schrieb Roger Pack : > > Original bigger patch is enough for now. Please merge, thanks! What happened to your git account? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/li

Re: [FFmpeg-devel] [PATCH 001/244] Add a new channel layout API

2020-02-26 Thread Nicolas George
Anton Khirnov (12020-02-25): > As far as I can tell, the Apple API linked above does not support that > either. The way of describing the channel layout is given by > mChannelLayoutTag, which can be either > - kAudioChannelLayoutTag_UseChannelBitmap, which is effectively > equivalent to our curre

Re: [FFmpeg-devel] [PATCH 001/244] Add a new channel layout API

2020-02-26 Thread Nicolas George
Hendrik Leppkes (12020-02-25): > Standards designed by committee like all this MPEG stuff are full of > features that noone uses. Its usually indicative of the following > replacement standard dumping them again. Instead, they threw in a > bunch of new things of questionable use that will disappear

Re: [FFmpeg-devel] [PATCH V2] libswscale/x86/yuv2rgb: Fix Segmentation Fault when load unaligned data

2020-02-26 Thread Carl Eugen Hoyos
Am Mi., 26. Feb. 2020 um 03:58 Uhr schrieb Ting Fu : > > Fixes ticket #8532 Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or

Re: [FFmpeg-devel] [PATCH] avfilter/vf_program_opencl: allow setting kernel per plane

2020-02-26 Thread Paul B Mahol
On 2/25/20, Mark Thompson wrote: > On 24/02/2020 10:01, Paul B Mahol wrote: >> Fixes #7190 >> >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi| 22 >> libavfilter/vf_program_opencl.c | 64 ++--- >> 2 files changed, 65 insertions(+

Re: [FFmpeg-devel] [avfomat/rtp: source ips lost when specified as URL options] Patch for ffmpeg using rtp protocol where sources option is not retained

2020-02-26 Thread Ross Nicholson
Thanks, just thought you might have another idea, as it works just was not sure if I was accomplishing it in the right way. Ya, I submitted the patch formally. Let’s see what’s a review comes back like. Thanks > On 26 Feb 2020, at 05:10, Jun Li wrote: > >  > > >> On Tue, Feb 25, 2020 at 5

[FFmpeg-devel] [PATCH, v2 2/2] lavc/qsvenc: add encode support for HEVC 4:2:2 8-bit and 10-bit

2020-02-26 Thread Linjie Fu
Enables HEVC Range Extension encoding support (Linux) for 4:2:2 8/10 bit on ICL+ (gen11 +) platform with VMEPAK. Signed-off-by: Linjie Fu --- [v2]: restrict to support on Linux libavcodec/qsv.c | 2 ++ libavcodec/qsvenc.c | 4 +++- libavcodec/qsvenc_hevc.c | 1 + 3 files changed, 6

[FFmpeg-devel] [PATCH, v2 1/2] lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bit

2020-02-26 Thread Linjie Fu
Enables HEVC Range Extension decoding support (Linux) for 4:2:2 8/10 bit on ICL+ (gen11 +) platform. Signed-off-by: Linjie Fu --- [v2]: restrict to support on Linux. libavcodec/qsv.c | 16 libavutil/hwcontext_qsv.c | 24 2 files changed, 40 ins

Re: [FFmpeg-devel] [PATCH 1/2] lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bit

2020-02-26 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of > Mark Thompson > Sent: Wednesday, February 26, 2020 06:59 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 1/2] lavc/qsvdec: add decode support > for HEVC 4:2:2 8-bit and 10-bit > > On 25/02/2020 02:01, Linjie Fu wr