Re: [FFmpeg-devel] [PATCH v2 2/5] avutil/hwcontext_qsv: derive QSV frames to D3D11VA frames

2022-04-30 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Tong > Wu > Sent: Friday, April 29, 2022 12:45 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Tong Wu > Subject: [FFmpeg-devel] [PATCH v2 2/5] avutil/hwcontext_qsv: derive > QSV frames to D3D11VA frames > > Fixes: > $ ffmpeg.exe -y

Re: [FFmpeg-devel] [PATCH v2 1/5] avutil/hwcontext_d3d11va: fix the uninitialized texture bindflag

2022-04-30 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Hendrik Leppkes > Sent: Saturday, April 30, 2022 12:02 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH v2 1/5] avutil/hwcontext_d3d11va: > fix the uninitialized texture

Re: [FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi

2022-04-30 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of nil- > admir...@mailo.com > Sent: Friday, April 29, 2022 8:52 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v11 1/6] > libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and > utf8toansi > > > A code

Re: [FFmpeg-devel] FFmpeg 5.0 LTS vs 5.1 LTS

2022-04-25 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Michael Niedermayer > Sent: Monday, April 25, 2022 8:40 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] FFmpeg 5.0 LTS vs 5.1 LTS > > On Mon, Apr 25, 2022 at 08:04:25PM +0200,

Re: [FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi

2022-04-25 Thread Soft Works
whcartoutf8, wchartoansi and > utf8toansi > > On Mon, 25 Apr 2022, Hendrik Leppkes wrote: > > > On Mon, Apr 25, 2022 at 1:12 PM Soft Works > wrote: > >> > >> From my point of view: > >> ffmpeg is already working pretty well in handling lon

Re: [FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi

2022-04-25 Thread Soft Works
whcartoutf8, wchartoansi and > utf8toansi > > On Mon, Apr 25, 2022 at 1:12 PM Soft Works > wrote: > > > > From my point of view: > > ffmpeg is already working pretty well in handling long file paths > (also with > > Unicode characters) when pre-fixing pat

Re: [FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi

2022-04-25 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of nil- > admir...@mailo.com > Sent: Monday, April 25, 2022 11:52 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v11 1/6] > libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and > utf8toansi > > > Again,

Re: [FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi

2022-04-25 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of nil- > admir...@mailo.com > Sent: Monday, April 25, 2022 11:04 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v11 1/6] > libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and > utf8toansi > > > You

Re: [FFmpeg-devel] FFmpeg 5.0 LTS vs 5.1 LTS

2022-04-25 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Paul > B Mahol > Sent: Monday, April 25, 2022 10:01 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] FFmpeg 5.0 LTS vs 5.1 LTS > > On Mon, Apr 25,

Re: [FFmpeg-devel] FFmpeg 5.0 LTS vs 5.1 LTS

2022-04-24 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Michael Niedermayer > Sent: Saturday, April 23, 2022 6:36 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: [FFmpeg-devel] FFmpeg 5.0 LTS vs 5.1 LTS > > Hi all > > Do people prefer that 5.0

Re: [FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi

2022-04-24 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of nil- > admir...@mailo.com > Sent: Sunday, April 24, 2022 2:08 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v11 1/6] > libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and > utf8toansi > > > 1. Patch

Re: [FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi

2022-04-23 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Nil > Admirari > Sent: Saturday, April 23, 2022 10:56 PM > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: > Add whcartoutf8, wchartoansi and utf8toansi > > These functions are

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-14 Thread Soft Works
ture > > On Wed, Apr 13, 2022 at 12:43 AM Soft Works > wrote: > > > > > > > > -Original Message- > > > From: ffmpeg-devel On Behalf Of > Paul > > > B Mahol > > > Sent: Tuesday, April 12, 2022 11:29 AM > > > To: FFmpeg d

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-13 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Nicolas George > Sent: Wednesday, April 13, 2022 11:43 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded > arch

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-12 Thread Soft Works
ture > > On Mon, Apr 11, 2022 at 10:58 PM Soft Works > wrote: > > > > > > > > -Original Message- > > > From: ffmpeg-devel On Behalf Of > Paul > > > B Mahol > > > Sent: Monday, April 11, 2022 10:52 PM > > > To: FFmpeg d

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-11 Thread Soft Works
ture > > On Mon, Apr 11, 2022 at 10:10 PM Soft Works > wrote: > > > > > > > > -Original Message- > > > From: ffmpeg-devel On Behalf Of > > > Anton Khirnov > > > Sent: Monday, April 11, 2022 10:29 AM > > > To: FFmpeg deve

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-11 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Anton Khirnov > Sent: Monday, April 11, 2022 10:29 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded > architecture

Re: [FFmpeg-devel] warning about configuration mismatch between ff* binaries and libraries

2022-04-11 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Anton Khirnov > Sent: Monday, April 11, 2022 9:47 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] warning about configuration mismatch > between ff* binaries and libraries > >

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-08 Thread Soft Works
ns and patches > > de...@ffmpeg.org> > > > Subject: Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded > > > architecture > > > > > > Quoting Soft Works (2022-04-05 23:05:57) > > > > do I understand it right that there won't be a sing

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-06 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Kieran Kunhya > Sent: Wednesday, April 6, 2022 7:57 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded > architecture > > > > > Not gonna

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-06 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Anton Khirnov > Sent: Wednesday, April 6, 2022 10:42 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded > archit

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-06 Thread Soft Works
cture > > On Tue, Apr 5, 2022 at 11:20 PM Soft Works > wrote: > > > > > > > > -Original Message- > > > From: ffmpeg-devel On Behalf Of > Paul > > > B Mahol > > > Sent: Tuesday, April 5, 2022 11:19 PM > > > To: FFmpeg d

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-05 Thread Soft Works
> > On Tue, Apr 5, 2022 at 11:06 PM Soft Works > wrote: > > > > > > > > -Original Message- > > > From: ffmpeg-devel On Behalf Of > > > Anton Khirnov > > > Sent: Tuesday, April 5, 2022 9:46 PM > > > To: FFmpeg deve

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-05 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Anton Khirnov > Sent: Tuesday, April 5, 2022 9:46 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded > architecture > > Quoting Michael

Re: [FFmpeg-devel] [PATCH] avfilter/f_realtime: add support for commands

2022-03-29 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Paul > B Mahol > Sent: Friday, March 25, 2022 12:19 PM > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH] avfilter/f_realtime: add support for > commands > > Signed-off-by: Paul B Mahol > --- > doc/filters.texi

