.forgejo/CODEOWNERS: add myself to JPEG XL and PNG

Add myself to JPEG XL and PNG decoders/encoders/parsers/etc. as a
suggested reviewer. I'm the maintainer of the JXL files and I know the
PNG code very well.

Signed-off-by: Leo Izen <leo.izen@gmail.com>
This commit is contained in:
Leo Izen 2025-08-13 22:54:04 -04:00
parent 37507c6a78
commit 30e6956920
No known key found for this signature in database
GPG key ID: 764E48EA48221833

View file

@ -20,9 +20,10 @@ libavcodec/.*ffv1.* @lynne @michaelni
libavcodec/golomb.* @michaelni libavcodec/golomb.* @michaelni
libavcodec/.*h266.* @frankplow @NuoMi @jianhuaw libavcodec/.*h266.* @frankplow @NuoMi @jianhuaw
libavcodec/h26x/.* @frankplow @NuoMi @jianhuaw libavcodec/h26x/.* @frankplow @NuoMi @jianhuaw
libavcodec/.*jpegxl.* @lynne libavcodec/.*jpegxl.* @lynne @Traneptora
libavcodec/.*jxl.* @lynne libavcodec/.*jxl.* @lynne @Traneptora
libavcodec/.*opus.* @lynne libavcodec/.*opus.* @lynne
libavcodec/.*png.* @Traneptora
libavcodec/.*prores.* @lynne libavcodec/.*prores.* @lynne
libavcodec/rangecoder.* @michaelni libavcodec/rangecoder.* @michaelni
libavcodec/ratecontrol.* @michaelni libavcodec/ratecontrol.* @michaelni
@ -45,6 +46,8 @@ libavfilter/vsrc_mandelbrot.* @michaelni
# avformat # avformat
# ======= # =======
libavformat/iamf.* @jamrial libavformat/iamf.* @jamrial
libavformat/.*jpegxl.* @Traneptora
libavformat/.*jxl.* @Traneptora
# avutil # avutil
# ====== # ======