* [FFmpeg-devel] [PATCH] MAINTAINERS: add entry for jpegxl*
@ 2023-10-15 12:14 Leo Izen
2023-10-15 13:11 ` Lynne
0 siblings, 1 reply; 4+ messages in thread
From: Leo Izen @ 2023-10-15 12:14 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Leo Izen
Adding myself for jpegxl* in avcodec as I'm the maintainer of this
parser.
Signed-off-by: Leo Izen <leo.izen@gmail.com>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index b5c116c3d4..b66c3d09a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -181,6 +181,7 @@ Codecs:
interplayvideo.c Mike Melanson
jni*, ffjni* Matthieu Bouron
jpeg2000* Nicolas Bertrand
+ jpegxl* Leo Izen
jvdec.c Peter Ross
lcl*.c Roberto Togni, Reimar Doeffinger
libcelt_dec.c Nicolas George
@@ -434,8 +435,7 @@ Muxers/Demuxers:
ipmovie.c Mike Melanson
ircam* Paul B Mahol
iss.c Stefan Gehrer
- jpegxl_anim_dec.c Leo Izen
- jpegxl_probe.* Leo Izen
+ jpegxl* Leo Izen
jvdec.c Peter Ross
kvag.c Zane van Iperen
libmodplug.c Clément Bœsch
--
2.42.0
_______________________________________________
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] 4+ messages in thread
* Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add entry for jpegxl*
2023-10-15 12:14 [FFmpeg-devel] [PATCH] MAINTAINERS: add entry for jpegxl* Leo Izen
@ 2023-10-15 13:11 ` Lynne
2023-10-15 21:41 ` Leo Izen
0 siblings, 1 reply; 4+ messages in thread
From: Lynne @ 2023-10-15 13:11 UTC (permalink / raw)
To: FFmpeg development discussions and patches
Oct 15, 2023, 14:14 by leo.izen@gmail.com:
> Adding myself for jpegxl* in avcodec as I'm the maintainer of this
> parser.
>
> Signed-off-by: Leo Izen <leo.izen@gmail.com>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b5c116c3d4..b66c3d09a6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -181,6 +181,7 @@ Codecs:
> interplayvideo.c Mike Melanson
> jni*, ffjni* Matthieu Bouron
> jpeg2000* Nicolas Bertrand
> + jpegxl* Leo Izen
> jvdec.c Peter Ross
> lcl*.c Roberto Togni, Reimar Doeffinger
> libcelt_dec.c Nicolas George
> @@ -434,8 +435,7 @@ Muxers/Demuxers:
> ipmovie.c Mike Melanson
> ircam* Paul B Mahol
> iss.c Stefan Gehrer
> - jpegxl_anim_dec.c Leo Izen
> - jpegxl_probe.* Leo Izen
> + jpegxl* Leo Izen
> jvdec.c Peter Ross
> kvag.c Zane van Iperen
> libmodplug.c Clément Bœsch
>
Would you mind using jpegxl_parse*?
_______________________________________________
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] 4+ messages in thread
* Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add entry for jpegxl*
2023-10-15 13:11 ` Lynne
@ 2023-10-15 21:41 ` Leo Izen
2023-10-15 22:27 ` Lynne
0 siblings, 1 reply; 4+ messages in thread
From: Leo Izen @ 2023-10-15 21:41 UTC (permalink / raw)
To: ffmpeg-devel
On 10/15/23 09:11, Lynne wrote:
> Oct 15, 2023, 14:14 by leo.izen@gmail.com:
>
>> Adding myself for jpegxl* in avcodec as I'm the maintainer of this
>> parser.
>>
>> Signed-off-by: Leo Izen <leo.izen@gmail.com>
>> ---
>> MAINTAINERS | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index b5c116c3d4..b66c3d09a6 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -181,6 +181,7 @@ Codecs:
>> interplayvideo.c Mike Melanson
>> jni*, ffjni* Matthieu Bouron
>> jpeg2000* Nicolas Bertrand
>> + jpegxl* Leo Izen
>> jvdec.c Peter Ross
>> lcl*.c Roberto Togni, Reimar Doeffinger
>> libcelt_dec.c Nicolas George
>> @@ -434,8 +435,7 @@ Muxers/Demuxers:
>> ipmovie.c Mike Melanson
>> ircam* Paul B Mahol
>> iss.c Stefan Gehrer
>> - jpegxl_anim_dec.c Leo Izen
>> - jpegxl_probe.* Leo Izen
>> + jpegxl* Leo Izen
>> jvdec.c Peter Ross
>> kvag.c Zane van Iperen
>> libmodplug.c Clément Bœsch
>>
>
> Would you mind using jpegxl_parse*?
There's also jpegxl.h. If you add a decoder you can always change the
MAINTAINERS entry then, at that time.
- Leo Izen
_______________________________________________
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] 4+ messages in thread
* Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add entry for jpegxl*
2023-10-15 21:41 ` Leo Izen
@ 2023-10-15 22:27 ` Lynne
0 siblings, 0 replies; 4+ messages in thread
From: Lynne @ 2023-10-15 22:27 UTC (permalink / raw)
To: FFmpeg development discussions and patches
Oct 15, 2023, 23:42 by leo.izen@gmail.com:
> On 10/15/23 09:11, Lynne wrote:
>
>> Oct 15, 2023, 14:14 by leo.izen@gmail.com:
>>
>>> Adding myself for jpegxl* in avcodec as I'm the maintainer of this
>>> parser.
>>>
>>> Signed-off-by: Leo Izen <leo.izen@gmail.com>
>>> ---
>>> MAINTAINERS | 4 ++--
>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index b5c116c3d4..b66c3d09a6 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -181,6 +181,7 @@ Codecs:
>>> interplayvideo.c Mike Melanson
>>> jni*, ffjni* Matthieu Bouron
>>> jpeg2000* Nicolas Bertrand
>>> + jpegxl* Leo Izen
>>> jvdec.c Peter Ross
>>> lcl*.c Roberto Togni, Reimar Doeffinger
>>> libcelt_dec.c Nicolas George
>>> @@ -434,8 +435,7 @@ Muxers/Demuxers:
>>> ipmovie.c Mike Melanson
>>> ircam* Paul B Mahol
>>> iss.c Stefan Gehrer
>>> - jpegxl_anim_dec.c Leo Izen
>>> - jpegxl_probe.* Leo Izen
>>> + jpegxl* Leo Izen
>>> jvdec.c Peter Ross
>>> kvag.c Zane van Iperen
>>> libmodplug.c Clément Bœsch
>>>
>>
>> Would you mind using jpegxl_parse*?
>>
>
> There's also jpegxl.h. If you add a decoder you can always change the MAINTAINERS entry then, at that time.
>
Sure, that's fair.
_______________________________________________
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] 4+ messages in thread
end of thread, other threads:[~2023-10-15 22:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-15 12:14 [FFmpeg-devel] [PATCH] MAINTAINERS: add entry for jpegxl* Leo Izen
2023-10-15 13:11 ` Lynne
2023-10-15 21:41 ` Leo Izen
2023-10-15 22:27 ` Lynne
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