Re: [FFmpeg-devel] [PATCH] avfilter/vf_subtitles: pass storage size to libass

2022-03-22 Thread Soft Works
bass > > On Mon, Mar 14, 2022 at 20:06:39 +0100, Oneric wrote: > > Due to a quirk of the ASS format some tags depend on the exact > storage > > resolution of the video, so tell libass via ass_set_storage_size. > > [...] > > On Mon, Mar 14, 2022 at 20:21:47 +,

Re: [FFmpeg-devel] [PATCH v2 3/3] libavcodec/qsvdec: using suggested num to set init_pool_size

2022-03-18 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Wenbin Chen > Sent: Friday, March 18, 2022 7:25 AM > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH v2 3/3] libavcodec/qsvdec: using > suggested num to set init_pool_size > > The init_pool_size is set to be 64 and

Re: [FFmpeg-devel] [PATCH] avfilter/vf_subtitles: pass storage size to libass

2022-03-14 Thread Soft Works
, 2022 at 19:57:05 +, Soft Works wrote: > > > > ass_set_pixel_aspect() is setting settings.par and if I'm not > mistaken, > > > > an existing par setting leads to the storage size setting to be > ignored: > > > > > > It’s not overridden. Only the exp

Re: [FFmpeg-devel] [PATCH] avfilter/vf_subtitles: pass storage size to libass

2022-03-14 Thread Soft Works
, 2022 at 19:35:36 +, Soft Works wrote: > > > > I've been at the same point some time ago where I wondered why ffmpeg is > > not setting this, but then I had found that it is overridden by the call > > to ass_set_pixel_aspect(). > > > > ass_set_pi

Re: [FFmpeg-devel] [PATCH] avfilter/vf_subtitles: pass storage size to libass

2022-03-14 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Oneric > Sent: Monday, March 14, 2022 8:07 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Oneric > Subject: [FFmpeg-devel] [PATCH] avfilter/vf_subtitles: pass storage size > to libass > > Due to a quirk of the ASS format some tags depend

Re: [FFmpeg-devel] [PATCH 1/4] lavc/mpeg*: drop the XvMC hwaccel code

2022-02-08 Thread Soft Works
s and patches > > de...@ffmpeg.org> > > > Subject: Re: [FFmpeg-devel] [PATCH 1/4] lavc/mpeg*: drop the XvMC > > > hwaccel code > > > > > > Quoting Soft Works (2022-02-07 03:18:54) > > > > I sometimes wonder whether there exists

Re: [FFmpeg-devel] [PATCH 1/4] lavc/mpeg*: drop the XvMC hwaccel code

2022-02-08 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Anton Khirnov > Sent: Tuesday, February 8, 2022 10:37 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 1/4] lavc/mpeg*: drop the XvMC > hwacce

Re: [FFmpeg-devel] [PATCH 1/4] lavc/mpeg*: drop the XvMC hwaccel code

2022-02-06 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > James Almer > Sent: Monday, February 7, 2022 2:53 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 1/4] lavc/mpeg*: drop the XvMC > hwaccel code > > On 2/6/2022 10:46 PM, Andreas Rheinhardt wrote: > > Anton

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-05 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft > Works > Sent: Sunday, February 6, 2022 2:09 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-05 Thread Soft Works
backslashes > > On Sat, Feb 05, 2022 at 02:08:48 +, Soft Works wrote: > > Let's try to approach this from a different side. Which case is > > your [1/2] commit actually supposed to fix? > > Escape backslashes when converting from WebVTT to not accidentally > i

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-04 Thread Soft Works
backslashes > > On Fri, Feb 04, 2022 at 23:24:58 +, Soft Works wrote: > > You want to "pollute" gazillions of subtitle streams in the > > world from multiple subtitle formats with invisible > > characters in order to solve an escaping problem in ffmpeg? &

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-04 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Oneric > Sent: Friday, February 4, 2022 10:52 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix > handling of backslashes > > On Fri,

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-04 Thread Soft Works
backslashes > > On Fri, Feb 04, 2022 at 06:48:40 +, Soft Works wrote: > > > [two-part message removed for brevity] > > > > I've found out where the \{ and \} escaping has come from: libass > > As already written in the commit-message of the first pat

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-03 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft > Works > Sent: Friday, February 4, 2022 6:34 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-03 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft > Works > Sent: Friday, February 4, 2022 6:34 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-03 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft > Works > Sent: Friday, February 4, 2022 2:58 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-03 Thread Soft Works
backslashes > > On Thu, Feb 03, 2022 at 20:51:16 +, Soft Works wrote: > > I think when you inject that word-joiner as a workaround for ass > > parsing, you'll also need to make sure that it gets removed > > when encoding to other formats. > > There's no way of kno

Re: [FFmpeg-devel] [PATCH] avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitles

2022-02-03 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Scott Theisen > Sent: Friday, February 4, 2022 12:15 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avcodec/dvdsubdec: fix incorrect > yellow appearance of dvd subtitles > >

Re: [FFmpeg-devel] [PATCH] avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitles

2022-02-03 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Scott Theisen > Sent: Thursday, February 3, 2022 11:17 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avcodec/dvdsubdec: fix incorrect > yellow appearance of dvd subtitles > >

Re: [FFmpeg-devel] [PATCH] avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitles

2022-02-03 Thread Soft Works
> -Original Message- > From: ffmpegagent > Sent: Tuesday, January 4, 2022 3:19 AM > To: ffmpeg-devel@ffmpeg.org > Cc: softworkz ; softworkz > > Subject: [PATCH] avcodec/dvdsubdec: fix incorrect yellow appearance of > dvd subtitles > > From: softworkz > > The guess_palette()

Re: [FFmpeg-devel] [PATCH v2 0/2] avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define

