aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2025-08-04 11:31:13 +0900
committerLynne <dev@lynne.ee>2025-08-04 11:49:01 +0900
commitceaa8ed96bf5d8b5429cfedef89d69848d7cfcdc (patch)
treedbdb97055c9f0a715d71025b0865a38c2f1ce5c5
parentc447fab16ceaf5d485cd15d05acb39187f9b9484 (diff)
downloadffmpeg-master.tar.gz
forgejo/CODEOWNERS: add a CODEOWNERS file to automatically add reviewersHEADmaster
This helps with finding reviews.
-rw-r--r--.forgejo/CODEOWNERS34
1 files changed, 34 insertions, 0 deletions
diff --git a/.forgejo/CODEOWNERS b/.forgejo/CODEOWNERS
new file mode 100644
index 0000000000..ab36b89c00
--- /dev/null
+++ b/.forgejo/CODEOWNERS
@@ -0,0 +1,34 @@
+# This file describes the expected reviewers for a PR based on the changed
+# files. Unlike what the name of the file suggests they don't own the code, but
+# merely have a good understanding of that area of the codebase and therefore
+# are usually suited as a reviewer.
+
+# Mind the alphabetical order
+
+# avcodec
+# =======
+libavcodec/*aac* @lynne
+libavcodec/*ac3* @lynne
+libavcodec/*atrac9* @lynne
+libavcodec/*opus* @lynne
+libavcodec/*bitpacked* @lynne
+libavcodec/*dirac* @lynne
+libavcodec/*jpegxl* @lynne
+libavcodec/*jxl* @lynne
+libavcodec/*ffv1* @lynne
+libavcodec/*prores* @lynne
+libavcodec/*siren* @lynne
+libavcodec/*vc2* @lynne
+libavcodec/x86/* @lynne
+libavcodec/aarch64/* @lynne
+
+# avutil
+# ======
+libavutil/*crc* @lynne
+libavutil/tx* @lynne
+libavutil/x86/* @lynne
+libavutil/aarch64/* @lynne
+
+# Frameworks
+# ==========
+*vulkan* @lynne