Format x86 assembly constants in a yasm compatible manner
Merge pull request #500 from mstorsjo/fix-func-ptr-check
Check for the right function pointer
Merge pull request #498 from mstorsjo/add-missing-include
Include time.h in DataGenerator.cpp
Merge pull request #489 from sijchen/me_refactor22
Merge pull request #493 from mstorsjo/fix-macro-typo
Merge pull request #495 from sijchen/add_me_test11
Merge pull request #492 from mstorsjo/fix-ifdef-comment
Merge pull request #488 from licaiguo/clean-redundant-check
refactor ME for easier adding other search methods
Merge pull request #486 from huili2/nzc_bug_fix
Merge pull request #463 from mstorsjo/dont-clobber-neon-registers
Fix a typo in a macro name, EXTENTION -> EXTENSION
Fix a mismatched ifdef comment
Merge pull request #484 from licaiguo/add-gcov
Merge pull request #497 from mstorsjo/remove-unused-variable
Remove an unused variable
clean redundant checks in decoder
Merge pull request #482 from sijchen/me_refactor1
Merge pull request #480 from volvet/fix-idr-interval-issue
Merge pull request #481 from mstorsjo/arm-asm-labels
Merge pull request #476 from ruil2/encoder_slice_auto
Merge pull request #479 from volvet/fix-double-free-crash
Merge pull request #478 from volvet/fix-encode-crash
Make arm assembly labels always start from the beginning of the line
3Author: ruil2 <[email protected]>
Merge pull request #473 from mstorsjo/arm-non-executable-stack
Merge pull request #474 from mstorsjo/remove-todo-comment
Merge pull request #472 from mstorsjo/android-remove-mkdir-workaround
Merge pull request #471 from ruil2/encoder_slice
Remove something that looks like a personal todo note from the Android makefiles
Mark the stack as non-executable in the arm assembly
fix SM_FIXEDSLCNUM_SLICE bug, add SM_AUTO_SLICE mode
Remove a dubious/unnecessary workaround for an issue in a nonstandard toolchain
Push clobbered neon registers on the stack
Remap registers to avoid clobbering the neon registers q4-q7
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