2022-02-03 Thread Soft Works
> -Original Message- > From: ffmpegagent > Sent: Monday, January 10, 2022 8:56 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Hendrik Leppkes ; Soft Works > ; Marton Balint ; softworkz > > Subject: [PATCH v2 0/2] avcodec/dvbsubdec,dvdsubdec: don't dump images > to

Re: [FFmpeg-devel] [PATCH] libavutil/tests/md5: Avoid warnings

2022-02-03 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Carl > Eugen Hoyos > Sent: Sunday, January 23, 2022 12:23 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH] libavutil/tests/md5: Avoid > warnings > > Am Fr., 21. Jan. 2022

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-03 Thread Soft Works
backslashes > > On Wed, Feb 02, 2022 at 22:44:18 +, Soft Works wrote: > > > Sent: Wednesday, February 2, 2022 11:19 PM > > > To: FFmpeg development discussions and patches > > de...@ffmpeg.org> > > > > > > [claims about git and smtp: part

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-02 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft > Works > Sent: Wednesday, February 2, 2022 11:19 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-02 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Oneric > Sent: Wednesday, February 2, 2022 6:03 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix > handling of backslashes > > It

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-01 Thread Soft Works
Tue, Feb 01, 2022 at 20:41:37 +, Soft Works wrote: > > > On Tue, Feb 01, 2022 at 19:44:24 +, Soft Works wrote: > > > > > On Sun, Jan 16, 2022 at 19:16:54 +0100, Oneric wrote: > > > > > > > > > > In case anyone is wondering why patc

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-01 Thread Soft Works
e, Feb 01, 2022 at 19:44:24 +, Soft Works wrote: > > > On Sun, Jan 16, 2022 at 19:16:54 +0100, Oneric wrote: > > > > > > In case anyone is wondering why patchwork fails to apply the second > patch, > > > this is probably once again because the patch upda

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes

2022-02-01 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Oneric > Sent: Tuesday, February 1, 2022 6:39 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix > handling of backslashes > > On Sun, Jan 16, 2022 at

Re: [FFmpeg-devel] Patchwork FATE Errors

2022-01-20 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft Works > Sent: Friday, January 21, 2022 5:52 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] Patchwork FATE Errors > > > > > -Original Message- >

Re: [FFmpeg-devel] Patchwork FATE Errors

2022-01-20 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andriy > Gelman > Sent: Friday, January 21, 2022 5:24 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] Patchwork FATE Errors > > On Fri, 21. Jan

Re: [FFmpeg-devel] [PATCH v2] libavutil/tests/md5: Avoid warnings

2022-01-20 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of James Almer > Sent: Friday, January 21, 2022 2:45 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v2] libavutil/tests/md5: Avoid warnings > > > > On 1/20/2022 10:41 PM, softworkz wrote: > > From: softworkz

Re: [FFmpeg-devel] Patchwork FATE Errors

2022-01-20 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Friday, January 21, 2022 2:31 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] Patchwork FATE Errors > > Soft Works: > > > > > >> -

Re: [FFmpeg-devel] GitHub Integration

2022-01-20 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft Works > Sent: Sunday, January 2, 2022 7:16 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] GitHub Integration > > > > > -Original Message- >

Re: [FFmpeg-devel] Patchwork FATE Errors

2022-01-20 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Thursday, January 20, 2022 11:38 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] Patchwork FATE Errors > > Soft Works: > > > > > >> -

Re: [FFmpeg-devel] Patchwork FATE Errors

2022-01-20 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Thursday, January 20, 2022 10:22 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] Patchwork FATE Errors > > Soft Works: > > > > andriy/make_fate_ppc &g

[FFmpeg-devel] Patchwork FATE Errors

2022-01-20 Thread Soft Works
andriy/make_fate_ppc => Does it possibly need 'make fate-rsync'? softworkz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH v3 21/26] fftools/ffmpeg: Introduce subtitle filtering and new frame-based subtitle encoding

2022-01-20 Thread Soft Works
frame-based subtitle encoding > > Hi, > > On Thu, 20. Jan 15:17, Soft Works wrote: > > > > > > > Patches 19,20,21,22 and 23 do not appear on Patchwork. > > > > Do you have an idea why? > > The full set is on patchwork now. Thanks Andriy! _

