gecko/media/libvpx
Nathan Froyd 26380db09c Bug 1222166 - use gcc/clang warning flags for clang-cl in moz.build files; r=glandium
This patch turns off a number of gcc/clang-specific warnings for
clang-cl as well, as clang-cl understands all the warning flags that
clang understands.  We currently don't turn on all the gcc/clang
warnings for clang-cl in configure, but that can be done separately, and
this patch addresses some pain points (particularly for cairo).
2015-11-05 16:05:26 -05:00
..
build/make
third_party/x86inc
vp8 Bug 1233983 - Make libvpx build with clang-cl; r=rillian 2015-12-30 18:33:41 -05:00
vp9 Bug 1224371 - Cast uint8_t to uint32_t before shift. r=jya 2016-01-04 09:05:47 +01:00
vpx
vpx_dsp Bug 1233983 - Make libvpx build with clang-cl; r=rillian 2015-12-30 18:33:41 -05:00
vpx_mem
vpx_ports Bug 1218124 - Use InterlockCompare in win32 vpx_once(). r=gerald 2015-11-06 16:42:49 -08:00
vpx_scale Bug 1233983 - Make libvpx build with clang-cl; r=rillian 2015-12-30 18:33:41 -05:00
bug1137614.patch
cast-char-to-uint-before-shift.patch Bug 1224371 - Upstream update patch. r=jya 2016-01-04 09:06:08 +01:00
clamp_abs_lvl_seg.patch Bug 1224363 - Upstream update patch - r=rillian 2015-12-03 14:14:45 +11:00
clamp-abs-QIndex.patch Bug 1224361 - Upstream update patch - r=rillian 2015-12-03 14:14:46 +11:00
clang-cl.patch Bug 1233983 - Make libvpx build with clang-cl; r=rillian 2015-12-30 18:33:41 -05:00
disable_pthread_on_mingw.patch
LICENSE
Makefile.in
moz.build Bug 1222166 - use gcc/clang warning flags for clang-cl in moz.build files; r=glandium 2015-11-05 16:05:26 -05:00
PATENTS
README_MOZILLA
sources.mozbuild
stdint.patch
update.py Bug 1224371 - Upstream update patch. r=jya 2016-01-04 09:06:08 +01:00
vp8_rtcd_armv7-android-gcc.h
vp8_rtcd_generic-gnu.h
vp8_rtcd_x86_64-darwin9-gcc.h
vp8_rtcd_x86_64-linux-gcc.h
vp8_rtcd_x86_64-win64-gcc.h
vp8_rtcd_x86_64-win64-vs12.h
vp8_rtcd_x86-darwin9-gcc.h
vp8_rtcd_x86-linux-gcc.h
vp8_rtcd_x86-win32-gcc.h
vp8_rtcd_x86-win32-vs12.h
vp8_rtcd.h
vp9_filter_restore_aligment.patch
vp9_rtcd_armv7-android-gcc.h
vp9_rtcd_generic-gnu.h
vp9_rtcd_x86_64-darwin9-gcc.h
vp9_rtcd_x86_64-linux-gcc.h Bug 1073319 - Enable AVX2 for libvpx on linux (libvpx). r=rillian 2015-07-16 02:38:00 -07:00
vp9_rtcd_x86_64-win64-gcc.h
vp9_rtcd_x86_64-win64-vs12.h
vp9_rtcd_x86-darwin9-gcc.h
vp9_rtcd_x86-linux-gcc.h Bug 1073319 - Enable AVX2 for libvpx on linux (libvpx). r=rillian 2015-07-16 02:38:00 -07:00
vp9_rtcd_x86-win32-gcc.h
vp9_rtcd_x86-win32-vs12.h
vp9_rtcd.h
vpx_config_armv7-android-gcc.asm Bug 1192226 - Apply libvpx size limit. r=rillian 2015-08-21 12:01:41 +02:00
vpx_config_armv7-android-gcc.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config_generic-gnu.asm Bug 1192226 - Apply libvpx size limit. r=rillian 2015-08-21 12:01:41 +02:00
vpx_config_generic-gnu.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config_x86_64-darwin9-gcc.asm Bug 1192226 - Apply libvpx size limit. r=rillian 2015-08-21 12:01:41 +02:00
vpx_config_x86_64-darwin9-gcc.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config_x86_64-linux-gcc.asm Bug 1225217 - vpx: restore linux avx2 code in libvpx. r=kinetik 2015-11-16 10:58:00 -08:00
vpx_config_x86_64-linux-gcc.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config_x86_64-win64-gcc.asm Bug 1192226 - Apply libvpx size limit. r=rillian 2015-08-21 12:01:41 +02:00
vpx_config_x86_64-win64-gcc.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config_x86_64-win64-vs12.asm Bug 1192226 - Apply libvpx size limit. r=rillian 2015-08-21 12:01:41 +02:00
vpx_config_x86_64-win64-vs12.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config_x86-darwin9-gcc.asm Bug 1192226 - Apply libvpx size limit. r=rillian 2015-08-21 12:01:41 +02:00
vpx_config_x86-darwin9-gcc.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config_x86-linux-gcc.asm Bug 1225217 - vpx: restore linux avx2 code in libvpx. r=kinetik 2015-11-16 10:58:00 -08:00
vpx_config_x86-linux-gcc.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config_x86-win32-gcc.asm Bug 1192226 - Apply libvpx size limit. r=rillian 2015-08-21 12:01:41 +02:00
vpx_config_x86-win32-gcc.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config_x86-win32-vs12.asm Bug 1192226 - Apply libvpx size limit. r=rillian 2015-08-21 12:01:41 +02:00
vpx_config_x86-win32-vs12.h Bug 1225221 - vpx: allow 8k video. r=kinetik 2015-11-16 11:10:00 -08:00
vpx_config.asm
vpx_config.h
vpx_dsp_rtcd_armv7-android-gcc.h
vpx_dsp_rtcd_generic-gnu.h
vpx_dsp_rtcd_x86_64-darwin9-gcc.h
vpx_dsp_rtcd_x86_64-linux-gcc.h Bug 1073319 - Enable AVX2 for libvpx on linux (libvpx). r=rillian 2015-07-16 02:38:00 -07:00
vpx_dsp_rtcd_x86_64-win64-gcc.h
vpx_dsp_rtcd_x86_64-win64-vs12.h
vpx_dsp_rtcd_x86-darwin9-gcc.h
vpx_dsp_rtcd_x86-linux-gcc.h Bug 1073319 - Enable AVX2 for libvpx on linux (libvpx). r=rillian 2015-07-16 02:38:00 -07:00
vpx_dsp_rtcd_x86-win32-gcc.h
vpx_dsp_rtcd_x86-win32-vs12.h
vpx_dsp_rtcd.h
vpx_once.patch Bug 1218124 - Add vpx_once patch to update script. r=gerald 2015-11-12 17:00:07 -08:00
vpx_scale_rtcd_armv7-android-gcc.h
vpx_scale_rtcd_generic-gnu.h
vpx_scale_rtcd_x86_64-darwin9-gcc.h
vpx_scale_rtcd_x86_64-linux-gcc.h
vpx_scale_rtcd_x86_64-win64-gcc.h
vpx_scale_rtcd_x86_64-win64-vs12.h
vpx_scale_rtcd_x86-darwin9-gcc.h
vpx_scale_rtcd_x86-linux-gcc.h
vpx_scale_rtcd_x86-win32-gcc.h
vpx_scale_rtcd_x86-win32-vs12.h
vpx_scale_rtcd.h
vpx_version.h