RSS feed
8d5ec675
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/26 10:25
add support of SimulcastAVC functions
de68ec6f
– dongzha <dongzha@cisco.com>
authored
on 2015/01/26 04:31
Merge pull request #1751 from ruil2/status
51f1ea38
– dongzha <dongzha@cisco.com>
authored
on 2015/01/26 04:29
Merge pull request #1753 from mstorsjo/test-cpu-flags
acafbb44
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/24 13:21
Add checks for cpu features in tests
6afdf36e
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/23 10:48
return decoder error
7f967f6f
– sijchen <sijchen@cisco.com>
authored
on 2015/01/23 08:30
Merge pull request #1750 from syureyi/crqp
dfd24a98
– sijchen <sijchen@cisco.com>
authored
on 2015/01/23 04:45
Merge pull request #1748 from dongzha/fixcrash
a45c6615
– zhuiling <lingzhu2@cisco.com>
authored
on 2015/01/21 09:07
to support different chroma qp
6dcaf2f8
– dong zhang <dongzha@cisco.com>
authored
on 2015/01/22 04:10
fix crash in SGE test
e7fff10d
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/21 12:31
Merge pull request #1745 from sijchen/fix_ut
17030193
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/21 12:31
Merge pull request #1742 from sijchen/fix_max_br
d74234d9
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/21 11:54
enhance max-br checking logic
6664593e
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/21 11:35
Merge branch 'master' of https://github.com/cisco/openh264 into fix_max_br
4b231c8f
– sijchen <sijchen@cisco.com>
authored
on 2015/01/21 04:43
Merge pull request #1744 from dongzha/modifydecoderlog
96b11835
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/21 04:19
Merge pull request #1743 from sijchen/fix_test
5b10c1ff
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/20 10:47
fix random failure of UT under randon seed 1421732719
bd7fabd8
– dong zhang <dongzha@cisco.com>
authored
on 2015/01/20 08:18
modify decoder console log level to WELS_LOG_WARNING
8cc53b02
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/20 05:50
astyle an unformatted file
489d1215
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/20 05:49
add a default param function for EncodeDecoderAPI test
ee40ba63
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/20 05:31
improve the para checking of max-br
8bef6bc9
– sijchen <sijchen@cisco.com>
authored
on 2015/01/19 11:36
Merge pull request #1738 from huili2/init_EC_modify
2df01852
– sijchen <sijchen@cisco.com>
authored
on 2015/01/19 11:36
Merge pull request #1740 from mstorsjo/fix-tests
01fd220e
– huili2 <huili2@cisco.com>
authored
on 2015/01/19 08:31
Merge pull request #1739 from sijchen/sps_list3
eb7b149f
– sijchen <sijchen@cisco.com>
authored
on 2015/01/19 05:54
Merge pull request #1736 from mstorsjo/werror-tests
4930111a
– sijchen <sijchen@cisco.com>
authored
on 2015/01/19 05:51
Merge pull request #1734 from mstorsjo/fix-unused-variable-warning
d9502aa7
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/19 05:49
rename the strategy to enum
d6f7a07b
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/19 05:06
Undefine a define for writing debug files
c1aa2a1e
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/19 05:02
Use WelsClip3 instead of WELS_CLIP3 for random values
fcae7fd3
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/19 05:00
Compare macro block widths instead of picture widths
58f1fef5
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/19 04:58
Fix a comparison in ParameterSetStrategy_SPS_LISTING_AND_PPS_INCREASING3
7d1d2d65
– dongzha <dongzha@cisco.com>
authored
on 2015/01/19 04:37
Merge pull request #1735 from mstorsjo/msvc-test-warnings
50ce93e3
– huili2 <huili2@cisco.com>
authored
on 2015/01/18 13:07
modify EC init position
5702e7c0
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 09:00
Build using -Werror in travis unit tests
c69d628a
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 08:59
Avoid warnings about an unused variable in debug mode
4df6f942
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 08:51
Check for an already defined nullptr macro
3cf2be25
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 08:49
Don't override the externally set CFLAGS variable in debug mode
9e00bf89
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 06:07
Use VerifyVersionInfo instead of GetVersionEx
4f33b38a
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 05:50
Move a conversion from size_t to int into one single place within BaseDecoderTest.cpp
b83b1925
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 06:35
Add a cast when converting from uint64_t to int
96384bd5
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 05:39
Add casts when converting from size_t or std::streamsize to int
af938a64
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 05:38
Add casts when converting from float to int
ef82e18d
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 05:34
Silence warnings about insecure CRT functions in the test suite
1646f86b
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 05:33
Allow setting cflags specifically for the unit test suite
a1b8ffc9
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 05:29
Use the right data type for a variable
a852ac99
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 05:26
Fix a cast to actually cast to the right type
93cb6179
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 06:30
Add a comparison in ASSERT_TRUE
99925984
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 05:20
Consistently compare integers with integers and bools with bools
cd552016
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 04:59
Ignore armasm warnings about instructions that are deprecated in ARMv8
aea10175
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/16 05:53
Merge pull request #1732 from sijchen/sps_list2
a44643ae
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/16 04:26
Avoid a warning about a variable set but not used
9ba316ca
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/16 04:00
Merge pull request #1731 from mstorsjo/warning-fixes
98ed3029
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/15 13:04
add new SpsPpsStrategy and UT
e9ec603f
– sijchen <sijchen@cisco.com>
authored
on 2015/01/15 11:23
Merge pull request #1727 from huili2/addUT_parseonly_frameincomplete
dbcbe180
– sijchen <sijchen@cisco.com>
authored
on 2015/01/15 11:22
Merge pull request #1729 from ruil2/rc_submit1
b6038441
– dongzha <dongzha@cisco.com>
authored
on 2015/01/15 09:08
Merge pull request #1730 from HaiboZhu/Debug_EC_off_Delay_mode_early_exit_process
d6b4b536
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/15 07:38
Declare a float constant as float instead of as double
75bbc286
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/15 07:37
Add explicit casts when converting from double to int32_t
c8972f1c
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/15 07:31
Consistently use the right type for log prints
0250acc6
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/15 06:33
Merge pull request #1725 from ethanhugg/startcode2
d7304bba
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/15 06:33
Merge pull request #1728 from sijchen/fix_mbidx
5b5cc843
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/15 06:14
add rc function
993caea1
– dongzha <dongzha@cisco.com>
authored
on 2015/01/15 04:54
Merge pull request #1721 from huili2/DecodeFrameNodelay
cb49f8ec
– dongzha <dongzha@cisco.com>
authored
on 2015/01/15 04:53
Merge pull request #1718 from huili2/sps_avc_flag_remove
264cf576
– Haibo Zhu <haibozhu@cisco.com>
authored
on 2015/01/12 16:22
Fix the bug that the pDec not set to NULL when early exit
ea533e64
– huili2 <huili2@cisco.com>
authored
on 2015/01/08 13:44
add UT for incomplete frame for parse only
c02d9b08
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/14 12:59
expand the mb_idx range so as to support frame size > 32767
a39c4660
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/14 11:19
Merge pull request #1720 from mstorsjo/remove-unused-format-args
fc6ea7e5
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2015/01/14 10:28
gmp-openh264 check buffer length before we overwrite with start code.
f594d96a
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/13 06:07
Log all provided parameters in WelsEncoderApplyLTR
9a55a860
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2015/01/14 02:35
Merge pull request #1722 from sijchen/win_pdb2
560a33a3
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/14 13:02
fix to avoid link warning
4f826f2e
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/14 11:31
add option for generating pdb in windows builds
34661f1d
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/13 11:11
Merge pull request #1715 from huili2/parseonly_flowchart_modify
cdd072e1
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/13 11:10
Merge pull request #1714 from sijchen/fix_ref4
47dd4de4
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/13 10:30
Merge pull request #1717 from sijchen/fix_ltr1
1518b5da
– huili2 <huili2@cisco.com>
authored
on 2015/01/12 17:29
allow non-avc check when subset SPS exists
ea06cbe0
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/12 05:39
enhance param checking with num-ref and related logging
04cb9f34
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/12 04:23
Merge pull request #1678 from sijchen/savc1
958c60d0
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/12 04:22
Merge pull request #1713 from mstorsjo/valgrind
8e352241
– huili2 <huili2@cisco.com>
authored
on 2015/01/11 18:16
modify parse only flowchart to use DecodeFrameConstruction()
44bce08d
– Martin Storsjö <martin@martin.st>
authored
on 2014/06/27 12:06
Avoid a spurious valgrind warning in DecoderIntraPredictionTest.WelsDecoderI16x16LumaPredPlane_sse2
a4ae5e37
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/09 11:17
add fix for the valgrid warning of issue#1362
76ef30dc
– Sijia Chen <sijchen@cisco.com>
authored
on 2015/01/09 10:55
refactor
a5cb0ea2
– dongzha <dongzha@cisco.com>
authored
on 2015/01/09 04:23
Merge pull request #1711 from huili2/parseonly_noEC
3a91abf2
– HaiboZhu <haibozhu@cisco.com>
authored
on 2015/01/08 11:09
Merge pull request #1710 from huili2/parseonly_framecomplete_error_prop
900a9089
– huili2 <huili2@cisco.com>
authored
on 2015/01/07 19:14
disable EC for parseonly
e4858523
– huili2 <huili2@cisco.com>
authored
on 2015/01/07 17:34
prevent error propagation for parse only when frame is not complete
d92853c8
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2015/01/07 08:13
Merge pull request #1706 from mstorsjo/add-destdir-static
fb33b359
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/07 15:24
Add $(DESTDIR) for the install-static rule as well
17a87e80
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2015/01/07 05:20
Merge pull request #1704 from lu-zero/master
735172d3
– Luca Barbato <lu_zero@gentoo.org>
authored
on 2015/01/06 17:24
build: Support DESTDIR
62c6a1e0
– huili2 <huili2@cisco.com>
authored
on 2015/01/07 10:12
Merge pull request #1705 from HaiboZhu/Debug_Delay_mode_rawdata_update_error
68ff8468
– sijchen <sijchen@cisco.com>
authored
on 2015/01/07 04:45
Merge pull request #1691 from mstorsjo/pkgconfig-fixes
61cd77d4
– ruil2 <ruil2@cisco.com>
authored
on 2015/01/07 04:13
Merge pull request #1701 from huili2/parseonly_framecomplete_bugfix
71123f29
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2015/01/07 04:07
Merge pull request #1702 from mstorsjo/adjust-comment
aa1ec23e
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/06 15:18
Clarify the comment about ABI issues with WelsGetCodecVersion
178a18b3
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2015/01/07 04:05
Merge pull request #1703 from mstorsjo/add-cast
5c3c2a56
– Martin Storsjö <martin@martin.st>
authored
on 2015/01/06 15:22
Add a cast to silence GCC warnings about comparison between signed and unsigned
207082e2
– Haibo Zhu <haibozhu@cisco.com>
authored
on 2015/01/06 12:48
Fix a bug when EC disable under delay mode (buf point not update when early exit)
ac08cc4b
– huili2 <huili2@cisco.com>
authored
on 2015/01/06 08:37
Merge pull request #1694 from zhilwang/asm-SetNoneZero
Next