Merge pull request #1313 from huili2/SDP_support
Merge pull request #1310 from ruil2/trace_update_1
Merge pull request #1309 from zhilwang/downsample-ut
Merge pull request #1308 from dongzha/ModifyEncOutput
Add UT for Downsample functions.
Merge pull request #1306 from zhilwang/vaa-ut
Merge pull request #1307 from ruil2/trace_update
remove "\n" which shoudl be added by the trace sink
Add UT for VaaCalc Functions.
Merge pull request #1305 from ruil2/ltr_update_1
update the number of reference when ltr changes
Merge pull request #1304 from ruil2/mv_get_fix
get mv and mvd from level limitation
Merge pull request #1303 from lyao2/fix_pps
fix pps assert issue when enable bEnableSpsPpsIdAddition
Merge pull request #1301 from ruil2/ltr_check_1
Merge pull request #1300 from ruil2/mvcost_check_1
Merge pull request #1299 from ruil2/mvcost_check_1
fix crash on mvd cost calculation
Merge pull request #1297 from ruil2/overflow_mv_1
Merge pull request #1298 from dongzha/AddDecoderAPIUTFrameNumNew
1. add encoder/decoder api test for IDR id and framenum
add mv range limitation and related ut
Merge pull request #1293 from huili2/contributor
Merge pull request #1288 from lyao2/threadIDC
Merge pull request #1294 from zhilwang/arm-ut
fix deblockIDC and mutithread logic error
Add arm UT for Sad,IntraSad,IntraPred.
Merge pull request #1292 from zhilwang/EncDemo_refine
Merge pull request #1287 from syureyi/ut_win32
fix Loop filter error under multithreads on encoder when #TEST_BED enabled
Merge pull request #1285 from dongzha/TestRandomEnc
avoid encoder crash with random pixel input
Merge pull request #1284 from syureyi/perf
Merge pull request #1281 from mstorsjo/fix-arm-alignment
Merge pull request #1280 from mstorsjo/arm-common-ifdefs
Merge pull request #1278 from syureyi/perf
Merge pull request #1279 from dongzha/NewAddARMHash
add arm32/64 code for InitHash
Fix building svc_motion_estimation.S for android
Add ifdef HAVE_NEON around the contents of arm_arch_common_macro.S
Merge pull request #1277 from huili2/modify_releases_master
Merge pull request #1275 from zhilwang/x86_hash_scc
refine format and add UT cases
Merge pull request #1270 from mstorsjo/android-tool-detect
Merge pull request #1266 from mstorsjo/fix-readme
Merge pull request #1273 from dongzha/RefineArmCodeForSumBlock
Add x86 32/64bit asm code for Scc_hash
Merge pull request #1269 from huili2/enc_console_help
Merge pull request #1274 from huili2/test_VclNal
Merge pull request #1272 from zhilwang/x86_hash_scc
refine arm code for sum of frame
Merge branch 'master' of https://github.com/cisco/openh264 into x86_hash_scc
Add function define and init for SCC hash function
Merge pull request #1271 from dongzha/fixBuildError
Merge pull request #1267 from zhilwang/sumofblocks_scc
enable api test for decoder VclNal
Check for $(CXX).exe as well when checking for the android toolchain
Add x86 32/64bit asm code for SumOfBlocks.
Merge pull request #1265 from ruil2/namespace_2
Stop referring to a removed make variable
Merge pull request #1264 from ruil2/namespace_1
use WelsEnc namespace instead of WelsSVCEnc
Merge pull request #1262 from ruil2/fix_errors
fix an errors that for single slice mode, the number of slices should be 1
Merge pull request #1259 from mstorsjo/fix-singlecpu-tests
Merge pull request #1258 from mstorsjo/fetch-codec-params
Merge pull request #1256 from mstorsjo/speedup-tests
Merge pull request #1250 from huili2/test_EndOfStream
Merge pull request #1257 from mstorsjo/fixup-apple-assembly
Get the actual used parameters in the codec in TemporalLayerSettingTest
Remove a needless, no-op change of the number of threads
Merge pull request #1254 from mstorsjo/alias-attribute
Merge pull request #1255 from ruil2/param_change
re-allocate resource when threadIDC changes
Explicitly add .syntax unified when building for iOS
Merge pull request #1253 from dongzha/FixBugandBuildErroronAndroid
Set a specific frame size in TemporalLayerSettingTest
Reduce the number of frames tested in EncoderInterfaceTest
Reenable GetIntraPredictorTest tests that were broken on android
Add attributes incidating intentional data type aliasing
Disable failed UT and Fix Build Error onAndroid