ruil2
|
40e952f981
|
remove "\n" which shoudl be added by the trace sink
|
2014-08-27 14:34:05 +08:00 |
|
ruil2
|
f7cd6e7aad
|
use WelsEnc namespace instead of WelsSVCEnc
|
2014-08-11 16:08:49 +08:00 |
|
ruil2
|
e58de20f3a
|
add encoder interface ut
|
2014-07-25 16:40:14 +08:00 |
|
Sijia Chen
|
a964ae8cfa
|
completing and bug-fixing the screen content MD/ME process
|
2014-07-02 10:33:47 +08:00 |
|
ruil2
|
fa138e866a
|
trace fix
|
2014-06-27 10:52:03 +08:00 |
|
ruil2
|
b1efc8f723
|
rename some varialbes
|
2014-06-19 15:24:13 +08:00 |
|
ruil2
|
2242214368
|
update initilaization of m_pLastSpatialPicture
|
2014-06-19 13:12:39 +08:00 |
|
ruil2
|
7acf0e5b02
|
cleanup interface parameters
|
2014-06-16 17:17:24 +08:00 |
|
huili2
|
91cd93e5d0
|
Merge pull request #962 from dongzha/UseIntInRC
Use Int instead of Double in Rate Control and Modify anchor SHA1 value
|
2014-06-13 10:59:50 +08:00 |
|
dongzha
|
f6ce43f83b
|
Use Int instead of Double in Rate Control and Modify anchor SHA1 value
|
2014-06-12 17:30:13 +08:00 |
|
ruil2
|
74df3e9553
|
add ref-original frame assigment
|
2014-06-06 15:24:31 +08:00 |
|
Martin Storsjö
|
322ce39e98
|
Remove an unused variable
This fixes warnings about variables that are set but not used.
|
2014-05-30 11:32:22 +03:00 |
|
lyao2
|
bfa16ba848
|
add blockstaticidc pointer for MD
|
2014-05-24 17:41:47 +08:00 |
|
lyao2
|
bd7c04f738
|
enable Scroll detection into workflow
|
2014-05-15 09:11:58 +08:00 |
|
unknown
|
4dc0f07828
|
fix input source width and height setting issue
|
2014-05-12 11:55:05 +08:00 |
|
huili2
|
5ed24f216b
|
astyle all files
|
2014-05-05 19:30:21 -07:00 |
|
sijchen
|
44640712f6
|
Add FME unit test
|
2014-05-05 15:41:15 +08:00 |
|
ruil2
|
2eff808db7
|
add decide frame type for screen content
|
2014-04-22 09:59:38 +08:00 |
|
ruil2
|
6b707ffb14
|
add complexity calculation in workflow
|
2014-04-17 17:33:44 +08:00 |
|
sijchen
|
64ef420e67
|
add memory allocation for feature search
|
2014-04-11 17:11:46 +08:00 |
|
ruil2
|
c8eaea2f27
|
add memory allocation for screen content
|
2014-04-10 17:07:26 +08:00 |
|
Martin Storsjö
|
a57094c152
|
Remove the now unused intermediate code for loading the VP library dynamically
|
2014-04-08 15:09:21 +03:00 |
|
Martin Storsjö
|
1d167fe7d6
|
Remove a TODO that is no longer relevant
The function signatures are equal nowadays.
|
2014-04-08 15:09:21 +03:00 |
|
Martin Storsjö
|
1342da9bc4
|
Remove everything related to NO_DYNAMIC_VP
This mode is the default and used everywhere now.
|
2014-04-08 15:09:21 +03:00 |
|
ruil2
|
37f20f1c5e
|
update pre-processing workflow for screen content
|
2014-04-08 14:42:30 +08:00 |
|
volvet
|
d98ba6137c
|
remove RC enable flag, use RC Mode to indicate RC on or off
|
2014-04-07 22:08:28 -07:00 |
|
ruil2
|
27da2b21bf
|
add the condition branch for screen content
|
2014-04-02 17:23:46 +08:00 |
|
Licai Guo
|
ea5b6b49b4
|
Merge pull request #619 from ruil2/vp_dpb
add reference frame managment for screen content [still in progress]
|
2014-04-02 13:07:04 +08:00 |
|
ruil2
|
9645f38021
|
add reference frame managment for screen content [still in progress]
|
2014-04-02 10:45:35 +08:00 |
|
volvet
|
71ab928ca3
|
fix compile warnings
|
2014-04-01 11:37:59 -07:00 |
|
ruil2
|
aed919a65a
|
add scene change for screen content
|
2014-03-31 17:14:00 +08:00 |
|
ruil2
|
4751fe7690
|
add scene change detection in workflow for screen content
|
2014-03-28 11:30:51 +08:00 |
|
Licai Guo
|
7a29b1f55a
|
Merge pull request #549 from lyao2/rc_tune
RC LOWBR mode merge
|
2014-03-21 09:15:18 +08:00 |
|
lyao2
|
071254748f
|
avoid QP sudden fluctates
|
2014-03-20 13:13:32 +08:00 |
|
lyao2
|
4bc881c3ae
|
RC LOWBR mode merge
|
2014-03-20 09:26:16 +08:00 |
|
Ethan Hugg
|
e8540af9eb
|
Merge pull request #541 from licaiguo/disable-warnings
disable most warnings produced by -Wall
|
2014-03-19 09:17:34 -07:00 |
|
Licai Guo
|
a688f5278a
|
fix most of the warnings
|
2014-03-19 01:16:08 -07:00 |
|
ruil2
|
3238c913cc
|
Merge pull request #535 from volvet/add-scene-change-detector
Add scene change detector
|
2014-03-19 14:52:08 +08:00 |
|
Andoni Morales Alastruey
|
ae60f1bee9
|
Fix compiler warnings and remove dead code
Fix several -Werror=unused-variable and -Werror=unused-but-set-variable
and removed dead code found with this warnings
|
2014-03-18 19:15:25 +01:00 |
|
volvet
|
d7b7419040
|
add scene change detector for further extension
|
2014-03-18 17:54:58 +08:00 |
|
volvet
|
fc5c48830a
|
fix the condition of scene change flag and comments
|
2014-03-14 09:53:24 +08:00 |
|
volvet
|
c8761c08ae
|
use large/medium/similar to define scene change result
|
2014-03-13 10:43:20 +08:00 |
|
volvet
|
50fe120a3e
|
simplify-layer-process
|
2014-03-06 11:19:33 +08:00 |
|
volvet
|
13d785ec6a
|
refine-multi-layer-process
|
2014-03-04 12:04:04 +08:00 |
|
volvet
|
775eebaf36
|
refine build spatial list in processing
|
2014-03-03 14:04:19 +08:00 |
|
volvet
|
75f8b41bcd
|
Merge pull request #334 from mstorsjo/cleanup-vp-interface
Don't use a custom calling convention for the VP library entry points
|
2014-02-21 17:31:34 +08:00 |
|
Martin Storsjö
|
21e9c83746
|
Remove the local declarations of the VP interface functions
There's no need to define them manually here, the normal
declarations in IWelsVP.h work just fine even if not loading
the WelsVP library dynamically.
|
2014-02-21 09:32:49 +02:00 |
|
Martin Storsjö
|
19efc59fae
|
Remove the WELSAPI definition
There's no need to specify a custom calling convention for
these functions.
|
2014-02-21 09:32:46 +02:00 |
|
volvet
|
d6c5c138ee
|
init the spatial last spatial picture if excption
|
2014-02-20 12:50:37 +08:00 |
|
volvet
|
bb58c5c720
|
correct style
|
2014-02-19 10:04:17 +08:00 |
|