Merge pull request #1717 from sijchen/fix_ltr1
Merge pull request #1678 from sijchen/savc1
Merge pull request #1713 from mstorsjo/valgrind
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
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
Merge pull request #1668 from mstorsjo/fix-warnings
Initialize a local variable
Use an unsigned variable for comparison with unsigned values
Remove a write-only variable
Merge pull request #1667 from lyao2/ut_fix3
Merge pull request #1632 from ruil2/encoder_refine
Merge pull request #1659 from syureyi/scalinglist
Merge pull request #1664 from mstorsjo/type-signatures
Use the correct types instead of void pointers in function signatures in rc.h
Merge pull request #1662 from zaheerm/makefileversion
Merge pull request #1660 from ruil2/frame_rate
Merge pull request #1661 from sijchen/docx
update the version header file for 1.3
Update version in Makefile.
using function pointer to make different branch for different rc
Merge pull request #1657 from mstorsjo/clip-bitrate
Merge pull request #1656 from mstorsjo/avoid-warning-unused
Merge pull request #1657 from mstorsjo/clip-bitrate
Make sure the random test bitrate is high enough
Merge pull request #1655 from sijchen/docx
add release note for preparation of v1.3.0
Merge pull request #1654 from syureyi/newest
Merge pull request #1653 from ruil2/framerate
Avoid a warning about an unused static variable
remove macro definition to the header file
Merge pull request #1652 from huili2/newseq_bugfix
Merge pull request #1651 from mstorsjo/improve-version-header
Merge pull request #1603 from sijchen/add_ver1
skip the git version hash in the header
Merge pull request #1642 from mstorsjo/avoid-rebuilds
Add a public function for getting the codec version
Captizalize OpenH264 correctly in the version header
Merge pull request #1634 from ruil2/trace