Imported Upstream version 1.4 upstream/1.4
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 25 Nov 2014 19:00:18 +0000 (20:00 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 25 Nov 2014 19:00:18 +0000 (20:00 +0100)
commit72b9787e2806694c5bc5609dd7c2e5dbbfaa4b2f
treedc24692777c15195b16b8adf14a2d08f51f10ca8
Imported Upstream version 1.4
223 files changed:
.hg_archival.txt [new file with mode: 0644]
.hgignore [new file with mode: 0644]
.hgtags [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
build/README.txt [new file with mode: 0644]
build/icl32/build-all.bat [new file with mode: 0644]
build/icl32/make-makefile.bat [new file with mode: 0644]
build/icl64/build-all.bat [new file with mode: 0644]
build/icl64/make-makefile.bat [new file with mode: 0644]
build/linux/make-Makefiles.bash [new file with mode: 0755]
build/msys/make-Makefiles.sh [new file with mode: 0644]
build/msys/make-x86_64-w64-mingw32-Makefiles.sh [new file with mode: 0644]
build/msys/toolchain-x86_64-w64-mingw32.cmake [new file with mode: 0644]
build/vc10-x86/build-all.bat [new file with mode: 0644]
build/vc10-x86/make-solutions.bat [new file with mode: 0644]
build/vc10-x86_64/build-all.bat [new file with mode: 0644]
build/vc10-x86_64/make-solutions.bat [new file with mode: 0644]
build/vc11-x86/build-all.bat [new file with mode: 0644]
build/vc11-x86/make-solutions.bat [new file with mode: 0644]
build/vc11-x86_64/build-all.bat [new file with mode: 0644]
build/vc11-x86_64/make-solutions.bat [new file with mode: 0644]
build/vc12-x86/build-all.bat [new file with mode: 0644]
build/vc12-x86/make-solutions.bat [new file with mode: 0644]
build/vc12-x86_64/build-all.bat [new file with mode: 0644]
build/vc12-x86_64/make-solutions.bat [new file with mode: 0644]
build/vc9-x86/build-all.bat [new file with mode: 0644]
build/vc9-x86/make-solutions.bat [new file with mode: 0644]
build/vc9-x86_64/build-all.bat [new file with mode: 0644]
build/vc9-x86_64/make-solutions.bat [new file with mode: 0644]
build/xcode/make-project.sh [new file with mode: 0755]
doc/intra/intra-16x16.txt [new file with mode: 0644]
doc/intra/intra-32x32.txt [new file with mode: 0644]
doc/intra/intra-4x4.txt [new file with mode: 0644]
doc/intra/intra-8x8.txt [new file with mode: 0644]
doc/reST/Makefile [new file with mode: 0644]
doc/reST/api.rst [new file with mode: 0644]
doc/reST/cli.rst [new file with mode: 0644]
doc/reST/conf.py [new file with mode: 0644]
doc/reST/index.rst [new file with mode: 0644]
doc/reST/introduction.rst [new file with mode: 0644]
doc/reST/lossless.rst [new file with mode: 0644]
doc/reST/presets.rst [new file with mode: 0644]
doc/reST/threading.rst [new file with mode: 0644]
doc/uncrustify/codingstyle.cfg [new file with mode: 0644]
source/CMakeLists.txt [new file with mode: 0644]
source/PPA/CMakeLists.txt [new file with mode: 0644]
source/PPA/ppa.cpp [new file with mode: 0644]
source/PPA/ppa.h [new file with mode: 0644]
source/PPA/ppaApi.h [new file with mode: 0644]
source/PPA/ppaCPUEvents.h [new file with mode: 0644]
source/cmake/CMakeASM_YASMInformation.cmake [new file with mode: 0644]
source/cmake/CMakeDetermineASM_YASMCompiler.cmake [new file with mode: 0644]
source/cmake/CMakeTestASM_YASMCompiler.cmake [new file with mode: 0644]
source/cmake/FindVLD.cmake [new file with mode: 0644]
source/cmake/FindYasm.cmake [new file with mode: 0644]
source/cmake/clean-generated.cmake [new file with mode: 0644]
source/cmake/cmake_uninstall.cmake.in [new file with mode: 0644]
source/cmake/version.cmake [new file with mode: 0644]
source/common/CMakeLists.txt [new file with mode: 0644]
source/common/bitstream.cpp [new file with mode: 0644]
source/common/bitstream.h [new file with mode: 0644]
source/common/common.cpp [new file with mode: 0644]
source/common/common.h [new file with mode: 0644]
source/common/constants.cpp [new file with mode: 0644]
source/common/constants.h [new file with mode: 0644]
source/common/contexts.h [new file with mode: 0644]
source/common/cpu.cpp [new file with mode: 0644]
source/common/cpu.h [new file with mode: 0644]
source/common/cudata.cpp [new file with mode: 0644]
source/common/cudata.h [new file with mode: 0644]
source/common/dct.cpp [new file with mode: 0644]
source/common/deblock.cpp [new file with mode: 0644]
source/common/deblock.h [new file with mode: 0644]
source/common/frame.cpp [new file with mode: 0644]
source/common/frame.h [new file with mode: 0644]
source/common/framedata.cpp [new file with mode: 0644]
source/common/framedata.h [new file with mode: 0644]
source/common/intrapred.cpp [new file with mode: 0644]
source/common/ipfilter.cpp [new file with mode: 0644]
source/common/loopfilter.cpp [new file with mode: 0644]
source/common/lowres.cpp [new file with mode: 0644]
source/common/lowres.h [new file with mode: 0644]
source/common/md5.cpp [new file with mode: 0644]
source/common/md5.h [new file with mode: 0644]
source/common/mv.h [new file with mode: 0644]
source/common/param.cpp [new file with mode: 0644]
source/common/param.h [new file with mode: 0644]
source/common/piclist.cpp [new file with mode: 0644]
source/common/piclist.h [new file with mode: 0644]
source/common/picyuv.cpp [new file with mode: 0644]
source/common/picyuv.h [new file with mode: 0644]
source/common/pixel.cpp [new file with mode: 0644]
source/common/predict.cpp [new file with mode: 0644]
source/common/predict.h [new file with mode: 0644]
source/common/primitives.cpp [new file with mode: 0644]
source/common/primitives.h [new file with mode: 0644]
source/common/quant.cpp [new file with mode: 0644]
source/common/quant.h [new file with mode: 0644]
source/common/scalinglist.cpp [new file with mode: 0644]
source/common/scalinglist.h [new file with mode: 0644]
source/common/shortyuv.cpp [new file with mode: 0644]
source/common/shortyuv.h [new file with mode: 0644]
source/common/slice.cpp [new file with mode: 0644]
source/common/slice.h [new file with mode: 0644]
source/common/threading.cpp [new file with mode: 0644]
source/common/threading.h [new file with mode: 0644]
source/common/threadpool.cpp [new file with mode: 0644]
source/common/threadpool.h [new file with mode: 0644]
source/common/vec/dct-sse3.cpp [new file with mode: 0644]
source/common/vec/dct-sse41.cpp [new file with mode: 0644]
source/common/vec/dct-ssse3.cpp [new file with mode: 0644]
source/common/vec/vec-primitives.cpp [new file with mode: 0644]
source/common/version.cpp [new file with mode: 0644]
source/common/wavefront.cpp [new file with mode: 0644]
source/common/wavefront.h [new file with mode: 0644]
source/common/winxp.cpp [new file with mode: 0644]
source/common/winxp.h [new file with mode: 0644]
source/common/x86/README.txt [new file with mode: 0644]
source/common/x86/asm-primitives.cpp [new file with mode: 0644]
source/common/x86/blockcopy8.asm [new file with mode: 0644]
source/common/x86/blockcopy8.h [new file with mode: 0644]
source/common/x86/const-a.asm [new file with mode: 0644]
source/common/x86/cpu-a.asm [new file with mode: 0644]
source/common/x86/dct8.asm [new file with mode: 0644]
source/common/x86/dct8.h [new file with mode: 0644]
source/common/x86/intrapred.h [new file with mode: 0644]
source/common/x86/intrapred16.asm [new file with mode: 0644]
source/common/x86/intrapred8.asm [new file with mode: 0644]
source/common/x86/ipfilter16.asm [new file with mode: 0644]
source/common/x86/ipfilter8.asm [new file with mode: 0644]
source/common/x86/ipfilter8.h [new file with mode: 0644]
source/common/x86/loopfilter.asm [new file with mode: 0644]
source/common/x86/loopfilter.h [new file with mode: 0644]
source/common/x86/mc-a.asm [new file with mode: 0644]
source/common/x86/mc-a2.asm [new file with mode: 0644]
source/common/x86/mc.h [new file with mode: 0644]
source/common/x86/pixel-32.asm [new file with mode: 0644]
source/common/x86/pixel-a.asm [new file with mode: 0644]
source/common/x86/pixel-util.h [new file with mode: 0644]
source/common/x86/pixel-util8.asm [new file with mode: 0644]
source/common/x86/pixel.h [new file with mode: 0644]
source/common/x86/pixeladd8.asm [new file with mode: 0644]
source/common/x86/sad-a.asm [new file with mode: 0644]
source/common/x86/sad16-a.asm [new file with mode: 0644]
source/common/x86/ssd-a.asm [new file with mode: 0644]
source/common/x86/x86inc.asm [new file with mode: 0644]
source/common/x86/x86util.asm [new file with mode: 0644]
source/common/yuv.cpp [new file with mode: 0644]
source/common/yuv.h [new file with mode: 0644]
source/compat/getopt/LGPL.txt [new file with mode: 0644]
source/compat/getopt/getopt.c [new file with mode: 0644]
source/compat/getopt/getopt.h [new file with mode: 0644]
source/compat/msvc/stdint.h [new file with mode: 0644]
source/encoder/CMakeLists.txt [new file with mode: 0644]
source/encoder/analysis.cpp [new file with mode: 0644]
source/encoder/analysis.h [new file with mode: 0644]
source/encoder/api.cpp [new file with mode: 0644]
source/encoder/bitcost.cpp [new file with mode: 0644]
source/encoder/bitcost.h [new file with mode: 0644]
source/encoder/dpb.cpp [new file with mode: 0644]
source/encoder/dpb.h [new file with mode: 0644]
source/encoder/encoder.cpp [new file with mode: 0644]
source/encoder/encoder.h [new file with mode: 0644]
source/encoder/entropy.cpp [new file with mode: 0644]
source/encoder/entropy.h [new file with mode: 0644]
source/encoder/frameencoder.cpp [new file with mode: 0644]
source/encoder/frameencoder.h [new file with mode: 0644]
source/encoder/framefilter.cpp [new file with mode: 0644]
source/encoder/framefilter.h [new file with mode: 0644]
source/encoder/level.cpp [new file with mode: 0644]
source/encoder/level.h [new file with mode: 0644]
source/encoder/motion.cpp [new file with mode: 0644]
source/encoder/motion.h [new file with mode: 0644]
source/encoder/nal.cpp [new file with mode: 0644]
source/encoder/nal.h [new file with mode: 0644]
source/encoder/ratecontrol.cpp [new file with mode: 0644]
source/encoder/ratecontrol.h [new file with mode: 0644]
source/encoder/rdcost.h [new file with mode: 0644]
source/encoder/reference.cpp [new file with mode: 0644]
source/encoder/reference.h [new file with mode: 0644]
source/encoder/sao.cpp [new file with mode: 0644]
source/encoder/sao.h [new file with mode: 0644]
source/encoder/search.cpp [new file with mode: 0644]
source/encoder/search.h [new file with mode: 0644]
source/encoder/sei.cpp [new file with mode: 0644]
source/encoder/sei.h [new file with mode: 0644]
source/encoder/slicetype.cpp [new file with mode: 0644]
source/encoder/slicetype.h [new file with mode: 0644]
source/encoder/weightPrediction.cpp [new file with mode: 0644]
source/filters/filters.cpp [new file with mode: 0644]
source/filters/filters.h [new file with mode: 0644]
source/input/input.cpp [new file with mode: 0644]
source/input/input.h [new file with mode: 0644]
source/input/y4m.cpp [new file with mode: 0644]
source/input/y4m.h [new file with mode: 0644]
source/input/yuv.cpp [new file with mode: 0644]
source/input/yuv.h [new file with mode: 0644]
source/output/output.cpp [new file with mode: 0644]
source/output/output.h [new file with mode: 0644]
source/output/y4m.cpp [new file with mode: 0644]
source/output/y4m.h [new file with mode: 0644]
source/output/yuv.cpp [new file with mode: 0644]
source/output/yuv.h [new file with mode: 0644]
source/test/CMakeLists.txt [new file with mode: 0644]
source/test/checkasm-a.asm [new file with mode: 0644]
source/test/intrapredharness.cpp [new file with mode: 0644]
source/test/intrapredharness.h [new file with mode: 0644]
source/test/ipfilterharness.cpp [new file with mode: 0644]
source/test/ipfilterharness.h [new file with mode: 0644]
source/test/mbdstharness.cpp [new file with mode: 0644]
source/test/mbdstharness.h [new file with mode: 0644]
source/test/pixelharness.cpp [new file with mode: 0644]
source/test/pixelharness.h [new file with mode: 0644]
source/test/testbench.cpp [new file with mode: 0644]
source/test/testharness.h [new file with mode: 0644]
source/test/testpool.cpp [new file with mode: 0644]
source/x265.cpp [new file with mode: 0644]
source/x265.def.in [new file with mode: 0644]
source/x265.h [new file with mode: 0644]
source/x265.pc.in [new file with mode: 0644]
source/x265.rc.in [new file with mode: 0644]
source/x265_config.h.in [new file with mode: 0644]