Merge pull request #446 from mstorsjo/remove-unnecessary-public-param
Move the iCountThreadsNum field to SWelsSvcCodingParam
Merge pull request #444 from mstorsjo/update-readme-neon
Merge pull request #443 from mstorsjo/rerun-mktargets
Merge pull request #441 from mstorsjo/remove-stray-macro-parameters
Merge pull request #442 from mstorsjo/unify-thread-cleanup
Merge pull request #430 from licaiguo/android-use-stlport-for-ut
Merge pull request #435 from mstorsjo/threadlib-wait-single-unix
Merge pull request #439 from zhilwang/mc-arm-asm
Merge pull request #438 from ruil2/encoder_update
Merge branch 'master' of https://github.com/cisco/openh264 into encoder_update
Update the readme, indicating that ARMv7 NEON optimizations are available now
mv mc_neon.S to common,add MC arm code to encoder
Merge pull request #426 from volvet/simplify-layer-process
Merge WelsThreadDestroy into WelsThreadJoin
Use WelsThreadJoin on windows as well
Enable multithreading on android
Remove the now unused thread cancellation support
Use pExitEncodeEvent instead of thread cancellation on unix as well
Merge pull request #437 from mstorsjo/fix-arm-encoder-android
Remove unused/undeclared arm assembly macro parameters
Merge pull request #451 from mstorsjo/install-static-only
Add separate install-static and install-shared targets
Merge pull request #450 from mstorsjo/publish-slice-mode-enum
Merge pull request #449 from mstorsjo/avoid-opaque-pointer
Merge pull request #447 from mstorsjo/remove-misleading-cast
Merge the slice mode comments with the enum
Use the slice mode enum in BaseEncoderTest
Move the slice mode enum to the public header
Make ParamValidationExt use the actual type instead of a void pointer
Merge pull request #418 from mstorsjo/ios-neon-detection
Explicitly enable the UAL syntax when using gnu tools
Use the three-operand form of add/sub with shift
Don't use WELS_ASM_FUNC_END in the middle of a function
Rename a function to avoid conflicts between almost duplicate neon functions
Regenerate makefiles to include the encoder arm assembly
Rename expand_picture.S to expand_picture_neon.S
Merge pull request #431 from huili2/large_to_small_sps_bug
Merge pull request #432 from zhilwang/arm-asm
Merge pull request #429 from mstorsjo/simplify-ifdef-with-macro
Use WelsMultipleEventsWaitSingleBlocking within the worker thread on unix as well
Use WelsMultipleEventsWaitSingleBlocking with a master event for waiting on finished threads
Add support for using a separate "master event" in WelsMultipleEventsWait*Blocking
Remove the timeout parameter from WelsMultipleEventsWaitSingleBlocking
Merge pull request #415 from volvet/remove-useless-mgs-code
Merge pull request #427 from volvet/clean-encode-cfg
Merge pull request #428 from sijchen/read_para3
Merge pull request #423 from licaiguo/refine-android-build-pr
add new para reading to get accord with the new API design
Merge pull request #424 from ruil2/encoder_interface
modify welsenc.cfg for parameters update
remove inter-deblock related parameters
Merge pull request #417 from mstorsjo/unify-event-init
Merge pull request #421 from mstorsjo/android-x86-build
Use a macro for conditionally logging based on ENABLE_TRACE_MT
Merge pull request #434 from mstorsjo/threadlib-core-count-android
Use the cpu-features NDK library for detecting the number of cores in WelsThreadLib
Merge pull request #436 from mstorsjo/fix-endif-comment
Correct the endif comment
remove CS and RS syntaxs for issue 373
use stlport to replace libgnuc++, this remove GCCVERSION variable
rebase on latest code, refine android build
Add arm asm code for processing.
Fix building android on x86
Merge pull request #411 from mstorsjo/arm-add-func-markers
Merge pull request #416 from huili2/move_iTotalNumMbRec_to_pCtx
Merge pull request #405 from mstorsjo/simplify-threads
Add .func/.endfunc markers in the arm assembly
Merge pull request #399 from volvet/refine-multi-layer-process
Add intra predictor arm asm code.
Partly add arm asm code to encoder.
Use the __ARM_NEON__ built-in compiler define for identifying neon capability on iOS
Use an event name that contains the process id
Use unnamed semaphores on linux
Use the WelsEventOpen interface with an event name on windows as well
Merge pull request #407 from mstorsjo/do-blocking-wait
Merge pull request #420 from mstorsjo/simplify-x86-asm-flags
Don't add -DNO_DYNAMIC_VP to ASMFLAGS
Merge pull request #414 from mstorsjo/unix-newlines
Merge pull request #413 from mstorsjo/remove-commented-code
Convert encoder config files to unix newlines
Remove commented out, unused code
Merge pull request #409 from mstorsjo/exclude-arm-header
Exclude the arm assembly header as well
move iTotalNumMbRec from refpic to ctx
Do a blocking wait with WelsMultipleEventsWaitSingleBlocking
Merge pull request #403 from volvet/get-cpu-cores-android