Merge pull request #1792 from dongzha/AddUTMaxNalLen
Merge pull request #1789 from huili2/bugfix_checkspsactive
Merge pull request #1788 from mstorsjo/share-wels-const
bug fix for multi-layer active sps check
Merge pull request #1787 from mstorsjo/remove-stray-semicolon
Merge pull request #1779 from mstorsjo/share-memalign
Remove dependencies on the decoder internals in unit test for the common library
Move parts of wels_const.h into a shared header
Fix typos in header include guards
Remove accidental double semicolons
Merge pull request #1782 from mstorsjo/avoid-yasm-warnings
Move DEFAULT REL into the x86_64 cases
Merge pull request #1784 from mstorsjo/force-arm-mode
Merge pull request #1783 from mstorsjo/simplify-includes
Merge pull request #1780 from mstorsjo/speedup-tests
Merge pull request #1778 from mstorsjo/fix-version-generation
Force armv7/neon within the arm assembly header file
Simplify unittest include paths
Remove redundant unittest include paths
Set m_iPicResSize in PrepareOneSrcFrame
Move the memory allocation/deallocation routines to the common library
Don't overwrite the git-tracked version.h
Merge pull request #1776 from mstorsjo/mc-test-fix
Rename the decoder WelsMalloc to WelsMallocz
Merge pull request #1769 from ruil2/status
Merge pull request #1775 from sijchen/upd_ver
Merge pull request #1746 from kinetiknz/gmp-fixes
Initialize SVideoProperty struct completely.
Pass AVCC extra data to the decoder (in AnnexB format) in InitDecode.
Call InputExhausted when input has not produced a frame, call Error when
update the version info to sync with recent change of API
Merge pull request #1772 from mstorsjo/mc-unify
Merge pull request #1768 from mstorsjo/msvc-ignore
Merge pull request #1770 from mstorsjo/remove-moved-file
Merge pull request #1771 from mstorsjo/mc-enc-ut
Avoid writing outside of the target rect in MCHalfPelFilterAnchor
Remove the now unnecessary mc_test_common.h
Merge all MC unit tests into one file
Merge pull request #1767 from mstorsjo/fix-msvc-warnings
Merge pull request #1766 from mstorsjo/make-clean
Merge pull request #1765 from mstorsjo/mccopy-neon
Move the MC routines to the common library
Hook up McChromaWidthEq8_ssse3 into use in the decoder as well
Use the right stride in a memset in the EncMcHalfpel test
Remove leftover references to expand_pic in the welsdec xcode project
Extend the tested area in the encoder MC test
Change pfSampleAveraging to be a single function with internal width handling
Simplify the MC unit tests now that the naming is made consistent
Rename the encoder MC chroma/luma functions to match the naming in the decoder
Simplify the MC unit tests now that the luma functions have a similar signature
Move the qpel function table into the luma function itself
Merge pull request #1764 from sijchen/fix_br3
Merge pull request #1762 from sijchen/fix_sta
Merge pull request #1763 from mstorsjo/mc-ut-simplify
Add a .gitignore file for test/build/win32
Remove more generated files in "make clean"
Use float literals instead of double literals when setting float values
Handle width==2 for the neon version of McCopy
Merge pull request #1759 from mstorsjo/enc-mc-ut
Remove the forceC parameter from DEF_MCCOPYTEST
Merge pull request #1757 from sijchen/sps_list4
Merge pull request #1756 from sijchen/savc4
fix statistics: updating should be independent with log interval
Simplify code in HorFilterInput16bit in MC
Add const to some inline functions within MC
Bundle MC tests for all motion vectors in one single test
Add unit tests for special cased MC functions in the encoder
Add unit tests for encoder MC
Prepare the shared MC test code for adding an encoder MC test
Split DecUT_MotionCompensation to a shareable header
Make local functions and tables in DecUT_MotionCompensation static
Unify the pfChromaMc function signature with the decoder version
Remove unused includes in DecUT_MotionCompensation
Unify the order of iX and iY in DecUT_MotionCompensation
Avoid a duplicate local typedef
Unify the encoder MC init function with the decoder
Merge pull request #1758 from mstorsjo/add-missed-test
Avoid warnings in DecUT_ParseSyntax
Add DecUT_ParseSyntax to the build system
Make DecUT_ParseSyntax.cpp actually build and run successfully
Merge pull request #1755 from sijchen/fix_lvl
add support of SimulcastAVC functions
Merge pull request #1754 from ruil2/status
fix level-idc related input checking and a statistics calculation
Initialize pCodecInstance in the constructor
add input checking and fix a bs length under new strategy
use the new no delay decoderframe interface instead of old one
Merge pull request #1751 from ruil2/status
Merge pull request #1753 from mstorsjo/test-cpu-flags
Add checks for cpu features in tests
Merge pull request #1750 from syureyi/crqp
Merge pull request #1748 from dongzha/fixcrash