shithub: openh264

RSS feed

d4f09d90 – sijchen <sijchen@cisco.com> authored on 2016/02/29 06:40
put CWelsThreadPool to singleTon for future usage (including add sink for IWelsTask)

52d25f54 – HaiboZhu <haibozhu@cisco.com> authored on 2016/02/29 04:21
Merge pull request #2386 from huili2/return_info_change

9cb4f4e8 – unknown <huili2@HUILI2-FVDLJ.cisco.com> authored on 2016/02/19 09:28
modify return value check inside decoder

7e88b138 – sijchen <sijchen@cisco.com> authored on 2016/02/26 04:46
Merge pull request #2380 from mstorsjo/fix-slice-realloc

040974f7 – HaiboZhu <haibozhu@cisco.com> authored on 2016/02/25 09:40
Merge pull request #2378 from shihuade/MultiThread_V4.9_V5

321c7725 – HaiboZhu <haibozhu@cisco.com> authored on 2016/02/25 05:50
Merge pull request #2372 from ruil2/refine_trace

027f027c – HaiboZhu <haibozhu@cisco.com> authored on 2016/02/25 05:49
Merge pull request #2371 from GregoryJWolfe/master

69e3fac0 – Martin Storsjö <martin@martin.st> authored on 2016/02/25 05:31
Avoid reading iCountMbNumInSlice out of bounds on slice realloc

5e8a716c – huade <huashi@cisco.com> authored on 2016/02/25 05:08
add thread-based slice buffer and refact reallocate process for futher change

03890fe8 – Gregory J. Wolfe <gregory.wolfe@kodakalaris.com> authored on 2016/02/23 08:21
Added support for "video signal type present" information.

3e538617 – ruil2 <ruil2@cisco.com> authored on 2016/02/23 12:26
Merge pull request #2374 from sijchen/for_ts0

78ae48c6 – ruil2 <ruil2@cisco.com> authored on 2016/02/23 12:25
Merge pull request #2375 from shihuade/MultiThread_V4.8_v4

7bcb3ba4 – huade <huashi@cisco.com> authored on 2016/02/23 11:49
refactor slice level rc structure

c7fcba06 – Gregory J. Wolfe <gregory.wolfe@kodakalaris.com> authored on 2016/02/23 08:21
Added support for "video signal type present" information.

65218a3c – Karina <ruil2@cisco.com> authored on 2016/02/22 09:33
update trace for ENCODER_OPTION_TRACE_CALLBACK

881fc11c – sijchen <sijchen@cisco.com> authored on 2016/02/22 05:40
finish the remaining prob of fixing ts=0

9816e330 – sijchen <sijchen@cisco.com> authored on 2016/02/17 10:24
fix timestamp = 0 issue when rc mode is BITRATE mode

597b4eef – Karina <ruil2@cisco.com> authored and sijchen <sijchen@cisco.com> committed on 2016/02/16 11:37
fix timestamp = 0 issue when rc mode is BITRATE mode.

27541290 – ruil2 <ruil2@cisco.com> authored on 2016/02/19 04:52
Merge pull request #2360 from saamas/common-x86-deblock-optimizations

f35a0dac – Gregory J. Wolfe <gregory.wolfe@kodakalaris.com> authored on 2016/02/18 06:51
Added support for "video signal type present" information.

13586a3d – ruil2 <ruil2@cisco.com> authored on 2016/02/18 05:25
Merge pull request #2366 from sijchen/fix_free6

f791ac28 – ruil2 <ruil2@cisco.com> authored on 2016/02/18 05:25
Merge pull request #2365 from sijchen/fix_free42

de1a70d1 – ruil2 <ruil2@cisco.com> authored on 2016/02/18 05:24
Merge pull request #2363 from sijchen/fix_free5

45376820 – sijchen <sijchen@cisco.com> authored on 2016/02/17 09:52
Merge pull request #2362 from ruil2/trace1

e07ee9c0 – sijchen <sijchen@cisco.com> authored on 2016/02/17 05:06
use WELS_DELETE_OP for deleting

74955c87 – sijchen <sijchen@cisco.com> authored on 2016/02/16 07:17
set pointers to null and call uninit

cc675f9f – sijchen <sijchen@cisco.com> authored on 2016/02/16 06:58
add error handling in memory allocation failed case

41b4ecb0 – sijchen <sijchen@cisco.com> authored on 2016/02/17 04:52
Avoid memory problem when mem alloc failed during initializing pRefList

18728a48 – Karina <ruil2@cisco.com> authored on 2016/02/16 05:52
trace cleanup

a26955e4 – ruil2 <ruil2@cisco.com> authored on 2016/02/16 05:47
Merge pull request #2358 from sijchen/fix_free2

6cf24023 – ruil2 <ruil2@cisco.com> authored on 2016/02/16 05:47
Merge pull request #2361 from sijchen/fix_free00

4b97dcb3 – sijchen <sijchen@cisco.com> authored on 2016/02/16 05:05
avoid memory problem when mem alloc failed during initializing pRefList

855d1cf8 – sijchen <sijchen@cisco.com> authored on 2016/02/15 06:54
add input parameter check as protection for an encoder interface

b76a79c7 – sijchen <sijchen@cisco.com> authored on 2016/02/09 12:10
move the rc free to the correct condition to avoid access to invalid memory

025500d5 – sijchen <sijchen@cisco.com> authored on 2016/02/12 11:20
move the assigning m_uiSpatialPicNum earlier to cover the memory leak if error in allocating pic

36722c55 – sijchen <sijchen@cisco.com> authored on 2016/02/12 10:23
use WelsMallocz instead of WelsMalloc to avoid non-null pointer at init

71aa5330 – sijchen <sijchen@cisco.com> authored on 2016/02/12 10:22
move the printing of MEMORY_CHECK part to more reasonable

6a0f0811 – sijchen <sijchen@cisco.com> authored on 2016/02/15 05:06
use WelsUninitEncoderExt in all free process in WelsInitEncoderExt