Re: [FFmpeg-devel] [PATCH v3 21/26] fftools/ffmpeg: Introduce subtitle filtering and new frame-based subtitle encoding

2022-01-20 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Thursday, January 20, 2022 11:07 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v3 21/26] fftools/ffmpeg: Introduce > subtitle filtering and new frame-based

Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9

2022-01-17 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > myp...@gmail.com > Sent: Monday, January 17, 2022 11:36 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support > for VP9 > > On Mon, Jan 17, 2022 at

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Saturday, January 15, 2022 10:45 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on > Windows > > Soft Works:

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft Works > Sent: Saturday, January 15, 2022 10:18 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on > Windows > > >

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Saturday, January 15, 2022 7:34 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on > Windows > > Soft Works: > &g

Re: [FFmpeg-devel] [PATCH 21/24] fftools/ffmpeg: Introduce subtitle filtering new frame-based subtitle encoding

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Friday, January 14, 2022 5:53 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 21/24] fftools/ffmpeg: Introduce subtitle > filtering new frame-based subtitle

Re: [FFmpeg-devel] [PATCH 06/24] avcodec/subtitles: Migrate subtitle encoders to frame-based API

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Friday, January 14, 2022 6:22 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 06/24] avcodec/subtitles: Migrate subtitle > encoders to frame-based API > > On

Re: [FFmpeg-devel] [PATCH 03/24] avcodec/subtitles: Introduce new frame-based subtitle decoding API

2022-01-14 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Friday, January 14, 2022 6:54 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 03/24] avcodec/subtitles: Introduce new > frame-based subtitle decoding API > > ffmpegagent: > >

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows

2022-01-14 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Saturday, January 15, 2022 7:40 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on > Windows > > ffmpegagent: > > From: softworkz > > > >

Re: [FFmpeg-devel] 5.0 blocking issues

2022-01-12 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Wednesday, January 12, 2022 5:31 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] 5.0 blocking issues > > On Wed, Jan 12, 2022 at 07:37:03AM +0100, Lynne wrote: > > 8

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2022-01-11 Thread Soft Works
ce in both directions > > On 10/01/2022 01:40, Soft Works wrote: > >> -Original Message- > >> From: ffmpeg-devel On Behalf Of Mark > >> Thompson > >> Sent: Monday, January 10, 2022 1:57 AM > >> To: ffmpeg-devel@ffmpeg.org > >&

Re: [FFmpeg-devel] [PATCH v1] avfilter/tonemap_vaapi: set va parameters filters and numbers

2022-01-11 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Xiang, > Haihao > Sent: Wednesday, January 12, 2022 5:16 AM > To: FFmpeg development discussions and patches > Cc: Wang, Fei W > Subject: Re: [FFmpeg-devel] [PATCH v1] avfilter/tonemap_vaapi: set va > parameters filters and

Re: [FFmpeg-devel] [RFC] QSV: Introduce min Compile-SDK Version and check for Runtime-Versions instead

2022-01-11 Thread Soft Works
t; > On Mon, 2022-01-03 at 21:53 +, Soft Works wrote: > > Hi, > > > > this is a follow-up to my recently submitted patch: > > > > “avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)” > > > > That patch only fixes the one important regre

Re: [FFmpeg-devel] [PATCH 0/4] avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define

2022-01-10 Thread Soft Works
based on DEBUG define > > On Fri, Jan 7, 2022 at 5:14 PM Soft Works wrote: > > > > > > > > > -Original Message- > > > From: ffmpeg-devel On Behalf Of Hendrik > > > Leppkes > > > Sent: Friday, January 7, 2022 11:32 AM >

Re: [FFmpeg-devel] [PATCH v4] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)

