Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
       [not found] <PH0PR11MB49684654487C413853417112933E9@PH0PR11MB4968.namprd11.prod.outlook.com>
@ 2022-02-25 13:10 ` Wu, Jianhua
  2022-03-09 11:57   ` Wu Jianhua
  0 siblings, 1 reply; 8+ messages in thread
From: Wu, Jianhua @ 2022-02-25 13:10 UTC (permalink / raw)
  To: ffmpeg-devel

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

[PATCH 01/10] avfilter/vf_blend_vulkan: add addition blend mode [PATCH 02/10] avfilter/vf_blend_vulkan: add average blend mode [PATCH 03/10] avfilter/vf_blend_vulkan: add subtract blend mode [PATCH 04/10] avfilter/vf_blend_vulkan: add negation blend mode [PATCH 05/10] avfilter/vf_blend_vulkan: add extremity blend mode [PATCH 06/10] avfilter/vf_blend_vulkan: add difference blend mode [PATCH 07/10] avfilter/vf_blend_vulkan: add darken blend mode [PATCH 08/10] avfilter/vf_blend_vulkan: add lighten blend mode [PATCH 09/10] avfilter/vf_blend_vulkan: add exclusion blend mode [PATCH 10/10] avfilter/vf_blend_vulkan: add phoenix blend mode

Patches attached.



[-- Attachment #2: 0003-avfilter-vf_blend_vulkan-add-subtract-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 2691 bytes --]

[-- Attachment #3: 0004-avfilter-vf_blend_vulkan-add-negation-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 2433 bytes --]

[-- Attachment #4: 0005-avfilter-vf_blend_vulkan-add-extremity-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 4280 bytes --]

[-- Attachment #5: 0006-avfilter-vf_blend_vulkan-add-difference-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 4633 bytes --]

[-- Attachment #6: 0007-avfilter-vf_blend_vulkan-add-darken-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 2443 bytes --]

[-- Attachment #7: 0008-avfilter-vf_blend_vulkan-add-lighten-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 2437 bytes --]

[-- Attachment #8: 0009-avfilter-vf_blend_vulkan-add-exclusion-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 2448 bytes --]

[-- Attachment #9: 0010-avfilter-vf_blend_vulkan-add-phoenix-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 2446 bytes --]

[-- Attachment #10: 0001-avfilter-vf_blend_vulkan-add-addition-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 2605 bytes --]

[-- Attachment #11: 0002-avfilter-vf_blend_vulkan-add-average-blend-mode.patch --]
[-- Type: application/octet-stream, Size: 2687 bytes --]

[-- Attachment #12: Type: text/plain, Size: 251 bytes --]

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
  2022-02-25 13:10 ` [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode Wu, Jianhua
@ 2022-03-09 11:57   ` Wu Jianhua
  2022-03-09 17:43     ` Lynne
  0 siblings, 1 reply; 8+ messages in thread
From: Wu Jianhua @ 2022-03-09 11:57 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Ping.

>From: Wu, Jianhua<mailto:jianhua.wu-at-intel.com@ffmpeg.org>
>Sent: 2022年2月25日 21:11
>To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org>
>Subject: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>
>[PATCH 01/10] avfilter/vf_blend_vulkan: add addition blend mode [PATCH 02/10] avfilter/vf_blend_vulkan: >add average blend mode [PATCH 03/10] avfilter/vf_blend_vulkan: add subtract >blend mode [PATCH 04/10] avfilter/vf_blend_vulkan: add negation blend mode [PATCH 05/10] >avfilter/vf_blend_vulkan: add extremity blend mode [PATCH 06/10] avfilter/vf_blend_vulkan: add >difference blend mode [PATCH 07/10] avfilter/vf_blend_vulkan: add darken blend mode [PATCH 08/10] >avfilter/vf_blend_vulkan: add lighten blend mode [PATCH 09/10] avfilter/vf_blend_vulkan: add >exclusion blend mode [PATCH 10/10] avfilter/vf_blend_vulkan: add phoenix blend mode
>
> Patches attached.

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
  2022-03-09 11:57   ` Wu Jianhua
@ 2022-03-09 17:43     ` Lynne
  2022-03-09 18:19       ` Wu Jianhua
  0 siblings, 1 reply; 8+ messages in thread
From: Lynne @ 2022-03-09 17:43 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

9 Mar 2022, 12:57 by toqsxw@outlook.com:

> Ping.
>
> >From: Wu, Jianhua<mailto:jianhua.wu-at-intel.com@ffmpeg.org>
> >Sent: 2022年2月25日 21:11
> >To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org>
> >Subject: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>
>>
>>
> >[PATCH 01/10] avfilter/vf_blend_vulkan: add addition blend mode [PATCH 02/10] avfilter/vf_blend_vulkan: >add average blend mode [PATCH 03/10] avfilter/vf_blend_vulkan: add subtract >blend mode [PATCH 04/10] avfilter/vf_blend_vulkan: add negation blend mode [PATCH 05/10] >avfilter/vf_blend_vulkan: add extremity blend mode [PATCH 06/10] avfilter/vf_blend_vulkan: add >difference blend mode [PATCH 07/10] avfilter/vf_blend_vulkan: add darken blend mode [PATCH 08/10] >avfilter/vf_blend_vulkan: add lighten blend mode [PATCH 09/10] avfilter/vf_blend_vulkan: add >exclusion blend mode [PATCH 10/10] avfilter/vf_blend_vulkan: add phoenix blend mode
>

None of them apply. Could you rebase them onto current git master and squash them into 1 commit?
Thanks
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
  2022-03-09 17:43     ` Lynne
@ 2022-03-09 18:19       ` Wu Jianhua
  2022-03-10 10:42         ` Lynne
  0 siblings, 1 reply; 8+ messages in thread
From: Wu Jianhua @ 2022-03-09 18:19 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Lynne<mailto:dev@lynne.ee>:
>Sent: 2022年3月10日 1:43
>To: FFmpeg development discussions and patches<mailto:ffmpeg-devel@ffmpeg.org>
>Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>
>
>> Ping.
>>
>>>From: Wu, Jianhua<mailto:jianhua.wu-at-intel.com@ffmpeg.org>
>> >Sent: 2022年2月25日 21:11
>>>To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org>
>>>Subject: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>
>>
>>
> >
>
>None of them apply. Could you rebase them onto current git master
I didn't see any new commits to vf_ blend_vulkan.c. Is there any conflict?

> and squash them into 1 commit?
Nope. This didn't break the contribution rules. My intention is to keep the
commit message as clear as I can, which can help you test each mode quickly
for they are completed not the same things, or other people who want to use
the mode specified easily.

Best regards,
Jianhua

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
  2022-03-09 18:19       ` Wu Jianhua
@ 2022-03-10 10:42         ` Lynne
  2022-03-10 11:58           ` Wu Jianhua
  0 siblings, 1 reply; 8+ messages in thread
From: Lynne @ 2022-03-10 10:42 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

9 Mar 2022, 19:19 by toqsxw@outlook.com:

> Lynne<mailto:dev@lynne.ee>:
> >Sent: 2022年3月10日 1:43
> >To: FFmpeg development discussions and patches<mailto:ffmpeg-devel@ffmpeg.org>
> >Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>
>>
>>
>>> Ping.
>>>
> >>>From: Wu, Jianhua<mailto:jianhua.wu-at-intel.com@ffmpeg.org>
>
>>> >Sent: 2022年2月25日 21:11
>>>
> >>>To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org>
> >>>Subject: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>
>>>
>>>
>> >
>>
> >None of them apply. Could you rebase them onto current git master
> I didn't see any new commits to vf_ blend_vulkan.c. Is there any conflict?
>

Patches lack SHA1 ancesor, so they can't be applied. You must've made
them from a WIP repo.


>> and squash them into 1 commit?
>>
> Nope. This didn't break the contribution rules. My intention is to keep the
> commit message as clear as I can, which can help you test each mode quickly
> for they are completed not the same things, or other people who want to use
> the mode specified easily.
>

It's just a few very obvious lines per patch, anyone can plainly
see how new modes are added. I can squash them when I push,
but if you did it, it would save me from having to download 10
patches manually.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
  2022-03-10 10:42         ` Lynne
@ 2022-03-10 11:58           ` Wu Jianhua
  2022-03-10 12:03             ` Paul B Mahol
  0 siblings, 1 reply; 8+ messages in thread
From: Wu Jianhua @ 2022-03-10 11:58 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Lynne<mailto:dev@lynne.ee>:
>Sent: 2022年3月10日 18:42
>To: FFmpeg development discussions and patches<mailto:ffmpeg-devel@ffmpeg.org>
>Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>
>9 Mar 2022, 19:19 by toqsxw@outlook.com:
>
>> Lynne<mailto:dev@lynne.ee>:
>> >Sent: 2022年3月10日 1:43
>> >To: FFmpeg development discussions and patches<mailto:ffmpeg-devel@ffmpeg.org>
>> >Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>>
>>>
>>>
>>>> Ping.
>>>>
>> >>>From: Wu, Jianhua<mailto:jianhua.wu-at-intel.com@ffmpeg.org>
>>
>>>> >Sent: 2022年2月25日 21:11
>>>>
>>>>>To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org>
>>>>>Subject: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>>
>>>>
>>>>
>>> >
>>>
>> >None of them apply. Could you rebase them onto current git master
>> I didn't see any new commits to vf_ blend_vulkan.c. Is there any conflict?
>>
>
>Patches lack SHA1 ancesor, so they can't be applied. You must've made
>them from a WIP repo.
>
>
>>> and squash them into 1 commit?
>>>
>> Nope. This didn't break the contribution rules. My intention is to keep the
>> commit message as clear as I can, which can help you test each mode quickly
>> for they are completed not the same things, or other people who want to use
>> the mode specified easily.
>>
>
>It's just a few very obvious lines per patch, anyone can plainly
>see how new modes are added. I can squash them when I push,
>but if you did it, it would save me from having to download 10
>patches manually.
>

Hi Lynne,

Could you help do that? I sent the patches as attachments. It should
be easy to download. The procedure of patches resending is too
complicated and verbose for me.

Thanks,
Jianhua

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
  2022-03-10 11:58           ` Wu Jianhua
@ 2022-03-10 12:03             ` Paul B Mahol
  2022-03-10 12:37               ` Wu Jianhua
  0 siblings, 1 reply; 8+ messages in thread
From: Paul B Mahol @ 2022-03-10 12:03 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On Thu, Mar 10, 2022 at 12:58 PM Wu Jianhua <toqsxw@outlook.com> wrote:

> Lynne<mailto:dev@lynne.ee>:
> >Sent: 2022年3月10日 18:42
> >To: FFmpeg development discussions and patches<mailto:
> ffmpeg-devel@ffmpeg.org>
> >Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add
> addition blend mode
> >
> >9 Mar 2022, 19:19 by toqsxw@outlook.com:
> >
> >> Lynne<mailto:dev@lynne.ee>:
> >> >Sent: 2022年3月10日 1:43
> >> >To: FFmpeg development discussions and patches<mailto:
> ffmpeg-devel@ffmpeg.org>
> >> >Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add
> addition blend mode
> >>
> >>>
> >>>
> >>>> Ping.
> >>>>
> >> >>>From: Wu, Jianhua<mailto:jianhua.wu-at-intel.com@ffmpeg.org>
> >>
> >>>> >Sent: 2022年2月25日 21:11
> >>>>
> >>>>>To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org>
> >>>>>Subject: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add
> addition blend mode
> >>
> >>>>
> >>>>
> >>> >
> >>>
> >> >None of them apply. Could you rebase them onto current git master
> >> I didn't see any new commits to vf_ blend_vulkan.c. Is there any
> conflict?
> >>
> >
> >Patches lack SHA1 ancesor, so they can't be applied. You must've made
> >them from a WIP repo.
> >
> >
> >>> and squash them into 1 commit?
> >>>
> >> Nope. This didn't break the contribution rules. My intention is to keep
> the
> >> commit message as clear as I can, which can help you test each mode
> quickly
> >> for they are completed not the same things, or other people who want to
> use
> >> the mode specified easily.
> >>
> >
> >It's just a few very obvious lines per patch, anyone can plainly
> >see how new modes are added. I can squash them when I push,
> >but if you did it, it would save me from having to download 10
> >patches manually.
> >
>
> Hi Lynne,
>
> Could you help do that? I sent the patches as attachments. It should
> be easy to download. The procedure of patches resending is too
> complicated and verbose for me.
>

There is nothing to fix patches that does not apply.

Just send new patches for current master.


>
> Thanks,
> Jianhua
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
  2022-03-10 12:03             ` Paul B Mahol
@ 2022-03-10 12:37               ` Wu Jianhua
  0 siblings, 0 replies; 8+ messages in thread
From: Wu Jianhua @ 2022-03-10 12:37 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Paul B Mahol<mailto:onemda@gmail.com>:
>Sent: 2022年3月10日 20:01
>To: FFmpeg development discussions and patches<mailto:ffmpeg-devel@ffmpeg.org>
>Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode
>
>On Thu, Mar 10, 2022 at 12:58 PM Wu Jianhua <toqsxw@outlook.com> wrote:
>
>> Lynne<mailto:dev@lynne.ee>:
>> >Sent: 2022年3月10日 18:42
>> >To: FFmpeg development discussions and patches<mailto:
>> ffmpeg-devel@ffmpeg.org>
>> >Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add
>> addition blend mode
>> >
>> >9 Mar 2022, 19:19 by toqsxw@outlook.com:
>> >
>> >> Lynne<mailto:dev@lynne.ee>:
>> >> >Sent: 2022年3月10日 1:43
>> >> >To: FFmpeg development discussions and patches<mailto:
>> ffmpeg-devel@ffmpeg.org>
>> >> >Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add
>> addition blend mode
>> >>
>> >>>
>> >>>
>> >>>> Ping.
>> >>>>
>> >> >>>From: Wu, Jianhua<mailto:jianhua.wu-at-intel.com@ffmpeg.org>
>> >>
>> >>>> >Sent: 2022年2月25日 21:11
>> >>>>
>> >>>>>To: ffmpeg-devel@ffmpeg.org<mailto:ffmpeg-devel@ffmpeg.org>
>> >>>>>Subject: [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add
>> addition blend mode
>> >>
>> >>>>
>> >>>>
>> >>> >
>> >>>
>> >> >None of them apply. Could you rebase them onto current git master
>> >> I didn't see any new commits to vf_ blend_vulkan.c. Is there any
>> conflict?
>> >>
>> >
>> >Patches lack SHA1 ancesor, so they can't be applied. You must've made
>> >them from a WIP repo.
>> >
>> >
>> >>> and squash them into 1 commit?
>> >>>
>> >> Nope. This didn't break the contribution rules. My intention is to keep
>> the
>> >> commit message as clear as I can, which can help you test each mode
> >quickly
> >>> for they are completed not the same things, or other people who want to
> >use
> >>> the mode specified easily.
> >>>
> >>
> >>It's just a few very obvious lines per patch, anyone can plainly
> >>see how new modes are added. I can squash them when I push,
> >>but if you did it, it would save me from having to download 10
> >>patches manually.
> >>
>>
> >Hi Lynne,
>>
>> Could you help do that? I sent the patches as attachments. It should
>>be easy to download. The procedure of patches resending is too
>> complicated and verbose for me.
>>
>
>There is nothing to fix patches that does not apply.
>
>Just send new patches for current master.
>

Sorry, I neglected the error message offered above. Thanks for this reminder!
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-10 12:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <PH0PR11MB49684654487C413853417112933E9@PH0PR11MB4968.namprd11.prod.outlook.com>
2022-02-25 13:10 ` [FFmpeg-devel] [PATCH] avfilter/vf_blend_vulkan: add addition blend mode Wu, Jianhua
2022-03-09 11:57   ` Wu Jianhua
2022-03-09 17:43     ` Lynne
2022-03-09 18:19       ` Wu Jianhua
2022-03-10 10:42         ` Lynne
2022-03-10 11:58           ` Wu Jianhua
2022-03-10 12:03             ` Paul B Mahol
2022-03-10 12:37               ` Wu Jianhua

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git