openh264/test
Martin Storsjö 91331e1ba4 Silence warnings with GCC 5.4
This fixes warnings like the following:

codec/decoder/core/src/mv_pred.cpp: In function ‘void WelsDec::PredPSkipMvFromNeighbor(WelsDec::PDqLayer, int16_t*)’:
codec/decoder/core/src/mv_pred.cpp:158:51: warning: ‘iLeftTopXy’ may be used uninitialized in this function [-Wmaybe-uninitialized]

codec/processing/src/backgrounddetection/BackgroundDetection.cpp: In member function ‘void WelsVP::CBackgroundDetection::ForegroundDilation(WelsVP::SBackgroundOU*, WelsVP::SBackgroundOU**, WelsVP::CBackgroundDetection::vBGDParam*, int32_t)’:
codec/processing/src/backgrounddetection/BackgroundDetection.cpp:281:63: warning: suggest parentheses around operand of ‘!’ or change ‘|’ to ‘||’ or ‘!’ to ‘~’ [-Wparentheses]

For the possibly uninitialized variables, this is similar to earlier
commits 8be8fe17 and af2666fd.
2016-07-20 11:53:10 +03:00
..
api change FrameQP control and complexity calculation 2016-07-11 10:20:17 +08:00
build [UT] Add tests for CavlcParamCal_c and CavlcParamCal_sse2 2016-04-20 18:37:08 +02:00
common remove sink in WelsThreadPool and hide the construtor to finish the singleTon 2016-03-02 17:08:09 -08:00
decoder Silence warnings with GCC 5.4 2016-07-20 11:53:10 +03:00
encoder modify reserved nal header size and change source frame in NalSizeChecking UT 2016-06-08 10:12:27 +08:00
encoder_binary_comparison change FrameQP control and complexity calculation 2016-07-11 10:20:17 +08:00
processing add option for enable/disable AVX2 2016-07-15 12:15:57 +08:00
utils [UT] Allow for different output depending on downsample average order 2016-06-16 22:07:58 +02:00
BaseDecoderTest.h Fix the decoder init failed case in UT 2016-03-14 17:06:58 +08:00
BaseEncoderTest.h refactor --for BaseEncoderTest 2014-10-29 17:53:08 +08:00
sha1.h astyle all 2014-06-25 18:50:41 -07:00
test_stdint.h Allow building tests on MSVC versions where stdint.h is missing 2014-02-24 15:38:37 +02:00