2022-01-09 Thread Soft Works
> -Original Message- > From: Xiang, Haihao > Sent: Monday, January 10, 2022 8:03 AM > To: ffmpeg-devel@ffmpeg.org > Cc: haihao.xiang-at-intel@ffmpeg.org; softwo...@hotmail.com > Subject: Re: [FFmpeg-devel] [PATCH v4] avfilter/vpp_qsv: fix regression on > older api versions (e.g.

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2022-01-09 Thread Soft Works
ce in both directions > > On 09/01/2022 23:36, Soft Works wrote:>> -Original Message- > >> From: ffmpeg-devel On Behalf Of Mark > >> Thompson > >> Sent: Monday, January 10, 2022 12:13 AM > >> To: ffmpeg-devel@ffmpeg.org > >> Subject: Re: [F

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2022-01-09 Thread Soft Works
ce in both directions > > On 09/01/2022 21:15, Soft Works wrote: > >> -Original Message- > >> From: ffmpeg-devel On Behalf Of Mark > >> Thompson > >> Sent: Sunday, January 9, 2022 7:39 PM > >> To: ffmpeg-devel@ffmpeg.org > >&

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2022-01-09 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Mark > Thompson > Sent: Sunday, January 9, 2022 7:39 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a > hwdevice, search for existing device in both directions > > On

Re: [FFmpeg-devel] 5.0 blocking issues

2022-01-08 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Saturday, January 8, 2022 5:30 PM > To: FFmpeg development discussions and patches > Subject: [FFmpeg-devel] 5.0 blocking issues > > Hi all > > This is a simple go/no go call > if you know of

Re: [FFmpeg-devel] [PATCH 0/4] avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define

2022-01-07 Thread Soft Works
based on DEBUG define > > > > On Fri, 7 Jan 2022, Soft Works wrote: > > > > > > >> -Original Message- > >> From: ffmpeg-devel On Behalf Of Marton > >> Balint > >> Sent: Friday, January 7, 2022 8:57 PM > >> To: FFm

Re: [FFmpeg-devel] [PATCH 0/4] avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define

2022-01-07 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Marton > Balint > Sent: Friday, January 7, 2022 8:57 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 0/4] avcodec/dvbsubdec, dvdsubdec: don't > dump images to disk based on DEBUG define >

Re: [FFmpeg-devel] [PATCH 0/4] avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define

2022-01-07 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Hendrik > Leppkes > Sent: Friday, January 7, 2022 11:32 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 0/4] avcodec/dvbsubdec, dvdsubdec: don't > dump images to disk based on DEBUG define

Re: [FFmpeg-devel] [PATCH v3] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)

2022-01-06 Thread Soft Works
> -Original Message- > From: Xiang, Haihao > Sent: Friday, January 7, 2022 7:48 AM > To: ffmpeg-devel@ffmpeg.org > Cc: haihao.xiang-at-intel@ffmpeg.org; softwo...@hotmail.com > Subject: Re: [FFmpeg-devel] [PATCH v3] avfilter/vpp_qsv: fix regression on > older api versions (e.g.

Re: [FFmpeg-devel] [PATCH v2] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)

2022-01-03 Thread Soft Works
022-01-04 at 02:25 +, Soft Works wrote: > > > -Original Message- > > > From: Xiang, Haihao > > > Sent: Tuesday, January 4, 2022 3:16 AM > > > To: ffmpeg-devel@ffmpeg.org > > > Cc: softwo...@hotmail.com > > > Subject: Re: [FFmpeg-de

Re: [FFmpeg-devel] [PATCH v2] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)

2022-01-03 Thread Soft Works
> -Original Message- > From: Xiang, Haihao > Sent: Tuesday, January 4, 2022 3:16 AM > To: ffmpeg-devel@ffmpeg.org > Cc: softwo...@hotmail.com > Subject: Re: [FFmpeg-devel] [PATCH v2] avfilter/vpp_qsv: fix regression on > older api versions (e.g. 1.11) > > On Sun, 2022-01-02 at 03:41

Re: [FFmpeg-devel] 5.0 release

2022-01-03 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Jean- > Baptiste Kempf > Sent: Monday, January 3, 2022 6:32 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] 5.0 release > > On Fri, 31 Dec 2021, at 20:40, Michael Niedermayer wrote: > >> It would be nice to have a

[FFmpeg-devel] [RFC] QSV: Introduce min Compile-SDK Version and check for Runtime-Versions instead

2022-01-03 Thread Soft Works
Hi, this is a follow-up to my recently submitted patch: “avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)” That patch only fixes the one important regression from multiple issues which have been introduced by recent changes. Those changes have gone in a less than ideal

Re: [FFmpeg-devel] GitHub Integration

2022-01-02 Thread Soft Works
> > > >> -Original Message----- > >> From: ffmpeg-devel On Behalf Of Soft > Works > >> Sent: Tuesday, December 28, 2021 10:58 PM > >> To: FFmpeg development discussions and patches > >> Subject: Re: [FFmpeg-devel] GitHub Integration > &g

Re: [FFmpeg-devel] GitHub Integration

2022-01-01 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft Works > Sent: Tuesday, December 28, 2021 10:58 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] GitHub Integration > > One component of the GitHub "Bridge"

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2021-12-30 Thread Soft Works
ce in both directions > > On 30/12/2021 00:29, Soft Works wrote: > >> -Original Message- > >> From: ffmpeg-devel On Behalf Of Mark > >> Thompson > >> Sent: Thursday, December 30, 2021 12:04 AM > >> To: ffmpeg-devel@ffmpeg.org > >&

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2021-12-29 Thread Soft Works
ce in both directions > > On 25/11/2021 02:41, Soft Works wrote: > > The test /libavutil/tests/hwdevice checks that when deriving a device > > from a source device and then deriving back to the type of the source > > device, the result is matching the original source devi

Re: [FFmpeg-devel] [PATCH 3/3] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl

2021-12-29 Thread Soft Works
; > On 28/12/2021 19:04, Soft Works wrote:>> -Original Message- > >> From: ffmpeg-devel On Behalf Of Mark > >> Thompson > >> Sent: Tuesday, December 28, 2021 1:54 PM > >> To: ffmpeg-devel@ffmpeg.org > >> Subject: Re: [FFmpeg-devel]

Re: [FFmpeg-devel] GitHub Integration

2021-12-28 Thread Soft Works
> > > > > On 27/12/21 11:41, lance.lmw...@gmail.com wrote: > > > On Sun, Dec 26, 2021 at 04:37:54PM -0500, Ronald S. Bultje wrote: > > >> Hi, > > >> > > >> On Sun, Dec 26, 2021 at 3:21 PM Soft Works > wrote: > > >> >

Re: [FFmpeg-devel] [PATCH 3/3] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl

2021-12-28 Thread Soft Works
; > On 28/12/2021 01:17, Soft Works wrote: > >> -Original Message- > >> From: ffmpeg-devel On Behalf Of Mark > >> Thompson > >> Sent: Tuesday, December 28, 2021 12:46 AM > >> To: ffmpeg-devel@ffmpeg.org > >> Subject: Re: [FFmpeg-deve

Re: [FFmpeg-devel] [PATCH 3/3] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl

2021-12-27 Thread Soft Works
; > On 27/12/2021 20:31, Soft Works wrote:>> -Original Message- > >> From: ffmpeg-devel On Behalf Of Mark > >> Thompson > >> Sent: Monday, December 27, 2021 7:51 PM > >> To: ffmpeg-devel@ffmpeg.org > >> Subject: Re: [FFmpeg-devel]

Re: [FFmpeg-devel] [PATCH 3/3] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl

2021-12-27 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Mark > Thompson > Sent: Monday, December 27, 2021 7:51 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 3/3] libavutil/hwcontext_opencl: fix a bug > for mapping qsv frame to opencl > > On 16/11/2021 08:16,

Re: [FFmpeg-devel] GitHub Integration

2021-12-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Ronald S. > Bultje > Sent: Sunday, December 26, 2021 10:38 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] GitHub Integration > > Hi, > > On Sun, Dec 26, 202

Re: [FFmpeg-devel] GitHub Integration

2021-12-26 Thread Soft Works
> > > >> 在 2021年12月26日,上午8:55,lance.lmw...@gmail.com 写道: > >> > >> On Sat, Dec 25, 2021 at 05:15:19PM +, Soft Works wrote: > >> > >>> > >>> > >>>> -Original Message- > >>>> From: ffmpeg-de

<    1   2   3   4   5   6   7   8   9   10   >