| 38 | | '''Description:''' RaptorQ is an advanced royalty-free forward-error correction code and system, standardized under the IETF as RFC6330, that allows for data to be transmitted reliably across lossy networks. Current implementations of the code struggle with speed, which hampers adoption, as most users of RaptorQ use it in large-scale deployments. This project will implement the RaptorQ standard in a library, with SIMD AVX2 optimizations written in assembly. This will allow FFmpeg, and other projects to use it for future formats which support it or custom deployments. |