Skip to content
Snippets Groups Projects
Commit 5f63e531 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

dav1d 0.4.0

parent afee1ac7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Changes for 0.4.0 'Cheetah':
- Improve speed on 32bits systems
- Optimization in obmc blend
- Reduce RAM usage significantly
- The initial PPC SIMD code
- The initial PPC SIMD code, cdef_filter
- NEON optimizations for blend functions on ARM
- NEON optimizations for w_mask functions on ARM
- NEON optimizations for inverse transforms on ARM64
......
......@@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
project('dav1d', ['c'],
version: '0.3.1',
version: '0.4.0',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment