mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 10:48:39 +09:00
This is the reference implementation for the Alliance for Open Media's av1 video code. The commit used was 4d668d7feb1f8abd809d1bca0418570a7f142a36.
10 lines
249 B
Bash
Executable file
10 lines
249 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Add organization names manually.
|
|
|
|
cat <<EOF
|
|
# This file is automatically generated from the git commit history
|
|
# by tools/gen_authors.sh.
|
|
|
|
$(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v "corp.google\|clang-format")
|
|
EOF
|