aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libvpx/project.yaml
diff options
context:
space:
mode:
authorGravatar Harish Mahendrakar <harish.mahendrakar@ittiam.com>2018-11-14 21:50:54 -0800
committerGravatar Oliver Chang <oliverchang@users.noreply.github.com>2018-11-15 16:50:54 +1100
commit7a141190cfea53305ab6893b2c59d3a9ac6fb15a (patch)
tree5685a38bc61223616533493e04f6d459a6ae6da0 /projects/libvpx/project.yaml
parent4b7c09e0379485bcaaa6070c8d58274048881588 (diff)
Add projects/libvpx (#1914)
* libvpx: Add project Added projects/libvpx * libvpx: Use local ivf_read_frame ivf_read_frame inside libvpx results in lot of prints due to invalid frame size. This clutters output prints. * libvpx: Do not return error for incomplete frame read in read_frame * libvpx: Initialize threads using 32nd byte instead of 1st In most cases, the first byte in corpus of *.ivf files is 'D'. So using first byte results in same thread count in most cases. Using 32nd byte in the data (one of the bytes that signals size of the frame) will help in testing for different thread configurations. * libvpx: Updated configure options and removed redundant cflags Removed generic-gnu as target Added --disable-webm-io as that is not needed here Added --enable-debug to enable asserts Removed redundant cflags and cxxflags * libvpx: Removed threaded mode from build.sh vpx_dec_fuzzer.cc in libvpx now tests both single and multi-thread configurations using a single binary. * libvpx: Removed vpx_dec_fuzzer.cc and README.md Removed vpx_dec_fuzzer.cc and README.md from projects/libvpx vpx_dec_fuzzer.cc is now part of libvpx
Diffstat (limited to 'projects/libvpx/project.yaml')
-rw-r--r--projects/libvpx/project.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/projects/libvpx/project.yaml b/projects/libvpx/project.yaml
new file mode 100644
index 00000000..39b92ef0
--- /dev/null
+++ b/projects/libvpx/project.yaml
@@ -0,0 +1,9 @@
+homepage: "https://www.webmproject.org"
+primary_contact: "jzern@google.com"
+sanitizers:
+- address
+- memory
+- undefined
+auto_ccs:
+- jzern@google.com
+- johannkoenig@google.com