Use gtest functions for comparing hash strings
Merge pull request #389 from mstorsjo/fix-cropping-param-base
Merge pull request #385 from ruil2/encoder_update
Fix cropping when using SEncParamBase
Merge pull request #371 from ruil2/encode_ret
Merge pull request #384 from licaiguo/check-spsid-ppsid
Merge pull request #382 from mstorsjo/avoid-overflow-in-timespec
add video format support verification
Merge pull request #379 from mstorsjo/simplify-emms-calling
Merge pull request #378 from mstorsjo/fix-building-debug-code
Merge pull request #380 from mstorsjo/fix-debug-printing
Merge pull request #377 from mstorsjo/threadlib-const-str
Merge pull request #381 from mstorsjo/clarify-threading-comment
Merge pull request #383 from mstorsjo/remove-unused-broken-function
Remove the broken WelsEventReset function
Avoid overflow when populating a struct timespec
Clarify a comment in the threading code
Fix printing an event name for debugging
Provide a no-op WelsEmms macro if X86_ASM is disabled
Fix building a logging statement in debug code
Add const to string parameters in WelsThreadLib
add checks for spsid and ppsid
Merge pull request #374 from mstorsjo/ios-build-docs
Add instructions on building for iOS
Mention that building for iOS now is supported
Merge pull request #369 from sijchen/mt_refactor3
Merge pull request #368 from huili2/sps_buffer_modif
Merge pull request #364 from mstorsjo/build-ios-make
Merge pull request #370 from volvet/develop_b
update comments on welsEncoderEncodeExt
Merge pull request #367 from volvet/refine-enc-plus
Merge pull request #366 from licaiguo/refine-rpl-pr
Move the ASM variable declaration into the x86-common file
Add a platform file for building for iOS using the makefile build system
Don't add x86 assembly specific options on darwin if building for other archs
Don't explicitly set/clear USE_ASM in the android makefile
Allow using the USE_ASM makefile variable for architectures other than x86
Use an intermediate platform header for including architecture specific rules
Indent nested ifdefs in the android makefile
modify SPS, PPS buffer management and remove a build warning
Merge pull request #363 from huili2/remove_store_base
Merge pull request #358 from volvet/add_ios_encDemo
Merge pull request #361 from mstorsjo/get-core-count
Merge pull request #362 from mstorsjo/encoder-default-params
make the makefile is indepent with the pch file
Renumber vtable entries in the C ABI test
Add a new public method for initializing SEncParamExt to default values
Refactor initializing defaults in a SEncParamExt to a separate function
Use higher level APIs for getting the number of cores if WelsCPUFeatureDetect didn't report anything
remove store_ref_base_pic_flag related codes in reference picture management
Merge pull request #360 from mstorsjo/typofix
Fix a typo in a function pointer name
Merge pull request #359 from licaiguo/add-unit-test-cases
Merge pull request #356 from ruil2/cleanup
modify output help info and commands line input
Merge pull request #355 from licaiguo/check-sliceheader
Merge pull request #354 from zhilwang/arm-asm
Refine structure of iOS project to fix the issue.
add a check to parseSliceHeaderSyntaxes
Merge pull request #347 from huili2/active_sps_ref_size
Merge pull request #345 from licaiguo/fix-int-conversion-warning
Merge pull request #344 from licaiguo/fix-level-check
Merge pull request #343 from huili2/cast_get_word
Merge pull request #342 from volvet/rm-unsupported-para
Merge pull request #341 from ruil2/cleanup
remove inter spatial layer prediction in parameters
Merge pull request #335 from licaiguo/decoder-syntax-checks
Merge pull request #340 from zhilwang/ios-support
Merge pull request #337 from mstorsjo/update-sample-configs
Merge pull request #339 from mstorsjo/console-trace-param
Merge pull request #338 from mstorsjo/use-encoder-params
Merge pull request #352 from mstorsjo/simplify-travis-32bit
Don't install 32 bit zlib in travis builds
Merge pull request #351 from mstorsjo/simplify-travis
Simplify the travis configuration now that OpenSSL isn't required any longer
Merge pull request #350 from mstorsjo/android-unittest
Link codec_unittest to the static android STL
Merge pull request #349 from mstorsjo/cleanup-ios-project
Remove unnecessary precompiled headers
Add the necessary directories to the include path within xcode
Merge pull request #156 from mstorsjo/avoid-openssl
Merge pull request #348 from mstorsjo/darwin-dylib
Allow building tests on MSVC versions where stdint.h is missing
Wrap the library names in codec_unittest LDFLAGS, for use with MSVC
Set GTEST_HAS_TR1_TUPLE to 0 on msvc