Remove apple specific versions of arm64 macros with arguments
Remove a stray, unused parameter to a gnu binutils style macro in arm assembly
Remove superfluous .text directives at the start of arm assembly files
Merge pull request #1880 from huili2/wels_const
Merge pull request #1878 from mstorsjo/msvc-proj-cleanup
Merge pull request #1879 from mstorsjo/downscale-min-res
Merge pull request #1876 from ruil2/base_vui
Merge pull request #1874 from sijchen/check_param2
Don't downsample to anything smaller than 4x4 pixels
Rename a vcproj folder to camelcase, to match all other folders in the same project
Fix the indentation of a line in a vcproj file
Remove references to missing files from the vcproj files
Merge pull request #1872 from huili2/fix_1145964
fix a param checking for profile_idc
Merge pull request #1871 from huili2/nal_prefix
fix order of null pointer protection
Merge pull request #1868 from huili2/wels_common_basis
Merge pull request #1865 from ruil2/vui
merge common part of wels_common_basis
update tables and update ut for different return value
update bGapsInFrameNumValueAllowedFlag according to parameters setting
Merge pull request #1863 from mstorsjo/aarch64-official-instructions
Merge pull request #1862 from mstorsjo/avoid-variable-shadowing
Merge pull request #1861 from mstorsjo/readme-wp
Avoid shadowing variables within functions
Use the correct, official syntax for aarch64 mov instructions
Merge pull request #1856 from mstorsjo/ltr-mark-test-init
Merge pull request #1849 from mstorsjo/msvc2013-wp-dll
Mention Windows Phone in the list of supported OSes
Merge pull request #1857 from mstorsjo/destdir-slash
Merge pull request #1854 from sijchen/fix_rc
Remove the extra slash between $(DESTDIR) and $(PREFIX)
Merge pull request #1850 from mstorsjo/readme-update
fix the usage of a rc variable
fix an uninitialization in RC when slice-increasing
Initialize iLastCorrectFrameNum in GetOptionLTR_ALLLTR
Merge pull request #1853 from syureyi/scalinglist_8x8
Merge pull request #1847 from huili2/bit_stream
Merge pull request #1852 from ruil2/vui
Merge pull request #1846 from ruil2/vui
merge bit_stream.h for encoder&decoder
Fix building DLLs for Windows Phone with MSVC 2013
Recommend using ARCH instead of ENABLE64BIT for setting the target arch
Don't mention require setting the SDK variable when building for iOS
Update the information about the supported android architectures
Adjust README.md to use proper markdown styling
Merge pull request #1845 from ruil2/rc_check
use each spatial layer qp instead of global qp and update traces
Merge pull request #1843 from huili2/as264_common
remove unused as264_common.h in decoder
Merge pull request #1840 from shihuade/UT_BugFixed_V1.0
fixed bug for UT--setoptionParamExt
Merge pull request #1838 from sijchen/upd_doc
re-order the items in RELEASES
Merge pull request #1837 from mstorsjo/initialize-func-pointers
Merge pull request #1836 from sijchen/imp_ut4
[UT] add more condition to improve the coverage of DecoderCrashTest
Set pfMeCost to NULL when it isn't initialized
Merge pull request #1834 from sijchen/check_param
Merge pull request #1832 from sijchen/imp_mc
Merge pull request #1833 from huili2/parseonly_au_incomplete_input_final
Merge pull request #1829 from syureyi/wp_p
allow slice-level data come in for parse only
complete parameter checking related to loop-filter-idc
Merge pull request #1827 from dongzha/cleanlog
put a flag calculation in higher-level to save calculation in MB level
replace conditional judgements with function pointer for acceleration
Merge pull request #1826 from HaiboZhu/Add_Length_Input_Support
Merge pull request #1825 from ethanhugg/gmpapi-version-38
Add Bs Lenght File Input in Console
Merge pull request #1823 from mstorsjo/downsample-min
Don't downsample to anything smaller than 4x4 pixels
Change gmp-api version to Firefox38
Merge pull request #1821 from mstorsjo/remove-srand
Merge pull request #1774 from huili2/dec_flowchart_ec
Merge pull request #1816 from mstorsjo/downscale-min-limit
Merge pull request #1815 from mstorsjo/test-param-strings
Avoid trying to downscale layers to dimensions below 2
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