Mark the stack as non-executable in the arm assembly
Merge pull request #472 from mstorsjo/android-remove-mkdir-workaround
Merge pull request #471 from ruil2/encoder_slice
fix SM_FIXEDSLCNUM_SLICE bug, add SM_AUTO_SLICE mode
Remove a dubious/unnecessary workaround for an issue in a nonstandard toolchain
Merge pull request #470 from mstorsjo/android-abi-docs
Add documentation about how to build the different ABI variants for android
Merge pull request #456 from mstorsjo/use-common-threadlib
Merge pull request #410 from mstorsjo/android-armeabi
Merge pull request #468 from mstorsjo/include-time-h
Merge pull request #469 from huili2/svc_sh_bug_fix
Merge pull request #458 from mstorsjo/android-threading
Merge pull request #466 from sijchen/add_memalign_test
Merge pull request #467 from sijchen/add_more_slice_mode_test
Merge pull request #465 from ruil2/encoder_trace
Merge pull request #454 from mstorsjo/android-any-arch
specific slice mode in encoder test
Merge pull request #460 from mstorsjo/add-const
Merge pull request #445 from mstorsjo/use-thread-param
Merge pull request #452 from mstorsjo/use-slice-mode-enum
Merge pull request #462 from mstorsjo/fix-typos
Merge pull request #459 from mstorsjo/ios-default-arch
Merge pull request #461 from mstorsjo/fix-asm-comments
Include time.h in the MemoryAlloc test
Merge pull request #464 from licaiguo/fix-type-wels-read-verify
modify and correct SVC slice header parse
Fix a typo in arm assembly, LORD -> LOAD
Fix a typo, "heigth" -> "height"
Remove a stray inline keyword in a function signature comment in x86 assembly
Remove unnecessary stray __cdecl annotations in function signature comments in x86 assembly
Mark pointers as const where possible in vaacalc
Set the arch to armv7 by default when building for iOS
Don't try to set thread scope and scheduling policy on android
Make the processing lib use mutexes from WelsThreadLib from the common library
Merge pull request #457 from mstorsjo/ios-enc-defines
Enable threading when building for iOS using the project files
Add NO_DYNAMIC_VP when building the encoder lib for the iOS simulator
Support building for any other android architecture
Use SliceModeEnum as data type for the slice mode fields
Merge pull request #455 from mstorsjo/mktargets-sort-files
Explicitly sort the files in mktargets.py
Use the iMultipleThreadIdc field from SEncParamExt
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
Merge pull request #448 from mstorsjo/use-correct-pointer-type
Get rid of an unnecessary cast by declaring the right pointer type
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 #440 from licaiguo/refine-pps-sps
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 #446 from mstorsjo/remove-unnecessary-public-param
Move the iCountThreadsNum field to SWelsSvcCodingParam
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
use temp buffer to store new arrived PPS/SPS
set bAuReadyFlag to true when we meet a PPS
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