openh264/codec/encoder
dong zhang 0187c84f29 Fix following IntraPeriod set issue
1. In WelsInitSps function, if kuiIntraPeriod is huge, uiLog2MaxFrameNum might be bigger than 15, which may introduce illegal H264 bitstream.
2. if pSvcParm.uiIntraPeriod is not zero (e.g. 14) at the initial, it will init sps.iLog2MaxPocLsb. to 5.
 But if I changed pSvcParm.uiIntraPeriod to 40, sps.iLog2MaxPocLsb. is still 5, need to recalcuted this parameter.
 (Same with uiLog2MaxFrameNum.)
2014-08-28 16:35:23 +08:00
..
core Fix following IntraPeriod set issue 2014-08-28 16:35:23 +08:00
plus remove "\n" which shoudl be added by the trace sink 2014-08-27 14:34:05 +08:00
targets.mk add arm 32/64 code and UT for SVC SCC motion estimation 2014-08-06 17:24:36 +08:00