Commit Graph

1636 Commits

Author SHA1 Message Date
Varun B Patil
0d6764c62f Attempt to change to root dir before executing python script
When inside a git repo, attempt to change to the root dir
before running python script. Prevents a bunch of errors
when mktargets.sh is executed from the wrong dir.
2014-03-27 11:37:39 +05:30
volvet
f7fba4b122 Merge pull request #580 from ylatuya/api
Prefix API with the Wels namespace
2014-03-26 15:45:02 -07:00
Licai Guo
12b5dcff02 Merge pull request #587 from sijchen/me_merge83
[Encoder ME] Adjust function interface
2014-03-26 17:18:37 +08:00
sijchen
59f243b487 Adjust function interface and add void function for further coworking, adjust test accordingly 2014-03-26 16:52:53 +08:00
Licai Guo
b4be8f3f1a Merge pull request #586 from sijchen/me_merge72
[Encoder ME] Add basic cross search functions and its unit tests
2014-03-26 16:37:49 +08:00
sijchen
bbe016543f Add basic cross search functions and its unit tests 2014-03-26 16:23:44 +08:00
Licai Guo
54f5f34725 Merge pull request #585 from ruil2/vp_update
modify the output directory of welsvp in VC project.
2014-03-26 13:51:23 +08:00
unknown
94eb2e6860 modify the output directory of welsvp in VC project. 2014-03-26 13:40:47 +08:00
Licai Guo
93c7d569e0 Merge pull request #584 from ruil2/vp_update
create complexity analysis for screen content
2014-03-26 13:24:26 +08:00
ruil2
3a4346a898 create complexity analysis for screen content 2014-03-26 13:06:56 +08:00
Licai Guo
b5e263bfd8 Merge pull request #583 from dongzha/MotionCompensation
Add DecUT Motion Compensation on New Code Base
2014-03-26 10:24:47 +08:00
Licai Guo
369f2fb88a Merge pull request #582 from ruil2/vp_complexity
add complexity calculation for screen content
2014-03-26 10:24:35 +08:00
huili2
b1b6bdc3b8 Merge pull request #581 from licaiguo/fix-build-without-ut
fix build failure without gtest
2014-03-25 19:21:42 -07:00
ruil2
4ced8a9edd add complexity calculation for screen content 2014-03-26 10:09:06 +08:00
Dong Zhang
421fe98af4 Add DecUT Motion Compensation on New Code Base 2014-03-25 18:57:52 -07:00
Licai Guo
032706f769 fix build failure without gtest 2014-03-25 18:01:00 -07:00
Andoni Morales Alastruey
328740f294 Prefix API with the Wels namespace 2014-03-25 17:40:01 +01:00
Ethan Hugg
2f840d46c4 Merge pull request #578 from mstorsjo/fix-arm-build
Readd a missed prototype for the WelsProcessingSampleSad8x8_neon function
2014-03-25 09:11:20 -07:00
Martin Storsjö
3d076fe1f8 Readd a missed prototype for the WelsProcessingSampleSad8x8_neon function
The common WelsSampleSad8x8_neon function has different alignment
requirements than WelsProcessingSampleSad8x8_neon - until it has
been sorted out that the common version can be used in the processing
lib, the separate version for processing is used.

This fixes building with neon optimizations enabled.
2014-03-25 11:05:39 +02:00
Licai Guo
8182e31355 Merge pull request #577 from mstorsjo/remove-dos-newlines
Remove accidentally added dos newlines
2014-03-25 17:04:27 +08:00
Martin Storsjö
a6713c3351 Remove accidentally added dos newlines 2014-03-25 10:56:21 +02:00
Licai Guo
02681f68ae Merge pull request #575 from mstorsjo/make-fixes
Use the right linker output parameters for codec_unittest.exe
2014-03-25 16:48:40 +08:00
Licai Guo
ba01e12858 Merge pull request #576 from mstorsjo/link-flag-cleanup
Remove unused *_LIBS make variables
2014-03-25 16:46:32 +08:00
Martin Storsjö
d024dc5cc0 Remove unused *_LIBS make variables 2014-03-25 10:13:29 +02:00
huili2
fa1dc73cdd Merge pull request #574 from ruil2/vp_update
move some common functions to common.cpp and add some functions in c...
2014-03-25 00:58:06 -07:00
Martin Storsjö
77bf17937e Use the right linker output parameters for codec_unittest.exe
This also includes the -nologo parameter to silence extra output
from the compiler/linker.

