add cavlc_bframe and cabac_bframe bitstreams to openh264/res
add 3 CAVLC+B frame bitstreams into openh264/res
Merge pull request #3010 from GuangweiWang/fix-issue-public
delete test samples which turn out to be clips from actual movie trailers
Merge pull request #3001 from mstorsjo/msvc-warnings
Merge pull request #3000 from mstorsjo/fix-uninitialized
Merge pull request #2999 from mstorsjo/remove-vsproj
Merge pull request #3003 from mstorsjo/version-bump
Merge pull request #2977 from pl0q1n/example_fixes
Fix MSVC warnings about "forcing value to bool"
Fix use of uninitialized data in the Deblocking.WelsDeblockingMb test
Merge pull request #2998 from mstorsjo/unix-newlines
Remove extra visual studio projects for the decoder
Restore unix newlines after "Merge pull request #2991 from xiaotianshi2/master"
Merge pull request #2997 from GuangweiWang/fix-issue-external
convert windows file line break to unix format
Merge pull request #2991 from xiaotianshi2/master
Fix ParseBSubMBTypeCabac. This fixed bug found by @fiona22 for some cases of 8x8 in B-Slice
Add two more HighProfile with B-frame test cases and try to address undefined behavior sanitizer testing and got some runtime errors
Add test function ReorderRefList2 which is not enabled for later use.
B-frame decoding support for Main and High Profile with two test cases.
Merge pull request #2985 from thiblahute/master
meson: Bump version to 1.8.0
meson: Add -Wno-classmemacces to the compiler
Merge pull request #2984 from GuangweiWang/public-release-update-version1.8.0
add download URLs for openh264v1.8.0 binaries
Fix for typos in example of coding & decoding
Merge pull request #2974 from GuangweiWang/public-release-update-version1.8.0
add openh264 v1.8.0 release note
Merge pull request #2959 from Zefz/freestanding-fix
Merge pull request #2972 from mstorsjo/fix-stl
Merge pull request #2971 from mstorsjo/fix-test
Use a constructor to initialize SFilesSet
Merge pull request #2969 from sijchen/master
Merge pull request #2964 from GuangweiWang/linux-build-enhancement
Clip fFrameRate locally in EncoderInterfaceTest.EncoderOptionSetTest
add initialization in console to avoid random value
Merge pull request #2965 from strfry/master
Makefile: Use tr in a POSIX-conform way
Merge pull request #2960 from sarum9in/master
Use internal meson features and fix indentation
Consolidate function signature implementation with prototype
Merge pull request #2955 from centricular/meson
Merge pull request #2956 from ruil2/clean_trace
.travis.yml: hook up meson test suite
assign log output by using WelsLog instead of fprintf
Merge pull request #2915 from sherpya/master
Add meson build definitions
Merge pull request #2952 from GuangweiWang/fix-issue-external
bug fix for UT: asan check error, memory leak
Merge pull request #2948 from sijchen/ut0
add size limitation in UT to avoid random failure
Merge pull request #2947 from ycqian/EcMv
Fix edge MB mv in EC Slice_mv_copy method
Merge pull request #2946 from huili2/fix_ubsan_warning
fix ubsan warning about *2 overflow and -infinite
Merge pull request #2943 from mstorsjo/fix-msvc64-warning
Avoid a warning when building with MSVC in 64 bit mode
Merge pull request #2942 from mstorsjo/fix-msvc-warning
Merge pull request #2941 from huili2/extract_multi_layer
add multi bs file generation for layer > 1 case
Merge pull request #2935 from drwez/fixFuchsia
Avoid a warning with MSVC about converting from double to float
fix bitrate overflow issue when running for long time
Merge pull request #2938 from mstorsjo/test-idr-interval
Merge pull request #2940 from ruil2/statistics
Update the test for ENCODER_OPTION_IDR_INTERVAL after 0f8897db
Merge pull request #2929 from sijchen/fix_option
Fix WelsThreadLib.cpp to build under Fuchsia
remove redundant condition
Merge pull request #2928 from sijchen/master
add new UT for ENCODER_OPTION_IDR_INTERVAL and enhance error log output
fix wrong setting at encoder SetOption ENCODER_OPTION_IDR_INTERVAL
add ec and legacy calling setting in decoder Console
Merge pull request #2927 from sijchen/fix_bgd0
disable background-detection for screen route
Merge pull request #2920 from sijchen/master
fix outdated comments in the header file
Merge pull request #2914 from sijchen/master
Merge pull request #2912 from GuangweiWang/add-win-plugin-buil
call _set_FMA3_enable only on vs 2013 (avx2 bug)
correct the output by actual meaning
Merge pull request #2906 from sijchen/param
add windows plugin build to AutoBuildForWPAndWindows.bat
Merge pull request #2910 from mstorsjo/fix-msvc-pow
Fix errors and warnings when building with msvc and for android with stlport
Merge pull request #2908 from sijchen/ut3
add enhancement in param transcode
disable unnecessary log output
adjust output order in log for readability
add a param adjustment
Merge pull request #2903 from mstorsjo/fix-valgrind
Initialize the frame buffer in EncodeDecodeTestAPIBase::InitialEncDec