RSS feed
3b55d649
– Karina <ruil2@cisco.com>
authored
on 2016/05/16 10:43
fix crash when temporal layer is skipped, the frame should not be encoded
3fa9a484
– sijchen <sijchen@cisco.com>
authored
on 2016/05/05 12:27
Merge pull request #2433 from hzwangsiyu/master
c30cc412
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/05/04 05:49
Merge pull request #2448 from saamas/encoder-getnonzerocount-sse42
e9dc9780
– ruil2 <ruil2@cisco.com>
authored
on 2016/04/28 05:08
Merge pull request #2447 from saamas/encoder-cavlcparamcal-sse42
7d656872
– ruil2 <ruil2@cisco.com>
authored
on 2016/04/28 05:08
Merge pull request #2441 from saamas/encoder-add-avx2-4x4-quantization-routines
56618249
– ruil2 <ruil2@cisco.com>
authored
on 2016/04/28 05:08
Merge pull request #2436 from saamas/processing-add-avx2-vaa-routines
fb0b2b3f
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/24 18:59
[Encoder/x86] Drop unneeded LOAD_4_PARA in CavlcParamCal_sse42
d1c77131
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/24 18:36
[Encoder/x86] Minor CavlcParamCal_sse42 tweak
f56bdc3a
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/21 12:29
[Encoder/x86] Minor CavlcParamCal_sse42 tweak
2eb88007
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/21 11:46
[Encoder/x86] Remove a leftover mov instruction in CavlcParamCal_sse42
4645bd26
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/19 15:42
[Encoder] Add an SSE4.2 implementation of WelsGetNonZeroCount
d906dda2
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/19 16:50
[UT] Improve GetNonZeroCount tests
3f31aff4
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/19 12:41
[Encoder] Add an SSE4.2 implementation of CavlcParamCal
502b1692
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/19 12:37
[UT] Add tests for CavlcParamCal_c and CavlcParamCal_sse2
98c6c6de
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/04/20 06:48
Merge pull request #2446 from HaiboZhu/Reduce_log_size_for_parse_only_mode
3b68840d
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/04/20 06:03
Merge pull request #2444 from GuangweiWang/fix-assembly-arm64
3ccecfbd
– Haibo Zhu <haibozhu@cisco.com>
authored
on 2016/04/20 05:58
Add the log reduce logic into parse only mode
c9433ee7
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/04/18 05:21
Merge pull request #2442 from ruil2/deblocking_fix
cc407b4b
– Guangwei Wang <guangwwa@cisco.com>
authored
on 2016/04/17 15:47
fix code style
0b8cdcaf
– Guangwei Wang <guangwwa@cisco.com>
authored
on 2016/04/17 15:41
extension 32-bit parameters to 64-bit on arm64 assembly function
1ecb9582
– Karina <ruil2@cisco.com>
authored
on 2016/04/14 10:57
update arm assembly comments
dd340b7f
– Karina <ruil2@cisco.com>
authored
on 2016/04/14 10:49
modify neon comment
525dbe70
– Karina <ruil2@cisco.com>
authored
on 2016/04/14 06:06
add 32-bit parameter sign-extentions for block_add_aarch64_neon.S
d34e2092
– Karina <ruil2@cisco.com>
authored
on 2016/04/13 15:30
fix 32-bit parameters issue on arm64 assembly function
bb49e237
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/13 04:42
[Encoder] Add AVX2 4x4 quantization routines
1e83bec8
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/13 04:41
[UT] Add some missing quantization tests
abaf3a41
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/13 04:39
[UT] Reduce duplication in quantization tests
50daa8f7
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/04/12 12:48
Merge pull request #2439 from ruil2/deblocking_fix
79437648
– Karina <ruil2@cisco.com>
authored
on 2016/04/12 12:27
add missing sign extension for arm64
93db6511
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/11 11:55
[UT] Test VAA routines with a wider variety of resolutions
57fc3e99
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/04/08 13:05
[Processing] Add AVX2 VAA routines
eb9f5658
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/04/06 04:59
Merge pull request #2432 from ruil2/refine_encode1
6d2d031f
– hzwangsiyu <hzwangsiyu@163.com>
authored
on 2016/04/04 06:32
Update .gitignore
7e14400b
– Karina <ruil2@cisco.com>
authored
on 2016/03/31 12:58
refine the workflow for encode one frame
c423a80b
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/30 13:02
Merge pull request #2431 from ruil2/temporal_layer
3927d91b
– Karina <ruil2@cisco.com>
authored
on 2016/03/29 11:48
fix temporal layer issue when output frame rate is different from input frame rate
17d7aa13
– ruil2 <ruil2@cisco.com>
authored
on 2016/03/25 05:36
Merge pull request #2427 from mstorsjo/mktargets
81493590
– Martin Storsjö <martin@martin.st>
authored
on 2016/03/24 06:01
Remove a stray empty line
d7bc4f5f
– Martin Storsjö <martin@martin.st>
authored
on 2016/03/24 06:01
Make sure that gtest-targets.mk gets regenerated with the right directory
30da4f19
– sijchen <sijchen@cisco.com>
authored
on 2016/03/24 05:49
Merge pull request #2426 from ruil2/fix_trace
25818b0f
– zhilwang <zhilwang@cisco.com>
authored
on 2016/03/24 13:07
Merge pull request #2428 from mstorsjo/sign-extension
10dfb267
– Karina <ruil2@cisco.com>
authored
on 2016/03/24 10:17
fix skip frames statistics issue
a4e71d66
– Martin Storsjö <martin@martin.st>
authored
on 2016/03/24 06:20
Add missing sign extension for x86_64 in mb_copy.asm
22bec095
– sijchen <sijchen@cisco.com>
authored
on 2016/03/23 06:54
Merge pull request #2425 from sijchen/ruil_rc_update
c0641f40
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/23 09:27
Merge pull request #2423 from shihuade/SPSUpdate
e52c6eac
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/23 08:14
Merge pull request #2422 from HaiboZhu/Bugfix_level_check_error_fmo_return_value
e4a4fb65
– Haibo Zhu <haibozhu@cisco.com>
authored
on 2016/03/23 06:46
(1) Fix the level limit check wrong condition
47ad929c
– Forrest Shi <huashi@cisco.com>
authored
on 2016/03/23 07:14
fix bug for debug mode
47d31053
– sijchen <sijchen@cisco.com>
authored
on 2016/03/23 06:23
Squashed commit of the following:
22d6a949
– sijchen <sijchen@cisco.com>
authored
on 2016/03/22 12:20
Merge pull request #2414 from ksb2go/master
40e1a69f
– sijchen <sijchen@cisco.com>
authored
on 2016/03/22 12:20
Merge pull request #2421 from shihuade/MultiThread_V5.2_Pull_V2
a7a5b7b0
– huade <huashi@cisco.com>
authored
on 2016/03/22 09:51
refactor for slice buffer init/allocate/free
33bb96f6
– sijchen <sijchen@cisco.com>
authored
on 2016/03/21 17:51
Merge pull request #2420 from sijchen/fix_sps
8103988c
– sijchen <sijchen@cisco.com>
authored
on 2016/03/21 07:32
Merge pull request #2418 from ruil2/refine_init
228cdeba
– Karina <ruil2@cisco.com>
authored
on 2016/03/21 06:48
refine reset function
7c15d68e
– Karina <ruil2@cisco.com>
authored
on 2016/03/18 12:43
fix preprocessing initialization logic
38313b91
– sijchen <sijchen@cisco.com>
authored
on 2016/03/18 12:07
Merge pull request #2419 from ruil2/bitrate_update
316ab318
– Karina <ruil2@cisco.com>
authored
on 2016/03/18 10:28
fix bitrate update issue
d7570bfa
– zhilwang <zhilwang@cisco.com>
authored
on 2016/03/18 04:50
Merge pull request #2401 from saamas/decoder-use-encoder-x86-idct-routines
7112938a
– David Chen <david@remotium.com>
authored
on 2016/03/17 13:25
Google has deprecated using SVN. Move over to GitHub
a8ab4afe
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/17 11:46
Merge pull request #2410 from HaiboZhu/Add_disable_assert_in_release
c441f6f3
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/17 11:46
Merge pull request #2411 from huili2/memory_leak_fix
43f767d0
– Haibo Zhu <haibozhu@cisco.com>
authored
on 2016/03/17 06:39
Diable assert in release with -DNDEBUG macro
693fd142
– unknown <huili2@HUILI2-FVDLJ.cisco.com>
authored
on 2016/03/17 06:31
fix memory leak when alloc failed in decoder
b6c4a544
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/03/16 15:33
[Decoder/x86] IDCT one block at a time with SSE2
a8d95762
– huili2 <huili2@cisco.com>
authored
on 2016/03/16 12:28
Merge pull request #2405 from HaiboZhu/Fix_UT_decoder_init_fail
7a3b3fdb
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/16 05:48
Merge pull request #2403 from ruil2/downsampling1
90deb80b
– sijchen <sijchen@cisco.com>
authored
on 2016/03/14 17:41
rename the functions
46f42ec5
– Haibo Zhu <haibozhu@cisco.com>
authored
on 2016/03/04 10:49
Fix the decoder init failed case in UT
c009183e
– sijchen <sijchen@cisco.com>
authored
on 2016/03/14 07:28
fix the lack of eSpsPpsIdStrategy==INCREASING_ID under simulcast avc on
f84f2315
– Karina <ruil2@cisco.com>
authored
on 2016/03/14 05:55
change downsampling logic that downsampling source is from the nearest layer instead of the highest layer
25f53a2e
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/10 04:59
Merge pull request #2399 from saamas/encoder-x86-add-avx2-satd-routines
98042f16
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/03/01 11:31
[Decoder] Use encoder x86 IDCT routines
bffda9ec
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/09 04:50
Merge pull request #2397 from HaiboZhu/Remove_level_limit_check
31de8bb3
– Haibo Zhu <haibozhu@cisco.com>
authored
on 2016/03/08 12:19
Change the level limit check behavior to make the compatibility
d4c68527
– volvet <qizh@cisco.com>
authored
on 2016/03/08 12:09
Merge pull request #2389 from saamas/common-x86-deblock-chroma-horizontal-ssse3-optimizations
d9bfc920
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/08 11:29
Merge pull request #2394 from sijchen/th021
48a52091
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/03/07 05:02
[Encoder/x86] Add AVX2 SATD routines
74b8a661
– HaiboZhu <haibozhu@cisco.com>
authored
on 2016/03/07 08:46
Merge pull request #2395 from ruil2/stat_output
fee9d502
– Karina <ruil2@cisco.com>
authored
on 2016/03/04 08:55
format update and fix build issue when turn on STAT_OUTPUT macro
316f7406
– sijchen <sijchen@cisco.com>
authored
on 2016/03/03 04:47
Merge pull request #2390 from sijchen/th012
ac6cf877
– huili2 <huili2@cisco.com>
authored
on 2016/03/03 11:40
Merge pull request #2392 from mstorsjo/decoder-error-return
7f53c293
– Martin Storsjö <martin@martin.st>
authored
on 2016/03/03 05:13
Fix a return value check
4db9c329
– sijchen <sijchen@cisco.com>
authored
on 2016/03/02 12:08
remove sink in WelsThreadPool and hide the construtor to finish the singleTon
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
a0091537
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/02/25 11:00
[Common/x86] DeblockChromaEq4H_ssse3 optimizations
9909c306
– Sindre Aamås <saamas@cisco.com>
authored
on 2016/02/25 10:57
[Common/x86] DeblockChromaLt4H_ssse3 optimizations
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.
Next