Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
libvpx
Commits
09202d80
Commit
09202d80
authored
Jun 04, 2010
by
John Koleszar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LICENSE: update with latest text
Change-Id: Ieebea089095d9073b3a94932791099f614ce120c
parent
7f9db419
Changes
446
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
446 changed files
with
2253 additions
and
4715 deletions
+2253
-4715
LICENSE
LICENSE
+12
-30
PATENTS
PATENTS
+22
-0
args.c
args.c
+5
-4
args.h
args.h
+5
-4
build/arm-wince-vs8/obj_int_extract.bat
build/arm-wince-vs8/obj_int_extract.bat
+5
-4
build/make/Makefile
build/make/Makefile
+6
-5
build/make/ads2gas.pl
build/make/ads2gas.pl
+6
-5
build/make/ads2gas_apple.pl
build/make/ads2gas_apple.pl
+6
-5
build/make/armlink_adapter.sh
build/make/armlink_adapter.sh
+5
-4
build/make/gen_asm_deps.sh
build/make/gen_asm_deps.sh
+5
-4
build/make/gen_msvs_def.sh
build/make/gen_msvs_def.sh
+5
-4
build/make/gen_msvs_proj.sh
build/make/gen_msvs_proj.sh
+5
-4
build/make/gen_msvs_sln.sh
build/make/gen_msvs_sln.sh
+5
-4
build/make/obj_int_extract.c
build/make/obj_int_extract.c
+5
-4
build/make/version.sh
build/make/version.sh
+5
-4
docs.mk
docs.mk
+5
-4
example_xma.c
example_xma.c
+5
-4
examples.mk
examples.mk
+5
-4
examples/decoder_tmpl.c
examples/decoder_tmpl.c
+5
-4
examples/encoder_tmpl.c
examples/encoder_tmpl.c
+5
-4
examples/gen_example_code.sh
examples/gen_example_code.sh
+5
-4
examples/gen_example_doxy.php
examples/gen_example_doxy.php
+5
-4
examples/gen_example_text.sh
examples/gen_example_text.sh
+5
-4
examples/includes/PHP-Markdown-Extra-1.2.3/markdown.php.orig
examples/includes/PHP-Markdown-Extra-1.2.3/markdown.php.orig
+0
-2909
ivfdec.c
ivfdec.c
+5
-4
ivfenc.c
ivfenc.c
+5
-4
libs.doxy_template
libs.doxy_template
+6
-5
libs.mk
libs.mk
+5
-4
md5_utils.c
md5_utils.c
+5
-4
md5_utils.h
md5_utils.h
+5
-4
release.sh
release.sh
+5
-4
solution.mk
solution.mk
+5
-4
vp8/common/alloccommon.c
vp8/common/alloccommon.c
+5
-4
vp8/common/alloccommon.h
vp8/common/alloccommon.h
+5
-4
vp8/common/arm/armv6/bilinearfilter_v6.asm
vp8/common/arm/armv6/bilinearfilter_v6.asm
+5
-4
vp8/common/arm/armv6/copymem16x16_v6.asm
vp8/common/arm/armv6/copymem16x16_v6.asm
+5
-4
vp8/common/arm/armv6/copymem8x4_v6.asm
vp8/common/arm/armv6/copymem8x4_v6.asm
+5
-4
vp8/common/arm/armv6/copymem8x8_v6.asm
vp8/common/arm/armv6/copymem8x8_v6.asm
+5
-4
vp8/common/arm/armv6/filter_v6.asm
vp8/common/arm/armv6/filter_v6.asm
+5
-4
vp8/common/arm/armv6/idct_v6.asm
vp8/common/arm/armv6/idct_v6.asm
+5
-4
vp8/common/arm/armv6/iwalsh_v6.asm
vp8/common/arm/armv6/iwalsh_v6.asm
+5
-4
vp8/common/arm/armv6/loopfilter_v6.asm
vp8/common/arm/armv6/loopfilter_v6.asm
+5
-4
vp8/common/arm/armv6/recon_v6.asm
vp8/common/arm/armv6/recon_v6.asm
+5
-4
vp8/common/arm/armv6/simpleloopfilter_v6.asm
vp8/common/arm/armv6/simpleloopfilter_v6.asm
+5
-4
vp8/common/arm/armv6/sixtappredict8x4_v6.asm
vp8/common/arm/armv6/sixtappredict8x4_v6.asm
+5
-4
vp8/common/arm/bilinearfilter_arm.c
vp8/common/arm/bilinearfilter_arm.c
+5
-4
vp8/common/arm/filter_arm.c
vp8/common/arm/filter_arm.c
+5
-4
vp8/common/arm/idct_arm.h
vp8/common/arm/idct_arm.h
+5
-4
vp8/common/arm/loopfilter_arm.c
vp8/common/arm/loopfilter_arm.c
+5
-4
vp8/common/arm/loopfilter_arm.h
vp8/common/arm/loopfilter_arm.h
+5
-4
vp8/common/arm/neon/bilinearpredict16x16_neon.asm
vp8/common/arm/neon/bilinearpredict16x16_neon.asm
+5
-4
vp8/common/arm/neon/bilinearpredict4x4_neon.asm
vp8/common/arm/neon/bilinearpredict4x4_neon.asm
+5
-4
vp8/common/arm/neon/bilinearpredict8x4_neon.asm
vp8/common/arm/neon/bilinearpredict8x4_neon.asm
+5
-4
vp8/common/arm/neon/bilinearpredict8x8_neon.asm
vp8/common/arm/neon/bilinearpredict8x8_neon.asm
+5
-4
vp8/common/arm/neon/buildintrapredictorsmby_neon.asm
vp8/common/arm/neon/buildintrapredictorsmby_neon.asm
+5
-4
vp8/common/arm/neon/copymem16x16_neon.asm
vp8/common/arm/neon/copymem16x16_neon.asm
+5
-4
vp8/common/arm/neon/copymem8x4_neon.asm
vp8/common/arm/neon/copymem8x4_neon.asm
+5
-4
vp8/common/arm/neon/copymem8x8_neon.asm
vp8/common/arm/neon/copymem8x8_neon.asm
+5
-4
vp8/common/arm/neon/iwalsh_neon.asm
vp8/common/arm/neon/iwalsh_neon.asm
+5
-4
vp8/common/arm/neon/loopfilterhorizontaledge_uv_neon.asm
vp8/common/arm/neon/loopfilterhorizontaledge_uv_neon.asm
+5
-4
vp8/common/arm/neon/loopfilterhorizontaledge_y_neon.asm
vp8/common/arm/neon/loopfilterhorizontaledge_y_neon.asm
+5
-4
vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm
vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm
+5
-4
vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm
vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm
+5
-4
vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm
vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm
+5
-4
vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm
vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm
+5
-4
vp8/common/arm/neon/mbloopfilterhorizontaledge_uv_neon.asm
vp8/common/arm/neon/mbloopfilterhorizontaledge_uv_neon.asm
+5
-4
vp8/common/arm/neon/mbloopfilterhorizontaledge_y_neon.asm
vp8/common/arm/neon/mbloopfilterhorizontaledge_y_neon.asm
+5
-4
vp8/common/arm/neon/mbloopfilterverticaledge_uv_neon.asm
vp8/common/arm/neon/mbloopfilterverticaledge_uv_neon.asm
+5
-4
vp8/common/arm/neon/mbloopfilterverticaledge_y_neon.asm
vp8/common/arm/neon/mbloopfilterverticaledge_y_neon.asm
+5
-4
vp8/common/arm/neon/recon16x16mb_neon.asm
vp8/common/arm/neon/recon16x16mb_neon.asm
+5
-4
vp8/common/arm/neon/recon2b_neon.asm
vp8/common/arm/neon/recon2b_neon.asm
+5
-4
vp8/common/arm/neon/recon4b_neon.asm
vp8/common/arm/neon/recon4b_neon.asm
+5
-4
vp8/common/arm/neon/reconb_neon.asm
vp8/common/arm/neon/reconb_neon.asm
+5
-4
vp8/common/arm/neon/save_neon_reg.asm
vp8/common/arm/neon/save_neon_reg.asm
+5
-4
vp8/common/arm/neon/shortidct4x4llm_1_neon.asm
vp8/common/arm/neon/shortidct4x4llm_1_neon.asm
+5
-4
vp8/common/arm/neon/shortidct4x4llm_neon.asm
vp8/common/arm/neon/shortidct4x4llm_neon.asm
+5
-4
vp8/common/arm/neon/sixtappredict16x16_neon.asm
vp8/common/arm/neon/sixtappredict16x16_neon.asm
+5
-4
vp8/common/arm/neon/sixtappredict4x4_neon.asm
vp8/common/arm/neon/sixtappredict4x4_neon.asm
+5
-4
vp8/common/arm/neon/sixtappredict8x4_neon.asm
vp8/common/arm/neon/sixtappredict8x4_neon.asm
+5
-4
vp8/common/arm/neon/sixtappredict8x8_neon.asm
vp8/common/arm/neon/sixtappredict8x8_neon.asm
+5
-4
vp8/common/arm/recon_arm.c
vp8/common/arm/recon_arm.c
+5
-4
vp8/common/arm/recon_arm.h
vp8/common/arm/recon_arm.h
+5
-4
vp8/common/arm/reconintra4x4_arm.c
vp8/common/arm/reconintra4x4_arm.c
+5
-4
vp8/common/arm/reconintra_arm.c
vp8/common/arm/reconintra_arm.c
+5
-4
vp8/common/arm/subpixel_arm.h
vp8/common/arm/subpixel_arm.h
+5
-4
vp8/common/arm/systemdependent.c
vp8/common/arm/systemdependent.c
+5
-4
vp8/common/arm/vpx_asm_offsets.c
vp8/common/arm/vpx_asm_offsets.c
+5
-4
vp8/common/bigend.h
vp8/common/bigend.h
+5
-4
vp8/common/blockd.c
vp8/common/blockd.c
+5
-4
vp8/common/blockd.h
vp8/common/blockd.h
+5
-4
vp8/common/boolcoder.h
vp8/common/boolcoder.h
+5
-4
vp8/common/codec_common_interface.h
vp8/common/codec_common_interface.h
+5
-4
vp8/common/coefupdateprobs.h
vp8/common/coefupdateprobs.h
+5
-4
vp8/common/common.h
vp8/common/common.h
+5
-4
vp8/common/common_types.h
vp8/common/common_types.h
+5
-4
vp8/common/context.c
vp8/common/context.c
+5
-4
vp8/common/debugmodes.c
vp8/common/debugmodes.c
+5
-4
vp8/common/defaultcoefcounts.h
vp8/common/defaultcoefcounts.h
+5
-4
vp8/common/dma_desc.h
vp8/common/dma_desc.h
+5
-4
vp8/common/duck_io.h
vp8/common/duck_io.h
+5
-4
vp8/common/entropy.c
vp8/common/entropy.c
+5
-4
vp8/common/entropy.h
vp8/common/entropy.h
+5
-4
vp8/common/entropymode.c
vp8/common/entropymode.c
+5
-4
vp8/common/entropymode.h
vp8/common/entropymode.h
+5
-4
vp8/common/entropymv.c
vp8/common/entropymv.c
+5
-4
vp8/common/entropymv.h
vp8/common/entropymv.h
+5
-4
vp8/common/extend.c
vp8/common/extend.c
+5
-4
vp8/common/extend.h
vp8/common/extend.h
+5
-4
vp8/common/filter_c.c
vp8/common/filter_c.c
+5
-4
vp8/common/findnearmv.c
vp8/common/findnearmv.c
+5
-4
vp8/common/findnearmv.h
vp8/common/findnearmv.h
+5
-4
vp8/common/fourcc.hpp
vp8/common/fourcc.hpp
+5
-4
vp8/common/g_common.h
vp8/common/g_common.h
+5
-4
vp8/common/generic/systemdependent.c
vp8/common/generic/systemdependent.c
+5
-4
vp8/common/header.h
vp8/common/header.h
+5
-4
vp8/common/idct.h
vp8/common/idct.h
+5
-4
vp8/common/idctllm.c
vp8/common/idctllm.c
+5
-4
vp8/common/invtrans.c
vp8/common/invtrans.c
+5
-4
vp8/common/invtrans.h
vp8/common/invtrans.h
+5
-4
vp8/common/littlend.h
vp8/common/littlend.h
+5
-4
vp8/common/loopfilter.c
vp8/common/loopfilter.c
+5
-4
vp8/common/loopfilter.h
vp8/common/loopfilter.h
+5
-4
vp8/common/loopfilter_filters.c
vp8/common/loopfilter_filters.c
+5
-4
vp8/common/mac_specs.h
vp8/common/mac_specs.h
+5
-4
vp8/common/mbpitch.c
vp8/common/mbpitch.c
+5
-4
vp8/common/modecont.c
vp8/common/modecont.c
+5
-4
vp8/common/modecont.h
vp8/common/modecont.h
+5
-4
vp8/common/modecontext.c
vp8/common/modecontext.c
+5
-4
vp8/common/mv.h
vp8/common/mv.h
+5
-4
vp8/common/onyx.h
vp8/common/onyx.h
+5
-4
vp8/common/onyxc_int.h
vp8/common/onyxc_int.h
+5
-4
vp8/common/onyxd.h
vp8/common/onyxd.h
+5
-4
vp8/common/partialgfupdate.h
vp8/common/partialgfupdate.h
+5
-4
vp8/common/postproc.c
vp8/common/postproc.c
+5
-4
vp8/common/postproc.h
vp8/common/postproc.h
+5
-4
vp8/common/ppc/copy_altivec.asm
vp8/common/ppc/copy_altivec.asm
+5
-4
vp8/common/ppc/filter_altivec.asm
vp8/common/ppc/filter_altivec.asm
+5
-4
vp8/common/ppc/filter_bilinear_altivec.asm
vp8/common/ppc/filter_bilinear_altivec.asm
+5
-4
vp8/common/ppc/idctllm_altivec.asm
vp8/common/ppc/idctllm_altivec.asm
+5
-4
vp8/common/ppc/loopfilter_altivec.c
vp8/common/ppc/loopfilter_altivec.c
+5
-4
vp8/common/ppc/loopfilter_filters_altivec.asm
vp8/common/ppc/loopfilter_filters_altivec.asm
+5
-4
vp8/common/ppc/platform_altivec.asm
vp8/common/ppc/platform_altivec.asm
+5
-4
vp8/common/ppc/recon_altivec.asm
vp8/common/ppc/recon_altivec.asm
+5
-4
vp8/common/ppc/systemdependent.c
vp8/common/ppc/systemdependent.c
+5
-4
vp8/common/ppflags.h
vp8/common/ppflags.h
+5
-4
vp8/common/pragmas.h
vp8/common/pragmas.h
+5
-4
vp8/common/predictdc.c
vp8/common/predictdc.c
+5
-4
vp8/common/predictdc.h
vp8/common/predictdc.h
+5
-4
vp8/common/preproc.h
vp8/common/preproc.h
+5
-4
vp8/common/preprocif.h
vp8/common/preprocif.h
+5
-4
vp8/common/proposed.h
vp8/common/proposed.h
+5
-4
vp8/common/quant_common.c
vp8/common/quant_common.c
+5
-4
vp8/common/quant_common.h
vp8/common/quant_common.h
+5
-4
vp8/common/recon.c
vp8/common/recon.c
+5
-4
vp8/common/recon.h
vp8/common/recon.h
+5
-4
vp8/common/reconinter.c
vp8/common/reconinter.c
+5
-4
vp8/common/reconinter.h
vp8/common/reconinter.h
+5
-4
vp8/common/reconintra.c
vp8/common/reconintra.c
+5
-4
vp8/common/reconintra.h
vp8/common/reconintra.h
+5
-4
vp8/common/reconintra4x4.c
vp8/common/reconintra4x4.c
+5
-4
vp8/common/reconintra4x4.h
vp8/common/reconintra4x4.h
+5
-4
vp8/common/segmentation_common.c
vp8/common/segmentation_common.c
+5
-4
vp8/common/segmentation_common.h
vp8/common/segmentation_common.h
+5
-4
vp8/common/setupintrarecon.c
vp8/common/setupintrarecon.c
+5
-4
vp8/common/setupintrarecon.h
vp8/common/setupintrarecon.h
+5
-4
vp8/common/subpixel.h
vp8/common/subpixel.h
+5
-4
vp8/common/swapyv12buffer.c
vp8/common/swapyv12buffer.c
+5
-4
vp8/common/swapyv12buffer.h
vp8/common/swapyv12buffer.h
+5
-4
vp8/common/systemdependent.h
vp8/common/systemdependent.h
+5
-4
vp8/common/textblit.c
vp8/common/textblit.c
+5
-4
vp8/common/threading.h
vp8/common/threading.h
+5
-4
vp8/common/treecoder.c
vp8/common/treecoder.c
+5
-4
vp8/common/treecoder.h
vp8/common/treecoder.h
+5
-4
vp8/common/type_aliases.h
vp8/common/type_aliases.h
+5
-4
vp8/common/vfwsetting.hpp
vp8/common/vfwsetting.hpp
+5
-4
vp8/common/vpx_ref_build_prefix.h
vp8/common/vpx_ref_build_prefix.h
+5
-4
vp8/common/vpxblit.h
vp8/common/vpxblit.h
+5
-4
vp8/common/vpxblit_c64.h
vp8/common/vpxblit_c64.h
+5
-4
vp8/common/vpxerrors.h
vp8/common/vpxerrors.h
+5
-4
vp8/common/x86/boolcoder.cxx
vp8/common/x86/boolcoder.cxx
+5
-4
vp8/common/x86/idct_x86.h
vp8/common/x86/idct_x86.h
+5
-4
vp8/common/x86/idctllm_mmx.asm
vp8/common/x86/idctllm_mmx.asm
+5
-4
vp8/common/x86/iwalsh_mmx.asm
vp8/common/x86/iwalsh_mmx.asm
+5
-4
vp8/common/x86/iwalsh_sse2.asm
vp8/common/x86/iwalsh_sse2.asm
+5
-4
vp8/common/x86/loopfilter_mmx.asm
vp8/common/x86/loopfilter_mmx.asm
+5
-4
vp8/common/x86/loopfilter_sse2.asm
vp8/common/x86/loopfilter_sse2.asm
+5
-4
vp8/common/x86/loopfilter_x86.c
vp8/common/x86/loopfilter_x86.c
+5
-4
vp8/common/x86/loopfilter_x86.h
vp8/common/x86/loopfilter_x86.h
+5
-4
vp8/common/x86/postproc_mmx.asm
vp8/common/x86/postproc_mmx.asm
+5
-4
vp8/common/x86/postproc_mmx.c
vp8/common/x86/postproc_mmx.c
+5
-4
vp8/common/x86/postproc_sse2.asm
vp8/common/x86/postproc_sse2.asm
+5
-4
vp8/common/x86/postproc_x86.h
vp8/common/x86/postproc_x86.h
+5
-4
vp8/common/x86/recon_mmx.asm
vp8/common/x86/recon_mmx.asm
+5
-4
vp8/common/x86/recon_sse2.asm
vp8/common/x86/recon_sse2.asm
+5
-4
vp8/common/x86/recon_x86.h
vp8/common/x86/recon_x86.h
+5
-4
vp8/common/x86/subpixel_mmx.asm
vp8/common/x86/subpixel_mmx.asm
+5
-4
vp8/common/x86/subpixel_sse2.asm
vp8/common/x86/subpixel_sse2.asm
+5
-4
vp8/common/x86/subpixel_x86.h
vp8/common/x86/subpixel_x86.h
+5
-4
vp8/common/x86/vp8_asm_stubs.c
vp8/common/x86/vp8_asm_stubs.c
+5
-4
vp8/common/x86/x86_systemdependent.c
vp8/common/x86/x86_systemdependent.c
+5
-4
vp8/decoder/arm/armv5/dequantize_v5.asm
vp8/decoder/arm/armv5/dequantize_v5.asm
+5
-4
vp8/decoder/arm/armv6/dboolhuff_v6.asm
vp8/decoder/arm/armv6/dboolhuff_v6.asm
+5
-4
vp8/decoder/arm/armv6/dequantdcidct_v6.asm
vp8/decoder/arm/armv6/dequantdcidct_v6.asm
+5
-4
vp8/decoder/arm/armv6/dequantidct_v6.asm
vp8/decoder/arm/armv6/dequantidct_v6.asm
+5
-4
vp8/decoder/arm/armv6/dequantize_v6.asm
vp8/decoder/arm/armv6/dequantize_v6.asm
+5
-4
vp8/decoder/arm/dequantize_arm.c
vp8/decoder/arm/dequantize_arm.c
+5
-4
vp8/decoder/arm/dequantize_arm.h
vp8/decoder/arm/dequantize_arm.h
+5
-4
vp8/decoder/arm/detokenizearm_sjl.c
vp8/decoder/arm/detokenizearm_sjl.c
+5
-4
vp8/decoder/arm/detokenizearm_v6.asm
vp8/decoder/arm/detokenizearm_v6.asm
+5
-4
vp8/decoder/arm/dsystemdependent.c
vp8/decoder/arm/dsystemdependent.c
+5
-4
vp8/decoder/arm/neon/dboolhuff_neon.asm
vp8/decoder/arm/neon/dboolhuff_neon.asm
+5
-4
vp8/decoder/arm/neon/dequantdcidct_neon.asm
vp8/decoder/arm/neon/dequantdcidct_neon.asm
+5
-4
vp8/decoder/arm/neon/dequantidct_neon.asm
vp8/decoder/arm/neon/dequantidct_neon.asm
+5
-4
vp8/decoder/arm/neon/dequantizeb_neon.asm
vp8/decoder/arm/neon/dequantizeb_neon.asm
+5
-4
vp8/decoder/dboolhuff.c
vp8/decoder/dboolhuff.c
+5
-4
vp8/decoder/dboolhuff.h
vp8/decoder/dboolhuff.h
+5
-4
vp8/decoder/decodemv.c
vp8/decoder/decodemv.c
+5
-4
vp8/decoder/decodemv.h
vp8/decoder/decodemv.h
+5
-4
vp8/decoder/decoderthreading.h
vp8/decoder/decoderthreading.h
+5
-4
vp8/decoder/decodframe.c
vp8/decoder/decodframe.c
+5
-4
vp8/decoder/demode.c
vp8/decoder/demode.c
+5
-4
vp8/decoder/demode.h
vp8/decoder/demode.h
+5
-4
vp8/decoder/dequantize.c
vp8/decoder/dequantize.c
+5
-4
vp8/decoder/dequantize.h
vp8/decoder/dequantize.h
+5
-4
vp8/decoder/detokenize.c
vp8/decoder/detokenize.c
+5
-4
vp8/decoder/detokenize.h
vp8/decoder/detokenize.h
+5
-4
vp8/decoder/generic/dsystemdependent.c
vp8/decoder/generic/dsystemdependent.c
+5
-4
vp8/decoder/onyxd_if.c
vp8/decoder/onyxd_if.c
+5
-4
vp8/decoder/onyxd_if_sjl.c
vp8/decoder/onyxd_if_sjl.c
+5
-4
vp8/decoder/onyxd_int.h
vp8/decoder/onyxd_int.h
+5
-4
vp8/decoder/threading.c
vp8/decoder/threading.c
+5
-4
vp8/decoder/treereader.h
vp8/decoder/treereader.h
+5
-4
vp8/decoder/x86/dequantize_mmx.asm
vp8/decoder/x86/dequantize_mmx.asm
+5
-4
vp8/decoder/x86/dequantize_x86.h
vp8/decoder/x86/dequantize_x86.h
+5
-4
vp8/decoder/x86/onyxdxv.c
vp8/decoder/x86/onyxdxv.c
+5
-4
vp8/decoder/x86/x86_dsystemdependent.c
vp8/decoder/x86/x86_dsystemdependent.c
+5
-4
vp8/decoder/xprintf.c
vp8/decoder/xprintf.c
+5
-4
vp8/decoder/xprintf.h
vp8/decoder/xprintf.h
+5
-4
vp8/encoder/arm/armv6/walsh_v6.asm
vp8/encoder/arm/armv6/walsh_v6.asm
+5
-4
vp8/encoder/arm/boolhuff_arm.c
vp8/encoder/arm/boolhuff_arm.c
+5
-4
vp8/encoder/arm/csystemdependent.c
vp8/encoder/arm/csystemdependent.c
+5
-4
vp8/encoder/arm/dct_arm.h
vp8/encoder/arm/dct_arm.h
+5
-4
vp8/encoder/arm/encodemb_arm.c
vp8/encoder/arm/encodemb_arm.c
+5
-4
vp8/encoder/arm/encodemb_arm.h
vp8/encoder/arm/encodemb_arm.h
+5
-4
vp8/encoder/arm/mcomp_arm.c
vp8/encoder/arm/mcomp_arm.c
+5
-4
vp8/encoder/arm/neon/boolhuff_armv7.asm
vp8/encoder/arm/neon/boolhuff_armv7.asm
+5
-4
vp8/encoder/arm/neon/fastfdct4x4_neon.asm
vp8/encoder/arm/neon/fastfdct4x4_neon.asm
+5
-4
vp8/encoder/arm/neon/fastfdct8x4_neon.asm
vp8/encoder/arm/neon/fastfdct8x4_neon.asm
+5
-4
vp8/encoder/arm/neon/fastquantizeb_neon.asm
vp8/encoder/arm/neon/fastquantizeb_neon.asm
+5
-4
vp8/encoder/arm/neon/sad16_neon.asm
vp8/encoder/arm/neon/sad16_neon.asm
+5
-4
vp8/encoder/arm/neon/sad8_neon.asm
vp8/encoder/arm/neon/sad8_neon.asm
+5
-4
vp8/encoder/arm/neon/shortfdct_neon.asm
vp8/encoder/arm/neon/shortfdct_neon.asm
+5
-4
vp8/encoder/arm/neon/subtract_neon.asm
vp8/encoder/arm/neon/subtract_neon.asm
+5
-4
vp8/encoder/arm/neon/variance_neon.asm
vp8/encoder/arm/neon/variance_neon.asm
+5
-4
vp8/encoder/arm/neon/vp8_memcpy_neon.asm
vp8/encoder/arm/neon/vp8_memcpy_neon.asm
+5
-4
vp8/encoder/arm/neon/vp8_mse16x16_neon.asm
vp8/encoder/arm/neon/vp8_mse16x16_neon.asm
+5
-4
vp8/encoder/arm/neon/vp8_packtokens_armv7.asm
vp8/encoder/arm/neon/vp8_packtokens_armv7.asm
+5
-4
vp8/encoder/arm/neon/vp8_packtokens_mbrow_armv7.asm
vp8/encoder/arm/neon/vp8_packtokens_mbrow_armv7.asm
+5
-4
vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm
vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm
+5
-4
vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm
vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm
+5
-4
vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm
vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm
+5
-4
vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm
vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm
+5
-4
vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm
vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm
+5
-4
vp8/encoder/arm/picklpf_arm.c
vp8/encoder/arm/picklpf_arm.c
+5
-4
vp8/encoder/arm/quantize_arm.c
vp8/encoder/arm/quantize_arm.c
+5
-4
vp8/encoder/arm/quantize_arm.h
vp8/encoder/arm/quantize_arm.h
+5
-4
vp8/encoder/arm/variance_arm.h
vp8/encoder/arm/variance_arm.h
+5
-4
vp8/encoder/arm/vpx_vp8_enc_asm_offsets.c
vp8/encoder/arm/vpx_vp8_enc_asm_offsets.c
+5
-4
vp8/encoder/bitstream.c
vp8/encoder/bitstream.c
+5
-4
vp8/encoder/bitstream.h
vp8/encoder/bitstream.h
+5
-4
vp8/encoder/block.h
vp8/encoder/block.h
+5
-4
vp8/encoder/boolhuff.c
vp8/encoder/boolhuff.c
+5
-4
vp8/encoder/boolhuff.h
vp8/encoder/boolhuff.h
+5
-4
vp8/encoder/dct.c
vp8/encoder/dct.c
+5
-4
vp8/encoder/dct.h
vp8/encoder/dct.h
+5
-4
vp8/encoder/encodeframe.c
vp8/encoder/encodeframe.c
+5
-4
vp8/encoder/encodeintra.c
vp8/encoder/encodeintra.c
+5
-4
vp8/encoder/encodeintra.h
vp8/encoder/encodeintra.h
+5
-4
vp8/encoder/encodemb.c
vp8/encoder/encodemb.c
+5
-4
vp8/encoder/encodemb.h
vp8/encoder/encodemb.h
+5
-4
vp8/encoder/encodemv.c
vp8/encoder/encodemv.c
+5
-4
vp8/encoder/encodemv.h
vp8/encoder/encodemv.h
+5
-4
vp8/encoder/ethreading.c
vp8/encoder/ethreading.c
+5
-4
vp8/encoder/firstpass.c
vp8/encoder/firstpass.c
+5
-4
vp8/encoder/firstpass.h
vp8/encoder/firstpass.h
+5
-4
vp8/encoder/generic/csystemdependent.c
vp8/encoder/generic/csystemdependent.c
+5
-4
vp8/encoder/mcomp.c
vp8/encoder/mcomp.c
+5
-4
vp8/encoder/mcomp.h
vp8/encoder/mcomp.h
+5
-4
vp8/encoder/modecosts.c
vp8/encoder/modecosts.c
+5
-4
vp8/encoder/modecosts.h
vp8/encoder/modecosts.h
+5
-4
vp8/encoder/onyx_if.c
vp8/encoder/onyx_if.c
+5
-4
vp8/encoder/onyx_int.h
vp8/encoder/onyx_int.h
+5
-4
vp8/encoder/parms.cpp
vp8/encoder/parms.cpp
+5
-4
vp8/encoder/pickinter.c
vp8/encoder/pickinter.c
+5
-4
vp8/encoder/pickinter.h
vp8/encoder/pickinter.h
+5
-4
vp8/encoder/picklpf.c
vp8/encoder/picklpf.c
+5
-4
vp8/encoder/ppc/csystemdependent.c
vp8/encoder/ppc/csystemdependent.c
+5
-4
vp8/encoder/ppc/encodemb_altivec.asm
vp8/encoder/ppc/encodemb_altivec.asm
+5
-4
vp8/encoder/ppc/fdct_altivec.asm
vp8/encoder/ppc/fdct_altivec.asm
+5
-4
vp8/encoder/ppc/rdopt_altivec.asm
vp8/encoder/ppc/rdopt_altivec.asm
+5
-4
vp8/encoder/ppc/sad_altivec.asm
vp8/encoder/ppc/sad_altivec.asm
+5
-4
vp8/encoder/ppc/variance_altivec.asm
vp8/encoder/ppc/variance_altivec.asm
+5
-4
vp8/encoder/ppc/variance_subpixel_altivec.asm
vp8/encoder/ppc/variance_subpixel_altivec.asm
+5
-4
vp8/encoder/preproc.c
vp8/encoder/preproc.c
+5
-4
vp8/encoder/psnr.c
vp8/encoder/psnr.c
+5
-4
vp8/encoder/psnr.h
vp8/encoder/psnr.h
+5
-4
vp8/encoder/quantize.c
vp8/encoder/quantize.c
+5
-4
vp8/encoder/quantize.h
vp8/encoder/quantize.h
+5
-4
vp8/encoder/ratectrl.c
vp8/encoder/ratectrl.c
+5
-4
vp8/encoder/ratectrl.h
vp8/encoder/ratectrl.h
+5
-4
vp8/encoder/rdopt.c
vp8/encoder/rdopt.c
+5
-4
vp8/encoder/rdopt.h
vp8/encoder/rdopt.h
+5
-4
vp8/encoder/sad_c.c
vp8/encoder/sad_c.c
+5
-4
vp8/encoder/ssim.c
vp8/encoder/ssim.c
+5
-4
vp8/encoder/tokenize.c
vp8/encoder/tokenize.c
+5
-4
vp8/encoder/tokenize.h
vp8/encoder/tokenize.h
+5
-4
vp8/encoder/treewriter.c
vp8/encoder/treewriter.c
+5
-4
vp8/encoder/treewriter.h
vp8/encoder/treewriter.h
+5
-4
vp8/encoder/variance.h
vp8/encoder/variance.h
+5
-4
vp8/encoder/variance_c.c
vp8/encoder/variance_c.c
+5
-4
vp8/encoder/x86/csystemdependent.c
vp8/encoder/x86/csystemdependent.c
+5
-4
vp8/encoder/x86/dct_mmx.asm
vp8/encoder/x86/dct_mmx.asm
+5
-4
vp8/encoder/x86/dct_sse2.asm
vp8/encoder/x86/dct_sse2.asm
+5
-4
vp8/encoder/x86/dct_x86.h
vp8/encoder/x86/dct_x86.h
+5
-4
vp8/encoder/x86/encodemb_x86.h
vp8/encoder/x86/encodemb_x86.h
+5
-4
vp8/encoder/x86/encodeopt.asm
vp8/encoder/x86/encodeopt.asm
+5
-4
vp8/encoder/x86/fwalsh_sse2.asm
vp8/encoder/x86/fwalsh_sse2.asm
+5
-4
vp8/encoder/x86/mcomp_x86.h
vp8/encoder/x86/mcomp_x86.h
+5
-4
vp8/encoder/x86/preproc_mmx.c
vp8/encoder/x86/preproc_mmx.c
+5
-4
vp8/encoder/x86/quantize_mmx.asm
vp8/encoder/x86/quantize_mmx.asm
+5
-4
vp8/encoder/x86/sad_mmx.asm
vp8/encoder/x86/sad_mmx.asm
+5
-4
vp8/encoder/x86/sad_sse2.asm
vp8/encoder/x86/sad_sse2.asm
+5
-4
vp8/encoder/x86/sad_sse3.asm
vp8/encoder/x86/sad_sse3.asm
+5
-4
vp8/encoder/x86/sad_ssse3.asm
vp8/encoder/x86/sad_ssse3.asm
+5
-4
vp8/encoder/x86/subtract_mmx.asm
vp8/encoder/x86/subtract_mmx.asm
+5
-4
vp8/encoder/x86/variance_impl_mmx.asm
vp8/encoder/x86/variance_impl_mmx.asm
+5
-4
vp8/encoder/x86/variance_impl_sse2.asm
vp8/encoder/x86/variance_impl_sse2.asm
+5
-4
vp8/encoder/x86/variance_mmx.c
vp8/encoder/x86/variance_mmx.c
+5
-4
vp8/encoder/x86/variance_sse2.c
vp8/encoder/x86/variance_sse2.c
+5
-4
vp8/encoder/x86/variance_x86.h
vp8/encoder/x86/variance_x86.h
+5
-4
vp8/encoder/x86/x86_csystemdependent.c
vp8/encoder/x86/x86_csystemdependent.c
+5
-4
vp8/vp8_common.mk
vp8/vp8_common.mk
+5
-4
vp8/vp8_cx_iface.c
vp8/vp8_cx_iface.c
+5
-4
vp8/vp8_dx_iface.c
vp8/vp8_dx_iface.c
+5
-4
vp8/vp8cx.mk
vp8/vp8cx.mk
+5
-4
vp8/vp8cx_arm.mk
vp8/vp8cx_arm.mk
+5
-4
vp8/vp8dx.mk
vp8/vp8dx.mk
+5
-4
vp8/vp8dx_arm.mk
vp8/vp8dx_arm.mk
+5
-4
vpx/internal/vpx_codec_internal.h
vpx/internal/vpx_codec_internal.h
+5
-4
vpx/src/vpx_codec.c
vpx/src/vpx_codec.c
+5
-4
vpx/src/vpx_decoder.c
vpx/src/vpx_decoder.c
+5
-4
vpx/src/vpx_decoder_compat.c
vpx/src/vpx_decoder_compat.c
+5
-4
vpx/src/vpx_encoder.c
vpx/src/vpx_encoder.c
+5
-4
vpx/src/vpx_image.c
vpx/src/vpx_image.c
+5
-4
vpx/vp8.h
vpx/vp8.h
+5
-4
vpx/vp8cx.h
vpx/vp8cx.h
+5
-4
vpx/vp8dx.h
vpx/vp8dx.h
+5
-4
vpx/vp8e.h
vpx/vp8e.h
+5
-4
vpx/vpx_codec.h
vpx/vpx_codec.h
+5
-4
vpx/vpx_codec.mk
vpx/vpx_codec.mk
+5
-4
vpx/vpx_codec_impl_bottom.h
vpx/vpx_codec_impl_bottom.h
+5
-4
vpx/vpx_codec_impl_top.h
vpx/vpx_codec_impl_top.h
+5
-4
vpx/vpx_decoder.h
vpx/vpx_decoder.h
+5
-4
vpx/vpx_decoder_compat.h
vpx/vpx_decoder_compat.h
+5
-4
vpx/vpx_encoder.h
vpx/vpx_encoder.h
+5
-4
vpx/vpx_image.h
vpx/vpx_image.h
+5
-4
vpx/vpx_integer.h
vpx/vpx_integer.h
+5
-4
vpx_mem/include/nds/vpx_mem_nds.h
vpx_mem/include/nds/vpx_mem_nds.h
+5
-4
vpx_mem/include/vpx_mem_intrnl.h
vpx_mem/include/vpx_mem_intrnl.h
+5
-4
vpx_mem/include/vpx_mem_tracker.h
vpx_mem/include/vpx_mem_tracker.h
+5
-4
vpx_mem/intel_linux/vpx_mem.c
vpx_mem/intel_linux/vpx_mem.c
+5
-4
vpx_mem/intel_linux/vpx_mem_tracker.c
vpx_mem/intel_linux/vpx_mem_tracker.c
+5
-4
vpx_mem/memory_manager/hmm_alloc.c
vpx_mem/memory_manager/hmm_alloc.c
+5
-4
vpx_mem/memory_manager/hmm_base.c
vpx_mem/memory_manager/hmm_base.c
+5
-4
vpx_mem/memory_manager/hmm_dflt_abort.c
vpx_mem/memory_manager/hmm_dflt_abort.c
+5
-4
vpx_mem/memory_manager/hmm_grow.c
vpx_mem/memory_manager/hmm_grow.c
+5
-4
vpx_mem/memory_manager/hmm_largest.c
vpx_mem/memory_manager/hmm_largest.c
+5
-4
vpx_mem/memory_manager/hmm_resize.c
vpx_mem/memory_manager/hmm_resize.c
+5
-4
vpx_mem/memory_manager/hmm_shrink.c
vpx_mem/memory_manager/hmm_shrink.c
+5
-4
vpx_mem/memory_manager/hmm_true.c
vpx_mem/memory_manager/hmm_true.c
+5
-4
vpx_mem/memory_manager/include/cavl_if.h
vpx_mem/memory_manager/include/cavl_if.h
+5
-4
vpx_mem/memory_manager/include/cavl_impl.h
vpx_mem/memory_manager/include/cavl_impl.h
+5
-4
vpx_mem/memory_manager/include/heapmm.h
vpx_mem/memory_manager/include/heapmm.h
+5
-4
vpx_mem/memory_manager/include/hmm_cnfg.h
vpx_mem/memory_manager/include/hmm_cnfg.h
+5
-4
vpx_mem/memory_manager/include/hmm_intrnl.h
vpx_mem/memory_manager/include/hmm_intrnl.h
+5
-4
vpx_mem/nds/vpx_mem_nds.c
vpx_mem/nds/vpx_mem_nds.c
+5
-4
vpx_mem/ti_c6x/vpx_mem_ti_6cx.c
vpx_mem/ti_c6x/vpx_mem_ti_6cx.c
+5
-4
vpx_mem/vpx_mem.c
vpx_mem/vpx_mem.c
+5
-4
vpx_mem/vpx_mem.h
vpx_mem/vpx_mem.h
+5
-4
vpx_mem/vpx_mem_tracker.c
vpx_mem/vpx_mem_tracker.c
+5
-4
vpx_ports/config.h
vpx_ports/config.h
+5
-4
vpx_ports/emms.asm
vpx_ports/emms.asm
+5
-4
vpx_ports/mem.h
vpx_ports/mem.h
+5
-4
vpx_ports/mem_ops.h
vpx_ports/mem_ops.h
+5
-4
vpx_ports/mem_ops_aligned.h
vpx_ports/mem_ops_aligned.h
+5
-4
vpx_ports/vpx_timer.h
vpx_ports/vpx_timer.h
+5
-4
vpx_ports/vpxtypes.h
vpx_ports/vpxtypes.h
+5
-4
vpx_ports/x86.h
vpx_ports/x86.h
+5
-4
vpx_ports/x86_abi_support.asm
vpx_ports/x86_abi_support.asm
+5
-4
vpx_scale/arm/armv4/gen_scalers_armv4.asm
vpx_scale/arm/armv4/gen_scalers_armv4.asm
+5
-4
vpx_scale/arm/nds/yv12extend.c
vpx_scale/arm/nds/yv12extend.c
+5
-4
vpx_scale/arm/neon/vp8_vpxyv12_copyframe_func_neon.asm
vpx_scale/arm/neon/vp8_vpxyv12_copyframe_func_neon.asm
+5
-4
vpx_scale/arm/neon/vp8_vpxyv12_copyframeyonly_neon.asm
vpx_scale/arm/neon/vp8_vpxyv12_copyframeyonly_neon.asm
+5
-4
vpx_scale/arm/neon/vp8_vpxyv12_copysrcframe_func_neon.asm
vpx_scale/arm/neon/vp8_vpxyv12_copysrcframe_func_neon.asm
+5
-4
vpx_scale/arm/neon/vp8_vpxyv12_extendframeborders_neon.asm
vpx_scale/arm/neon/vp8_vpxyv12_extendframeborders_neon.asm
+5
-4
vpx_scale/arm/scalesystemdependant.c
vpx_scale/arm/scalesystemdependant.c
+5
-4
vpx_scale/arm/yv12extend_arm.c
vpx_scale/arm/yv12extend_arm.c
+5
-4
vpx_scale/blackfin/yv12config.c
vpx_scale/blackfin/yv12config.c
+5
-4
vpx_scale/blackfin/yv12extend.c
vpx_scale/blackfin/yv12extend.c
+5
-4
vpx_scale/dm642/bicubic_scaler_c64.c
vpx_scale/dm642/bicubic_scaler_c64.c
+5
-4
vpx_scale/dm642/gen_scalers_c64.c
vpx_scale/dm642/gen_scalers_c64.c
+5
-4
vpx_scale/dm642/yv12extend.c
vpx_scale/dm642/yv12extend.c
+5
-4
vpx_scale/generic/bicubic_scaler.c
vpx_scale/generic/bicubic_scaler.c
+5
-4
vpx_scale/generic/gen_scalers.c
vpx_scale/generic/gen_scalers.c
+5
-4
vpx_scale/generic/scalesystemdependant.c
vpx_scale/generic/scalesystemdependant.c
+5
-4
vpx_scale/generic/vpxscale.c
vpx_scale/generic/vpxscale.c
+5
-4
vpx_scale/generic/yv12config.c
vpx_scale/generic/yv12config.c
+5
-4
vpx_scale/generic/yv12extend.c
vpx_scale/generic/yv12extend.c
+5
-4
vpx_scale/include/arm/vpxscale_nofp.h
vpx_scale/include/arm/vpxscale_nofp.h
+5
-4
vpx_scale/include/generic/vpxscale_arbitrary.h
vpx_scale/include/generic/vpxscale_arbitrary.h
+5
-4
vpx_scale/include/generic/vpxscale_depricated.h
vpx_scale/include/generic/vpxscale_depricated.h
+5
-4
vpx_scale/include/generic/vpxscale_nofp.h
vpx_scale/include/generic/vpxscale_nofp.h
+5
-4
vpx_scale/include/leapster/vpxscale.h
vpx_scale/include/leapster/vpxscale.h
+5
-4
vpx_scale/include/symbian/vpxscale_nofp.h
vpx_scale/include/symbian/vpxscale_nofp.h
+5
-4
vpx_scale/include/vpxscale_nofp.h
vpx_scale/include/vpxscale_nofp.h
+5
-4
vpx_scale/intel_linux/scaleopt.c
vpx_scale/intel_linux/scaleopt.c
+5
-4
vpx_scale/intel_linux/scalesystemdependant.c
vpx_scale/intel_linux/scalesystemdependant.c
+5
-4
vpx_scale/leapster/doptsystemdependant_lf.c
vpx_scale/leapster/doptsystemdependant_lf.c
+5
-4
vpx_scale/leapster/gen_scalers_lf.c
vpx_scale/leapster/gen_scalers_lf.c
+5
-4
vpx_scale/leapster/vpxscale_lf.c
vpx_scale/leapster/vpxscale_lf.c
+5
-4
vpx_scale/leapster/yv12extend.c
vpx_scale/leapster/yv12extend.c
+5
-4
vpx_scale/scale_mode.h
vpx_scale/scale_mode.h
+5
-4
vpx_scale/symbian/gen_scalers_armv4.asm
vpx_scale/symbian/gen_scalers_armv4.asm
+5
-4
vpx_scale/symbian/scalesystemdependant.c
vpx_scale/symbian/scalesystemdependant.c
+5
-4
vpx_scale/vpxscale.h
vpx_scale/vpxscale.h
+5
-4
vpx_scale/wce/gen_scalers_armv4.asm
vpx_scale/wce/gen_scalers_armv4.asm
+5
-4
vpx_scale/wce/scalesystemdependant.c
vpx_scale/wce/scalesystemdependant.c
+5
-4
vpx_scale/win32/scaleopt.c
vpx_scale/win32/scaleopt.c
+5
-4
vpx_scale/win32/scalesystemdependant.c
vpx_scale/win32/scalesystemdependant.c
+5
-4
vpx_scale/x86_64/scaleopt.c
vpx_scale/x86_64/scaleopt.c
+5
-4
vpx_scale/x86_64/scalesystemdependant.c
vpx_scale/x86_64/scalesystemdependant.c
+5
-4
vpx_scale/yv12config.h
vpx_scale/yv12config.h
+5
-4
vpx_scale/yv12extend.h
vpx_scale/yv12extend.h
+5
-4
wince_wmain_adapter.cpp
wince_wmain_adapter.cpp
+5
-4
y4minput.c
y4minput.c
+5
-4
y4minput.h
y4minput.h
+5
-4
No files found.
LICENSE
View file @
09202d80
Copyright (c) 2010, Google, Inc.
All rights reserved.
Copyright (c) 2010, Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are
met:
modification, are permitted provided that the following conditions
are
met:
-
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
*
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above
copyright
notice, this list of conditions and the following
disclaimer in
the documentation and/or other materials provided
with the
distribution.
*
Redistributions in binary form must reproduce the above
copyright
notice, this list of conditions and the following
disclaimer in
the documentation and/or other materials provided
with the
distribution.
-
Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
*
Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -30,19 +28,3 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Subject to the terms and conditions of the above License, Google
hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this
section) patent license to make, have made, use, offer to sell, sell,
import, and otherwise transfer this implementation of VP8, where such
license applies only to those patent claims, both currently owned by
Google and acquired in the future, licensable by Google that are
necessarily infringed by this implementation of VP8. If You or your
agent or exclusive licensee institute or order or agree to the
institution of patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that this
implementation of VP8 or any code incorporated within this
implementation of VP8 constitutes direct or contributory patent
infringement, or inducement of patent infringement, then any rights
granted to You under this License for this implementation of VP8
shall terminate as of the date such litigation is filed.
PATENTS
0 → 100644
View file @
09202d80
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the WebM Project.
Google hereby grants to you a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, offer to sell, sell, import,
transfer, and otherwise run, modify and propagate the contents of this
implementation of VP8, where such license applies only to those patent
claims, both currently owned by Google and acquired in the future,
licensable by Google that are necessarily infringed by this
implementation of VP8. This grant does not include claims that would be
infringed only as a consequence of further modification of this
implementation. If you or your agent or exclusive licensee institute or
order or agree to the institution of patent litigation against any
entity (including a cross-claim or counterclaim in a lawsuit) alleging
that this implementation of VP8 or any code incorporated within this
implementation of VP8 constitutes direct or contributory patent
infringement, or inducement of patent infringement, then any patent
rights granted to you under this License for this implementation of VP8
shall terminate as of the date such litigation is filed.
args.c
View file @
09202d80
/*
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license and patent
* grant that can be found in the LICENSE file in the root of the source
* tree. All contributing project authors may be found in the AUTHORS
* file in the root of the source tree.
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
...
...
args.h
View file @
09202d80
/*
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license and patent
* grant that can be found in the LICENSE file in the root of the source
* tree. All contributing project authors may be found in the AUTHORS
* file in the root of the source tree.
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
...
...
build/arm-wince-vs8/obj_int_extract.bat
View file @
09202d80
@echo
off
REM Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
REM
REM Use of this source code is governed by a BSD-style license and patent
REM grant that can be found in the LICENSE file in the root of the source
REM tree. All contributing project authors may be found in the AUTHORS
REM file in the root of the source tree.
REM Use of this source code is governed by a BSD-style license
REM that can be found in the LICENSE file in the root of the source
REM tree. An additional intellectual property rights grant can be found
REM in the file PATENTS. All contributing project authors may
REM be found in the AUTHORS file in the root of the source tree.
echo
on
...
...
build/make/Makefile
View file @
09202d80
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
build/make/ads2gas.pl
View file @
09202d80
#!/usr/bin/perl
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
build/make/ads2gas_apple.pl
View file @
09202d80
#!/usr/bin/env perl
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
build/make/armlink_adapter.sh
View file @
09202d80
...
...
@@ -2,10 +2,11 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
build/make/gen_asm_deps.sh
View file @
09202d80
...
...
@@ -2,10 +2,11 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
build/make/gen_msvs_def.sh
View file @
09202d80
...
...
@@ -2,10 +2,11 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
build/make/gen_msvs_proj.sh
View file @
09202d80
...
...
@@ -2,10 +2,11 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
build/make/gen_msvs_sln.sh
View file @
09202d80
...
...
@@ -2,10 +2,11 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
build/make/obj_int_extract.c
View file @
09202d80
/*
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license and patent
* grant that can be found in the LICENSE file in the root of the source
* tree. All contributing project authors may be found in the AUTHORS
* file in the root of the source tree.
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
...
...
build/make/version.sh
View file @
09202d80
...
...
@@ -2,10 +2,11 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
docs.mk
View file @
09202d80
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
example_xma.c
View file @
09202d80
/*
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license and patent
* grant that can be found in the LICENSE file in the root of the source
* tree. All contributing project authors may be found in the AUTHORS
* file in the root of the source tree.
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
...
...
examples.mk
View file @
09202d80
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
examples/decoder_tmpl.c
View file @
09202d80
/*
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license and patent
* grant that can be found in the LICENSE file in the root of the source
* tree. All contributing project authors may be found in the AUTHORS
* file in the root of the source tree.
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
...
...
examples/encoder_tmpl.c
View file @
09202d80
/*
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license and patent
* grant that can be found in the LICENSE file in the root of the source
* tree. All contributing project authors may be found in the AUTHORS
* file in the root of the source tree.
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
...
...
examples/gen_example_code.sh
View file @
09202d80
...
...
@@ -2,10 +2,11 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
examples/gen_example_doxy.php
View file @
09202d80
...
...
@@ -2,10 +2,11 @@
/*
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license and patent
* grant that can be found in the LICENSE file in the root of the source
* tree. All contributing project authors may be found in the AUTHORS
* file in the root of the source tree.
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
...
...
examples/gen_example_text.sh
View file @
09202d80
...
...
@@ -2,10 +2,11 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license and patent
## grant that can be found in the LICENSE file in the root of the source
## tree. All contributing project authors may be found in the AUTHORS
## file in the root of the source tree.
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
...
...
examples/includes/PHP-Markdown-Extra-1.2.3/markdown.php.orig
deleted
100644 → 0
View file @
7f9db419
This diff is collapsed.
Click to expand it.
ivfdec.c
View file @
09202d80
/*
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license and patent
* grant that can be found in the LICENSE file in the root of the source
* tree. All contributing project authors may be found in the AUTHORS
* file in the root of the source tree.
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
...
...
ivfenc.c