Also add a separating empty line between the codec_unittest rule
and the include for dependency rules.
2014-03-25 09:47:00 +02:00
ruil2
6b3f89d582 move some common functions to common.cpp and add some functions in common 2014-03-25 15:35:55 +08:00
huili2
bbd3eb29fc Merge pull request #573 from licaiguo/reorgut2
reorganize tests
2014-03-24 22:34:45 -07:00
Licai Guo
818203b5e4 fix make test failure issue 2014-03-24 22:14:43 -07:00
Licai Guo
759948c610 fix a typo 2014-03-24 22:14:43 -07:00
Licai Guo
2b1cd597c8 remove relative include paths 2014-03-24 22:14:43 -07:00
Licai Guo
f26bb57415 reorganize tests 2014-03-24 22:14:43 -07:00
Licai Guo
667bfe2657 Merge pull request #572 from sijchen/me_merge62
[Encoder ME] Change the output of diamond search from qpel to interpel
2014-03-25 11:24:39 +08:00
sijchen
fcae0c7c48 Change the output of diamond search from qpel to interpel 2014-03-25 11:03:37 +08:00
sijchen
74a92522e5 Merge pull request #571 from ruil2/encoder_nal
add complexity calculation parameter for screen content
2014-03-25 10:49:19 +08:00
unknown
2af7024af9 add complexity calculation parameter for screen content 2014-03-25 09:38:07 +08:00
Licai Guo
747e88a985 Merge pull request #566 from volvet/develop_b
use overwrite for scene change detector
2014-03-25 06:44:58 +08:00
Ethan Hugg
ca3a6dc4b6 Merge pull request #569 from volvet/fix-android-build
fix android build for mini-sdk virsion issue
2014-03-24 13:24:39 -07:00
volvet
c45b46a786 fix android build for mini-sdk virsion issue 2014-03-25 03:04:31 +08:00
Ethan Hugg
aef3949d8e Merge pull request #565 from varunbpatil/errstr
Better error reporting in mktargets.py
2014-03-24 11:26:55 -07:00
volvet
5171bec92c Merge pull request #568 from ylatuya/android
Fix Android build setting minSdkVersion
2014-03-25 00:38:11 +08:00
Andoni Morales Alastruey
6ed23591a8 Fix Android build setting minSdkVersion
Beside changing line endings in (see: 973a16) it's also
required to set a minimum Sdk version in the manifest
2014-03-24 17:20:41 +01:00
Ethan Hugg
7b0beeeda7 Merge pull request #567 from ylatuya/android
Fix line endings in manifest files
2014-03-24 08:49:05 -07:00
Andoni Morales Alastruey
973a167e8e Fix line endings in manifest files
Fixes build error in Android getting TOOLCHAINPREFIX
in build/platform-android.mk:

$NDKROOT/build/gmsl/__gmsl:512: *** non-numeric second argument to `wordlist' function: ''.  Stop.
2014-03-24 16:00:30 +01:00
volvet
7642b5f5fc use overwrite for scene change detector 2014-03-24 18:25:42 +08:00
Varun B Patil
064ad29f80 Better error reporting in mktargets.py 2014-03-24 12:56:06 +05:30
Licai Guo
e375a70c03 Merge pull request #564 from sijchen/me_rfr56
[Encoder ME] Add checking directional MV in ME initial point
2014-03-24 14:30:15 +08:00
sijchen
99f3bd69c4 Add checking directional MV in ME initial point 2014-03-24 14:16:16 +08:00
Licai Guo
8d11b28690 Merge pull request #561 from mstorsjo/use-rc-enum
Make the RC_MODES enum public, use it for the iRCMode field
2014-03-21 17:16:14 +08:00
Martin Storsjö
b6883b4ef8 Make the iRCMode field use the RC_MODES type instead of plain int
This makes it even clearer for users about how to set this field.
2014-03-21 09:19:30 +02:00