Merge pull request #3144 from disigma/master
Merge pull request #3266 from fulinjie/pr-multi_refs_encode
codec/encoder: loose the reference check
codec/encoder: fix multi refs encoding support for FFmpeg
Merge pull request #3252 from ycqian/v2.1.0
add v2.1.0 binaries link in releasenote
Merge pull request #3246 from gxw-loongson/master
Using and operation when detecting Loongson mmi instructions
Merge pull request #3242 from ycqian/v2.1.0
Merge pull request #3241 from GuangweiWang/fix-android-ub-build-issue
Merge pull request #3240 from ycqian/public-release-update-version-2.1.0
Merge pull request #3236 from huili2/fix_ubsan_ut_failure
Merge pull request #3235 from huili2/ubsan_ut_failure_fix
Merge pull request #3233 from mstorsjo/pkgconf-libdir
Fix libdir path in pkg-config files when built with make
Merge pull request #3230 from CapOM/meson_libdir_option
Merge pull request #3213 from mstorsjo/remove-leftover-printf
Merge pull request #3232 from xiaotianshi2/fix-osx-thread-testcase
fix osx thread testcase.
meson: fix libdir in openh264.pc.in
Merge pull request #3224 from xiaotianshi2/oss_fuzz_issue_18747_18864
Merge pull request #3225 from gxw-loongson/master
Adjust the mmi/msa detection mode for mips platform.
Merge pull request #3162 from philn/meson-optional-tests
Merge pull request #3165 from Othko97/coldtom/bump-meson-version
Travis: Update To Xenial and Meson 0.47.
meson: New build option to enable/disable tests
fix oss-fuzz issues 18747 and 18864.
Thread decoding deblocking update by setting pNzc array for neighboring MBs.
Remove a leftover printf from a test
Merge pull request #3212 from xiaotianshi2/thread_unit_test_good
add thread decoding unit test.
Fix a few more fixes found during creating thread unit tests.
Merge pull request #3209 from xiaotianshi2/thread_fixes
Fix a thread buffering bug: a few yuv frames at output can be dropped due to unexpected pDst reset. This is resolved by moving pDst into SBufferInfo data structure.
Merge pull request #3204 from xiaotianshi2/issue_3203
Merge pull request #3207 from xiaotianshi2/thread_commit_additional2
Fix a few test cases in UT for thread decoding.
Threaded decoding enhancement:
Merge pull request #3198 from xiaotianshi2/thread_commit_5_updated
fix issue 3203 - oss-fuzz reported bug 18747 which was not fixed in by the commit for fixing the issue 3197.
fix fuzz issues 18744, 18746 and 18747 by clearing info of buffered video frames when decreasing DPB buffers.
Merge pull request #3192 from mstorsjo/android-includes
Merge pull request #3191 from xiaotianshi2/thread_commit_4_upated
Merge pull request #3194 from xiaotianshi2/issue_3193
replace magic number 17 with MAX_DPB_COUNT.
fix issue 3193 (fuzz 18644) by adding missing initialization of PPicture's refPic lists
Merge pull request #3190 from xiaotianshi2/thread_commit_3_updated
commit-4 of multi-thread decoding support.
add support for NAL with duplicated MBs in threaded decoding mode.
Mainly update DecodeCurrentAccessUnit and associated functions to do threaded parallel frame decodings.
Merge pull request #3189 from xiaotianshi2/issue_3186
Fix issue 3186 (fuzz 18458). Reset held picture reordering list before calling DestroyPicBuff.
Merge pull request #3182 from xiaotianshi2/thread_commit_2
Merge pull request #3184 from mstorsjo/winapp-threads
Fix the build for Windows Phone and Windows Store
Merge pull request #3183 from mstorsjo/android-includes
Merge pull request #3179 from xiaotianshi2/thread_commit_1
second commit for threaded decoding support:
re-structure SWelsDecoderContext and others and prepare for the support of multi-threading support.
Merge pull request #3150 from gxw-loongson/master
meson.build: Bump soname version to 5
Merge pull request #3155 from xiaotiansf/Bugzilla
codec/common: [loongson] Fix unaligned access in BACKUP_REG.
codec/processing: [loongson] Add mmi optimization for m_pfSad.
Merge pull request #3140 from aiszhang/patch-1
update v2.0.0 libraries download URL
Merge pull request #3132 from aiszhang/public-release-update-version-2.0.0
Merge pull request #3131 from aiszhang/patch-2
Update RELEASES
Merge pull request #3125 from xiaotiansf/LastFixes
Fix oss-fuzz reported bug 14423 which is caused by the fix of 14267 in DecreasePicBuff.
Merge pull request #3123 from xiaotiansf/LastFixes
Better way to fix oss-fuzz reported bug 14267 by re-assigning reference's references after memory reallocations in DecreasePicBuff instead of just reset.
Additional fix for oss-fuzz 14267. moving up the removing reference's references
Fix oss-fuzz newly reported bug 14267. reset reference's references after call DecreasePicBuff when new sequence arrives
Merge pull request #3119 from xiaotiansf/LastFixes
fix oss-fuzzer reported bug 14060 by resetting decoder in time based on the error conditions.
Merge pull request #3118 from xiaotiansf/LastFixes
removed the usage of magic number in the fix of issue 14035.
Fix oss-fuzzer 14035. Reset all B-frame's reference's references when IDR is lost to prevent temporal prediction from trying to access lost references.
Merge pull request #3117 from xiaotiansf/LastFixes
Fix oss-fuzz reported bug 13941 Heap-use-after-free in WelsDec::MapColToList0.
Merge pull request #3111 from mstorsjo/stack-protector-msvc
Merge pull request #3112 from centricular/misc-fixes
Merge pull request #3115 from xiaotiansf/LastFixes
Merge pull request #3113 from centricular/disambiguate-ref-pics
deblocking: Disambiguate reference pictures
Revert "enable bs test in UT"
parse_mb_syn_cavlc: Commenting updates