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
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
Merge pull request #1705 from HaiboZhu/Debug_Delay_mode_rawdata_update_error
Merge pull request #1691 from mstorsjo/pkgconfig-fixes
Merge pull request #1701 from huili2/parseonly_framecomplete_bugfix
Merge pull request #1702 from mstorsjo/adjust-comment
Clarify the comment about ABI issues with WelsGetCodecVersion
Merge pull request #1703 from mstorsjo/add-cast
Add a cast to silence GCC warnings about comparison between signed and unsigned
Fix a bug when EC disable under delay mode (buf point not update when early exit)
Merge pull request #1694 from zhilwang/asm-SetNoneZero
Merge pull request #1698 from ruil2/fix_param
bug fix for parseonly for complete frame judge: reset total_mb if correct.
Merge pull request #1697 from huili2/parseonly_frame_complete_return
fix bug when some parameters change dynamically
Merge pull request #1696 from mstorsjo/add-header-const
Declare the g_strCodecVer variable as const
output error when frame incomplete for parse only usage
Add asm code for NoneZeroCount and refine related code
Merge pull request #1687 from mstorsjo/update-releases
Merge pull request #1692 from mstorsjo/improved-version-function
Merge pull request #1688 from mstorsjo/add-void
Add a new public function WelsGetCodecVersionEx
Include private dependencies in the Libs line in pkg-config if only installing a static library
Include -lstdc++ under Libs.private in the pkg-config file
Don't install the pkg-config file as readonly
Simplify the makefile rule for generating the pkg-config file
Add void to the parameter list of WelsGetCodecVersion
Update the RELEASES file with the 1.3.0 binaries
Merge pull request #1682 from huili2/parseonly_initial_no_colorformat
Merge pull request #1685 from HaiboZhu/Debug_No_Deblocking_when_TotalMB_equals_to_0
add new API as DecodeFrameNoDelay for immediate decoding, which will be recommended decoding method for h.264 bitstream
Force NO deblocking when no MB decoded in current slice
Merge pull request #1683 from HaiboZhu/Change_default_EC_mode
Change default EC mode to ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE
Merge pull request #1680 from dongzha/SpeedupDecoding
Merge pull request #1679 from HaiboZhu/Debug_Crash_1115349_AU_StartPos_Not_Reset
add interface of simulcast avc, the actual support is coming later
disable color format check for parse only
Reset AU uiStartPos to 0 in ResetCurrentAccessUnit for svc
Merge pull request #1672 from huili2/parseonly_sizemodif
Merge pull request #1673 from HaiboZhu/Debug_Crash_NoAU_SPS_Update
Merge pull request #1670 from ruil2/level
modify trace info for LEVEL_UNKNOWN
Merge pull request #1665 from ruil2/frame_rate
Merge pull request #1669 from ruil2/rc
Add SPS/SubSPS/PPS update when AU number==0 and iOverwriteFlags==true
add profile and level checking in ParamValidation