Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2021-09-03 16:52:09 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2021-09-03 17:39:48 +0300
commitbdf0be0a35f5e68a4f45e6610aea22a24d4a0f9c (patch)
tree9ebb989abce5f3a3b2ea8560f47417d0e5347bde /README.md
parent4533dd86786110aff5e06afcc487c3d59c3efb62 (diff)
Update README roadmap
and links
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 3cefd24..22ca727 100644
--- a/README.md
+++ b/README.md
@@ -36,16 +36,16 @@ The plan is the following:
7. Make high bit-depth fast on mobile, by writing asm for ARMv8 chips.
8. Make it fast on older mobile, by writing asm for ARMv7 chips,
9. Make high bit-depth fast on older mobile, by writing asm for ARMv7 chips,
+10. Make high bit-depth fast on desktop, by writing asm for AVX2 chips,
+11. Make high bit-depth fast on older desktop, by writing asm for SSSE3+ chips,
### On-going
-10. Improve C code base with [various tweaks](https://code.videolan.org/videolan/dav1d/wikis/task-list),
-11. Accelerate for less common architectures, like PPC, SSE2 or AVX-512.
-12. Make high bit-depth fast on desktop, by writing asm for AVX2 chips,
+12. Improve C code base with [various tweaks](https://code.videolan.org/videolan/dav1d/wikis/task-list),
+13. Accelerate for less common architectures, like PPC, SSE2 or AVX-512.
+14. Improve threading.
### After
-13. Make high bit-depth fast on older desktop, by writing asm for SSSE3+ chips,
-14. Use more GPU decoding, when possible.
-15. Improve threading.
+15. Use more GPU decoding, when possible.
# Contribute
@@ -60,7 +60,7 @@ Our contributions guidelines are quite strict. We want to build a coherent codeb
Notably, the codebase is in pure C and asm.
-We are on IRC, on the **#dav1d** channel on [*Libera.chat*](http://libera.chat/). If you do not have an IRC Client at hand, use [KiwiIRC Web Interface](https://kiwiirc.com/nextclient/#ircs://irc.libera.chat/#dav1d).
+We are on IRC, on the **#dav1d** channel on [*Libera.chat*](http://libera.chat/). If you do not have an IRC Client at hand, use [IRC Web Interface](https://web.libera.chat/#dav1d).
See the [contributions document](CONTRIBUTING.md).