.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:
parent
37507c6a78
commit
30e6956920
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
# ======
|
# ======
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue