RSS feed
56edea9b
– zhilwang <zhilwang@cisco.com>
authored
on 2014/07/03 09:47
Merge pull request #1066 from mstorsjo/android-cpufeatures-dir
0ef26d6a
– zhilwang <zhilwang@cisco.com>
authored
on 2014/07/03 09:46
Merge pull request #1068 from mstorsjo/android-clean
2c250179
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/03 07:23
Merge pull request #1071 from ganyangbbl/typo_bug
f245dc34
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/03 07:23
Merge pull request #1062 from sijchen/scc_md_bgd1
01559a68
– ganyang <ganyang@cisco.com>
authored
on 2014/07/03 07:02
fix a typo issue in ParamValidation
49fb042f
– Sijia Chen <sijchen@cisco.com>
authored
on 2014/07/03 07:01
add bgd fix to camera route as well to avoid visible artifact when using fake content in video
782e94b0
– zhilwang <zhilwang@cisco.com>
authored
on 2014/07/03 05:21
Merge pull request #1065 from mstorsjo/remove-old-includes
8e03f035
– zhilwang <zhilwang@cisco.com>
authored
on 2014/07/03 05:20
Merge pull request #1069 from mstorsjo/generate-targets
60110547
– sijchen <sijchen@cisco.com>
authored
on 2014/07/03 05:07
Merge pull request #1067 from lyao2/interface_ut_commit
44faa1c9
– lyao2 <lyao2@LYAO2-WS01.cisco.com>
authored
on 2014/07/02 14:42
add encoder interface UT for IDR request
0a3db78b
– Sijia Chen <sijchen@cisco.com>
authored
on 2014/07/02 12:50
fix BGD under screen and remove a build warning in ME
dd05a655
– Martin Storsjö <martin@martin.st>
authored
on 2014/07/02 10:30
Regenerate test/common/targets.mk via the mktargets.sh script as well
3ef97dc0
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/02 10:02
Merge pull request #1057 from sijchen/scc_md_merge11
bdf9f6b4
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/02 10:01
Merge pull request #1043 from mstorsjo/avoid-globals
dce95411
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/02 10:01
Merge pull request #1055 from ethanhugg/frameleakonerror
239050d7
– Martin Storsjö <martin@martin.st>
authored
on 2014/07/02 09:41
Ignore failures in cleaning android projects
10eeea52
– Martin Storsjö <martin@martin.st>
authored
on 2014/07/02 09:39
Build the android cpu-features.o file in codec/common/src
1c146821
– Martin Storsjö <martin@martin.st>
authored
on 2014/07/02 09:30
Remove leftover include directories
a964ae8c
– Sijia Chen <sijchen@cisco.com>
authored
on 2014/07/02 06:33
completing and bug-fixing the screen content MD/ME process
19273b1a
– huili2 <huili2@cisco.com>
authored
on 2014/07/02 06:33
Merge pull request #1052 from sijchen/scc_md_merge2
2eb65d7d
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/02 05:04
Merge pull request #1053 from mstorsjo/fix-include-spacing
9caf082b
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/02 05:04
Merge pull request #1054 from huili2/output_bs_enc
76bd633d
– sijchen <sijchen@cisco.com>
authored
on 2014/07/01 11:48
Merge pull request #1036 from mstorsjo/test-random
3a6f5178
– zhilwang <zhilwang@cisco.com>
authored
on 2014/07/01 11:31
Merge pull request #1044 from mstorsjo/android-cleanup-compiler-flags
5b004048
– huili2 <huili2@cisco.com>
authored
on 2014/07/01 11:25
Merge pull request #1051 from ruil2/overflow_check
4486e328
– huili2 <huili2@cisco.com>
authored
on 2014/07/01 11:25
Merge pull request #1050 from ruil2/update_param
325c63d0
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/01 10:53
Merge pull request #1047 from mstorsjo/cpufeatures-armv8
32ce337e
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/01 10:50
check each WriteBlockResidualCavlc to avoid overflow
ffb38322
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/01 10:36
fix error judgment on return value in pauseframe
e5609bc0
– Martin Storsjö <martin@martin.st>
authored
on 2014/06/29 13:43
Remove global function pointers in the encoder MC code
130c682c
– Martin Storsjö <martin@martin.st>
authored
on 2014/06/29 12:34
Avoid intermediate function pointers for some function pointers that are never overridden
586d0ba3
– Martin Storsjö <martin@martin.st>
authored
on 2014/06/26 11:07
Reduce code duplication
00f28cc1
– Martin Storsjö <martin@martin.st>
authored
on 2014/06/26 11:04
Avoid using static arrays for keeping track of frame dumping state
1888fba3
– Martin Storsjö <martin@martin.st>
authored
on 2014/06/26 10:57
Move pfCavlcParamCal into the function pointer list
d84d739e
– Martin Storsjö <martin@martin.st>
authored
on 2014/06/26 10:38
Hardwire functions set up in WelsInitFillingPredFuncs
9ef09861
– Martin Storsjö <martin@martin.st>
authored
on 2014/06/26 09:37
Don't use and modify function pointers in global static tables
d2afebd2
– Martin Storsjö <martin@martin.st>
authored
on 2014/07/01 06:55
Add proper spacing in include directvies
4f594def
– Martin Storsjö <martin@martin.st>
authored
on 2014/06/28 17:57
Don't reset the random number generator within the unit tests
e4a2fad9
– Ethan Hugg <ehugg@cisco.com>
authored
on 2014/07/01 05:35
Destroy input frame on GMP encode on error conditions.
806e59fc
– ruil2 <ruil2@cisco.com>
authored
on 2014/07/01 04:55
Merge pull request #1045 from mstorsjo/share-read-config