ruil2
4ea8af515b
update level_idc setting
2014-04-17 14:29:41 +08:00
Licai Guo
4062fa9d34
Merge pull request #703 from zhilwang/pf-test
...
Move copy_mb neon code to common folder
2014-04-17 11:08:56 +08:00
Licai Guo
3d9d00b27c
Update targets.mk
2014-04-17 10:43:10 +08:00
Licai Guo
c8e1a41c29
Move copy_mb neon code to common folder
2014-04-17 10:06:48 +08:00
Licai Guo
f1f3cc77f9
Merge pull request #702 from ruil2/enc_function
...
keep the declaration and definition in the same namespace
2014-04-17 10:00:48 +08:00
ruil2
b553468ad3
keep the declaration and definition in the same namespace
2014-04-17 09:45:26 +08:00
volvet
6cb48fc547
Merge pull request #690 from sijchen/fme_merge65
...
[Encoder ME] Add calling of FME preprocess calculation
Approved by Xiaolin.
2014-04-16 17:41:17 +08:00
volvet
bbc0cb2b2c
Merge pull request #700 from mstorsjo/disable-neon-arm64
...
Updated XCode projects to properly launch for arm64 architecture
2014-04-16 17:34:41 +08:00
Dmitriy Tyagniy
4e8428fbfc
Updated XCode projects to properly launch for arm64 architecture
2014-04-16 11:53:44 +03:00
sijchen
4ab1dc0b89
Merge pull request #697 from ruil2/enc_test
...
update help info for console app
2014-04-16 14:57:20 +08:00
ruil2
02bd787c34
update help info for console app
2014-04-16 13:39:21 +08:00
huili2
b2f7191fa7
Merge pull request #692 from licaiguo/update-ios-project
...
update ios project files
2014-04-15 16:55:24 +08:00
zhchu
01d6a26012
update ios project files
2014-04-15 16:23:48 +08:00
Licai Guo
e8d8bdc48e
Merge pull request #689 from huili2/add_file_CopyMB_EC
...
divide copy_mb functions into new file for decoder use from encoder and ...
2014-04-15 16:20:08 +08:00
sijchen
f414241834
reformat
2014-04-15 15:54:51 +08:00
sijchen
1140050da6
Add calling of FME preprocess calculation
2014-04-15 15:38:27 +08:00
Licai Guo
cab66c93a7
Merge pull request #687 from JuannyWang/decMbAuxBugFix
...
[Encoder UT] decMbAux UT bug fix
2014-04-15 14:38:13 +08:00
huili2
4ab8c88e98
divide copy_mb functions into new file for decoder use from encoder and add files for EC in decoder only.
2014-04-14 20:17:41 -07:00
huili2
77aaf2ea8e
Merge pull request #685 from licaiguo/tracklayersps
...
add track sps change for each layer
2014-04-15 11:05:45 +08:00
JuannyWang
cc26f561f4
decMbAux UT bug fix
2014-04-15 09:29:46 +08:00
ruil2
b895fd3ad4
Merge pull request #684 from mstorsjo/remove-deblocking-test
...
Don't override the deblocking setting in the encoder test
2014-04-15 09:01:58 +08:00
Martin Storsjö
04ca4ba488
Don't override the deblocking setting in the encoder test
...
Since this is on by default now, we don't need a separate test
that has it enabled. Thus we can now remove one of the encoder
tests.
By not overriding the deblocking setting at all, the hash
changes for the other tests that use SEncParamExt.
2014-04-14 15:38:10 +03:00
sijchen
6f51d37280
Merge pull request #682 from ruil2/enc_test
...
update the default value for bPrefixNalAddingCtrl and iLoopFilterDisableIdc
2014-04-14 16:38:53 +08:00
Licai Guo
16cfb0a937
add track sps change for each layer
2014-04-14 00:17:44 -07:00
ruil2
1e3053208d
update the default value for bPrefixNalAddingCtrl and iLoopFilterDisableIdc
2014-04-14 14:06:02 +08:00
sijchen
222092aeaa
Merge pull request #679 from ruil2/enc_ltr
...
restore default values
2014-04-14 10:31:56 +08:00
ruil2
4c66d9c6c7
restore default values
2014-04-14 10:20:50 +08:00
Ethan Hugg
ca36beb3fa
Merge pull request #675 from mstorsjo/silence-crt-unsafe-warnings
...
Silence MSVC warnings about "unsafe" standard C functions in console apps
2014-04-12 10:14:37 -07:00
Licai Guo
f27b22f07c
Merge pull request #676 from sijchen/fme_merge54
...
[Encoder ME] add memory allocation for feature search
2014-04-11 22:45:47 +08:00
sijchen
64ef420e67
add memory allocation for feature search
2014-04-11 17:11:46 +08:00
Licai Guo
32fc4bea79
Merge pull request #674 from ruil2/enc_ltr
...
add the number of LTR setting in configure file
2014-04-11 17:10:40 +08:00
ruil2
2eaa036ebe
Merge pull request #672 from mstorsjo/msvc-proj-file-crt-type
...
Update the MSVC project files to use the statically linked C runtime library
2014-04-11 16:28:29 +08:00
Martin Storsjö
ed62d01609
Use _CRT_SECURE_NO_WARNINGS to avoid warnings in the encoder version of read_config.cpp as well
...
This is clearer and requires less code than using the pragmas for
disabling warnings.
2014-04-11 11:27:44 +03:00
Martin Storsjö
efdb58dae5
Silence MSVC warnings about "unsafe" standard C functions in console apps
...
Within the libraries themselves, we use other wrapper functions to
make sure the functions are used safely, but this wrapper layer isn't
available outside of the library in the console apps. The usage of these
functions is safe here, so silence the warnings.
This gets rid of all warnings when building with MSVC in 32 bit mode,
making it much easier to spot new warnings.
2014-04-11 11:27:44 +03:00
ruil2
21ed4a1f06
Merge pull request #671 from mstorsjo/c-api-test-warnings
...
Make the first C function parameter const void* in c_interface_test
2014-04-11 16:25:17 +08:00
ruil2
7547609336
Merge pull request #667 from mstorsjo/remove-unused-variable
...
Remove an unused variable
2014-04-11 16:25:06 +08:00
ruil2
4d50a2accb
Merge pull request #669 from mstorsjo/remove-unnecessary-ifdef
...
Remove some unnecessary ifdefs
2014-04-11 16:24:55 +08:00
ruil2
5a72a09f5a
Merge pull request #673 from mstorsjo/msvc-common-arch
...
Move all arch handling in msvc platform files into msvc-common
2014-04-11 16:24:44 +08:00
ruil2
13cdd4b539
add the number of LTR setting in configure file
2014-04-11 16:11:18 +08:00
Martin Storsjö
3026958bde
Rename the msvc-arm platform file to msvc-wp
...
The architecture handling is now decoupled from the main
platform file. Now you can build for Windows Phone for x86 (for
the emulator) by "make OS=msvc-wp ARCH=x86".
2014-04-11 10:54:34 +03:00
Martin Storsjö
48f7470867
Move all x86 vs arm handling to msvc-common
2014-04-11 10:54:34 +03:00
Martin Storsjö
1ee52616ac
Remove a duplicate -MD declaration
2014-04-11 10:51:58 +03:00
Licai Guo
bcf1af9ac1
Merge pull request #670 from mstorsjo/consistent-for-loop-declaration
...
Declare for loop variables consistently in GetIntraPredictorTest
2014-04-11 15:43:39 +08:00
Licai Guo
70547036dd
Merge pull request #668 from mstorsjo/msvc-crt-debug-type
...
Set -MTd/-MDd in the same way as -MT/-MD
2014-04-11 15:41:32 +08:00
Licai Guo
b86da1b9d1
Merge pull request #666 from ruil2/enc_scc_1
...
modify the initialization of the number of LTR
2014-04-11 15:40:49 +08:00
Martin Storsjö
5c1666f430
Update the MSVC project files to use the statically linked C runtime library
...
This makes them match the behaviour of the make based build system.
2014-04-11 10:35:57 +03:00
Martin Storsjö
6d93d800e7
Make the first C function parameter const void* in c_interface_test
...
This fixes warnings when building with MSVC.
2014-04-11 10:34:10 +03:00
Martin Storsjö
a25f7b7c84
Declare for loop variables consistently in GetIntraPredictorTest
...
Previously, the same variable 'i' was sometimes declared within a for
loop and sometimes outside of the loop, all within the same function.
This avoids spurious warnings in MSVC 2005.
2014-04-11 10:31:58 +03:00
Martin Storsjö
99c6131004
Remove some unnecessary ifdefs
...
These headers are standard headers that are available in MSVC as well.
There's nothing ifdeffed in the implementation of this file that would
explain why these headers only are required in these configurations.
2014-04-11 10:29:30 +03:00
Martin Storsjö
b1f35347eb
Set -MTd/-MDd in the same way as -MT/-MD
...
This was overlooked in 67e5b04
.
2014-04-11 10:27:14 +03:00