Merge pull request #1815 from mstorsjo/test-param-strings
Store a const char* instead of a std::string in gtest parameter arrays
Merge pull request #1813 from sijchen/savc61
add comments for write para set functions
Merge pull request #1812 from huili2/cropping_error
complete logic of simulcastavc with sps_pps_listing
Merge pull request #1810 from dongzha/addUTLargeSize
Merge pull request #1794 from syureyi/monochroma
Merge pull request #1809 from sijchen/savc51
return error for cropping data error
fix a nal generation for simulcast avc and add nal-type check for simulcast avc UT
Merge pull request #1805 from syureyi/fix_android_demo
Merge pull request #1808 from mstorsjo/update-readme
Update the readme about android 64 bit support
Merge pull request #1799 from mstorsjo/copy-spatial-downsample
Merge pull request #1804 from sijchen/fix_over3
Merge pull request #1802 from sijchen/savc50
1, update the max-nal-size setting in UT and param check since we are using a larger input check
Merge pull request #1786 from sijchen/fix_over
Merge pull request #1791 from sijchen/fix_nal1
Merge pull request #1790 from mstorsjo/simplify-vcproj
fix for in-middle changing simulcast avc setting
Allow forcing copying in downscale
Merge pull request #1795 from mstorsjo/avoid-variable-shadowing
Merge pull request #1792 from dongzha/AddUTMaxNalLen
Avoid declaring a new variable shadowing an existing one in the same function
Merge pull request #1789 from huili2/bugfix_checkspsactive
add a para check for max_nal_size
Merge pull request #1788 from mstorsjo/share-wels-const
Remove the intermediate SW folder in the decoder vcproj files
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