fix statistics: updating should be independent with log interval
Merge pull request #1758 from mstorsjo/add-missed-test
Avoid warnings in DecUT_ParseSyntax
Add DecUT_ParseSyntax to the build system
Make DecUT_ParseSyntax.cpp actually build and run successfully
Merge pull request #1755 from sijchen/fix_lvl
Merge pull request #1754 from ruil2/status
fix level-idc related input checking and a statistics calculation
Initialize pCodecInstance in the constructor
use the new no delay decoderframe interface instead of old one
Merge pull request #1751 from ruil2/status
Merge pull request #1753 from mstorsjo/test-cpu-flags
Add checks for cpu features in tests
Merge pull request #1750 from syureyi/crqp
Merge pull request #1748 from dongzha/fixcrash
Merge pull request #1745 from sijchen/fix_ut
Merge pull request #1742 from sijchen/fix_max_br
enhance max-br checking logic
Merge branch 'master' of https://github.com/cisco/openh264 into fix_max_br
Merge pull request #1744 from dongzha/modifydecoderlog
Merge pull request #1743 from sijchen/fix_test
fix random failure of UT under randon seed 1421732719
modify decoder console log level to WELS_LOG_WARNING
add a default param function for EncodeDecoderAPI test
improve the para checking of max-br
Merge pull request #1738 from huili2/init_EC_modify
Merge pull request #1740 from mstorsjo/fix-tests
Merge pull request #1739 from sijchen/sps_list3
Merge pull request #1736 from mstorsjo/werror-tests
Merge pull request #1734 from mstorsjo/fix-unused-variable-warning
Undefine a define for writing debug files
Use WelsClip3 instead of WELS_CLIP3 for random values
Compare macro block widths instead of picture widths
Fix a comparison in ParameterSetStrategy_SPS_LISTING_AND_PPS_INCREASING3
Merge pull request #1735 from mstorsjo/msvc-test-warnings
Build using -Werror in travis unit tests
Avoid warnings about an unused variable in debug mode
Check for an already defined nullptr macro
Don't override the externally set CFLAGS variable in debug mode
Use VerifyVersionInfo instead of GetVersionEx
Move a conversion from size_t to int into one single place within BaseDecoderTest.cpp
Add a cast when converting from uint64_t to int
Add casts when converting from size_t or std::streamsize to int
Add casts when converting from float to int
Silence warnings about insecure CRT functions in the test suite
Allow setting cflags specifically for the unit test suite
Use the right data type for a variable
Fix a cast to actually cast to the right type
Add a comparison in ASSERT_TRUE
Consistently compare integers with integers and bools with bools
Ignore armasm warnings about instructions that are deprecated in ARMv8
Merge pull request #1732 from sijchen/sps_list2
Avoid a warning about a variable set but not used
Merge pull request #1731 from mstorsjo/warning-fixes
add new SpsPpsStrategy and UT
Merge pull request #1727 from huili2/addUT_parseonly_frameincomplete
Merge pull request #1729 from ruil2/rc_submit1
Merge pull request #1730 from HaiboZhu/Debug_EC_off_Delay_mode_early_exit_process
Declare a float constant as float instead of as double
Add explicit casts when converting from double to int32_t
Consistently use the right type for log prints
Merge pull request #1725 from ethanhugg/startcode2
Merge pull request #1728 from sijchen/fix_mbidx
Merge pull request #1721 from huili2/DecodeFrameNodelay
Merge pull request #1718 from huili2/sps_avc_flag_remove
Fix the bug that the pDec not set to NULL when early exit
add UT for incomplete frame for parse only
expand the mb_idx range so as to support frame size > 32767
Merge pull request #1720 from mstorsjo/remove-unused-format-args
gmp-openh264 check buffer length before we overwrite with start code.
Log all provided parameters in WelsEncoderApplyLTR
Merge pull request #1722 from sijchen/win_pdb2
add option for generating pdb in windows builds
Merge pull request #1715 from huili2/parseonly_flowchart_modify
Merge pull request #1714 from sijchen/fix_ref4
Merge pull request #1717 from sijchen/fix_ltr1
allow non-avc check when subset SPS exists
enhance param checking with num-ref and related logging
Merge pull request #1678 from sijchen/savc1
Merge pull request #1713 from mstorsjo/valgrind
modify parse only flowchart to use DecodeFrameConstruction()
Avoid a spurious valgrind warning in DecoderIntraPredictionTest.WelsDecoderI16x16LumaPredPlane_sse2
add fix for the valgrid warning of issue#1362
Merge pull request #1711 from huili2/parseonly_noEC
Merge pull request #1710 from huili2/parseonly_framecomplete_error_prop
prevent error propagation for parse only when frame is not complete
Merge pull request #1706 from mstorsjo/add-destdir-static
Add $(DESTDIR) for the install-static rule as well
Merge pull request #1704 from lu-zero/master