Lines Matching +full:meson +full:- +full:parameters

5 **dav1d** is an **AV1** cross-platform **d**ecoder, open-source, and focused on speed and correctne…
7 It is now battle-tested and production-ready and can be used everywhere.
17 It supports all features from AV1, including all subsampling and bit-depth parameters.
23 …her VideoLAN projects, so that it can be embedded anywhere, including non-open-source software; or…
25 …is the same as for libvorbis, see [RMS on vorbis](https://lwn.net/2001/0301/a/rms-ov-license.php3).
38 7. Make high bit-depth fast on mobile, by writing asm for ARMv8 chips.
40 9. Make high bit-depth fast on older mobile, by writing asm for ARMv7 chips,
41 10. Make high bit-depth fast on desktop, by writing asm for AVX2 chips,
42 11. Make high bit-depth fast on older desktop, by writing asm for SSSE3+ chips,
45 ### On-going
46 13. Improve C code base with [various tweaks](https://code.videolan.org/videolan/dav1d/wikis/task-l…
47 14. Accelerate for less common architectures, like PPC, SSE2, RISC-V or AVX-512.
55 - C developers,
56 - asm developers,
57 - platform-specific developers,
58 - GPGPU developers,
59 - testers.
73 People will keep their copyright and their authorship rights, while adhering to the BSD 2-clause li…
83 1. Install [Meson](https://mesonbuild.com/) (0.49 or higher), [Ninja](https://ninja-build.org/), an…
85 3. Run `meson setup ..` to configure meson, add `--default-library=static` if static linking is des…
88 ## Cross-Compilation for 32- or 64-bit Windows, 32-bit Linux
93 meson setup build --cross-file=package/crossfiles/x86_64-w64-mingw32.meson
96 or, for 32-bit:
99 meson setup build --cross-file=package/crossfiles/i686-w64-mingw32.meson
102 `mingw-w64` is a pre-requisite and should be installed on your linux machine via your preferred met…
104 For 32-bit linux, run
107 meson setup build --cross-file=package/crossfiles/i686-linux32.meson
113 2. Run `meson setup build -Denable_docs=true` to create the build directory
114 3. Run `ninja -C build doc/html` to build the docs
120 …ory, run `git clone https://code.videolan.org/videolan/dav1d-test-data.git tests/dav1d-test-data` …
121 2. During meson configuration, specify `-Dtestdata_tests=true`
122 3. Run `meson test -v` after compiling
135 - We believe that libaom is a very good library. It was however developed for research purposes dur…
140 - Yes.
144 - Yes. See the [contributions document](CONTRIBUTING.md).
148 - Yes. We need testers, bug reporters and documentation writers.
152 - This project is an implementation of a decoder. It gives you no special rights on the AV1 patents.
158 - We do, but we don't have either the time or the knowledge. Therefore, patches and contributions w…