forgejo/CODEOWNERS: Add myself for arm/aarch64 assembly
This commit is contained in:
parent
9a32b86307
commit
1ea63b1786
1 changed files with 18 additions and 2 deletions
|
|
@ -20,9 +20,14 @@ libavcodec/*prores* @lynne
|
|||
libavcodec/*siren* @lynne
|
||||
libavcodec/*vc2* @lynne
|
||||
|
||||
libavcodec/aarch64/* @lynne
|
||||
libavcodec/aarch64/* @lynne @mstorsjo
|
||||
libavcodec/arm/* @mstorsjo
|
||||
libavcodec/x86/* @lynne
|
||||
|
||||
# avfilter
|
||||
# =======
|
||||
libavfilter/aarch64/* @mstorsjo
|
||||
|
||||
# avformat
|
||||
# =======
|
||||
libavformat/iamf* @jamrial
|
||||
|
|
@ -33,9 +38,20 @@ libavutil/*crc* @lynne
|
|||
libavutil/iamf* @jamrial
|
||||
libavutil/tx* @lynne
|
||||
|
||||
libavutil/aarch64/* @lynne
|
||||
libavutil/aarch64/* @lynne @mstorsjo
|
||||
libavutil/arm/* @mstorsjo
|
||||
libavutil/x86/* @lynne
|
||||
|
||||
# swresample
|
||||
# =======
|
||||
libswresample/aarch64/* @mstorsjo
|
||||
libswresample/arm/* @mstorsjo
|
||||
|
||||
# swscale
|
||||
# =======
|
||||
libswscale/aarch64/* @mstorsjo
|
||||
libswscale/arm/* @mstorsjo
|
||||
|
||||
# Frameworks
|
||||
# ==========
|
||||
*vulkan* @lynne
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue