Commit Graph

4149 Commits

Author SHA1 Message Date
Karina
fde8bd2554 update temporal layer quant 2015-12-10 15:07:19 +08:00
sijchen
0c820f4c06 adjust encoder test case to cover multi-thread without loadbalancing 2015-12-09 09:58:03 -08:00
sijchen
76ca56498a Add tasks and thread pool call for SM_SIZELIMITED_SLICE mode 2015-12-09 09:55:04 -08:00
HaiboZhu
76b428a453 Merge pull request #2302 from GuangweiWang/platform
add stripped lib for firefox and modify README for the usage fo DEBUG…
2015-12-09 12:36:12 +08:00
Guangwei Wang
8af088af93 merge changed Makefile to master 2015-12-09 11:36:02 +08:00
Guangwei Wang
3bcf6069ab add stripped lib for firefox and modify README for the usage fo DEBUGSYMBOLS 2015-12-09 10:54:09 +08:00
HaiboZhu
7e9fdc181f Merge pull request #2301 from huili2/simple_parseonly_ctx
remove parseonly in decoder ctx
2015-12-09 10:33:29 +08:00
sijchen
fb241569df Merge pull request #2300 from pengyanhai/master
Avoid a potential deadlock between the main thread and worker thread when encoding or decoding complete
2015-12-08 15:50:37 -08:00
Hank Peng
d58ac746a0 Avoid a potential deadlock between the main thread and worker thread when encoding or decoding complete 2015-12-08 11:53:22 -08:00
HaiboZhu
9272995143 Merge pull request #2298 from GuangweiWang/platform
add stripped lib for firefox
2015-12-08 16:16:14 +08:00
HaiboZhu
7999219f61 Merge pull request #2297 from shihuade/MultiThread_V4.3_SliceBs_V5_Pull
unitfy slice bs writing for multi-thread(sliceindex==0 is the same wi…
2015-12-08 16:16:05 +08:00
huade
dcfe76d1ff unitfy slice bs writing for multi-thread(sliceindex==0 is the same with others ) 2015-12-08 14:09:43 +08:00
Guangwei Wang
703ed1d86e add stripped lib for firefox 2015-12-08 09:52:03 +08:00
HaiboZhu
6dc3f72ef8 Merge pull request #2291 from sijchen/api5
[Encoder] Console: update help info in console to sync with recent api change
2015-12-07 14:26:54 +08:00
HaiboZhu
642d5aa453 Merge pull request #2295 from HaiboZhu/Add_Debug_symbols_in_makefile
Add DEBUGSYMBOLS option for makefile under release mode
2015-12-07 14:26:09 +08:00
HaiboZhu
8ee4fdef28 Merge pull request #2294 from HaiboZhu/Add_Bitcode_Enable
Enable bitcode for iOS 9
2015-12-07 14:25:59 +08:00
Haibo Zhu
95491a7584 Enable bitcode for iOS 9 2015-12-07 08:44:16 +08:00
Haibo Zhu
6ebacd0cbf Add DEBUGSYMBOLS option for makefile under release mode 2015-12-04 09:47:39 +08:00
sijchen
b5e9e7e823 Merge pull request #2292 from ruil2/trace
add parameter output trace
2015-12-03 13:47:48 -08:00
Karina
5ac58e8dc9 add parameter output trace 2015-12-03 16:47:57 +08:00
HaiboZhu
988784ffe1 Merge pull request #2289 from ruil2/interface1
change output interface
2015-12-02 17:15:59 +08:00
Karina
fd43759fc2 change output interface 2015-12-02 09:58:56 +08:00
sijchen
c55e5f6130 update help info in console to sync with recent api change 2015-12-01 16:45:37 -08:00
sijchen
4cdbc20da0 Merge pull request #2285 from sijchen/ut13
[UT] moving test cases to specific files to avoid the too long file
2015-12-01 09:23:33 -08:00
sijchen
f38d24f036 fix the conflict with the current master 2015-11-30 23:42:26 -08:00
HaiboZhu
ece95c815c Merge pull request #2286 from sijchen/ut3
[Encoder] adjust the input para judgement of iMaxNalSize
2015-12-01 15:24:02 +08:00
HaiboZhu
5bf677c9f7 Merge pull request #2284 from sijchen/rf2
[Encoder] Refactor: remove CWelsTaskManageMultiD
2015-12-01 15:23:21 +08:00
sijchen
6a75152a9a Merge pull request #2287 from GuangweiWang/bugfix
fix bug in UT code
2015-11-30 23:04:59 -08:00
Guangwei Wang
c917d09263 fix bug in UT code 2015-12-01 08:55:00 +08:00
sijchen
420778f4d8 add valid adjustment in test to avoid outputing warning trace 2015-11-30 11:33:13 -08:00
sijchen
42ac53b5fc update win UT project after UT structure change 2015-11-30 11:29:47 -08:00
sijchen
46667588e3 moving test cases to specific files to avoid the too long encode_decode_api_test.cpp 2015-11-30 10:47:10 -08:00
sijchen
89752ff62f Refactor: remove CWelsTaskManageMultiD 2015-11-30 10:32:48 -08:00
HaiboZhu
f679da900f Merge pull request #2281 from sijchen/th11
[Encoder] remove duplicated operation after thread pool
2015-11-27 12:13:33 +08:00
HaiboZhu
b749fe7160 Merge pull request #2273 from sijchen/th0
[Encoder] use different task when load-balancing or not, to save computation
2015-11-27 09:29:22 +08:00
HaiboZhu
921443ead8 Merge pull request #2272 from sijchen/rf0
[Encoder] put duplicated codes into one function
2015-11-27 09:27:37 +08:00
huili2
926fc67451 remove parseonly in decoder ctx 2015-11-27 08:56:20 +08:00
ruil2
6696022028 Merge pull request #2283 from shihuade/MultiThread_V4.3_SliceBs_V2
initial for iReturn and refact PPS Sps bs write function
2015-11-26 17:03:54 +08:00
huade
436da21ccf initial for iReturn and refact PPS Sps bs write function 2015-11-26 14:06:01 +08:00
ruil2
60aaf48744 Merge pull request #2282 from shihuade/MultiThread_V4.3_SliceBs_V1_Pull
refact WriteSliceBs()
2015-11-26 12:12:33 +08:00
huade
4a4ade1201 refact WriteSliceBs() 2015-11-26 09:32:33 +08:00
sijchen
8667452940 adjust the input para judgement of iMaxNalSize 2015-11-25 14:21:32 -08:00
sijchen
05c89b75f0 remove duplicated operation after thread pool and rename a task for clearer meaning 2015-11-25 13:46:21 -08:00
sijchen
67dab5d70e Merge pull request #2266 from sijchen/ut0
[UT] put class notification to header file
2015-11-25 09:57:43 -08:00
HaiboZhu
a422180695 Merge pull request #2277 from ruil2/qp_trace
add minqp and maxqp parameters in console
2015-11-25 15:05:12 +08:00
HaiboZhu
3dccfabce3 Merge pull request #2276 from shihuade/MultiThread_V4.2_SSliceCtx_pSliceCountInMB_V3
remove pCountMbNumInSlice from SSliceCtx
2015-11-25 15:02:50 +08:00
Karina
ab7eb1535d add minqp and maxqp parameters in console 2015-11-25 14:21:44 +08:00
huade
d02addd90f remove pCountMbNumInSlice from SSliceCtx 2015-11-25 13:36:37 +08:00
HaiboZhu
60f36eb25a Merge pull request #2275 from HaiboZhu/Fix_Emulation_Prevention_Bytes_Profiles_Bugs
Add protection for emulation prevention bytes and profile_id
2015-11-25 12:30:51 +08:00
HaiboZhu
f47be08065 Merge pull request #2271 from sijchen/rf1
[Encoder] refactor multi-thread logic and add error-dealing
2015-11-25 12:04:00 +08:00