Karina
|
fde8bd2554
|
update temporal layer quant
|
2015-12-10 15:07:19 +08:00 |
|
Martin Storsjö
|
282eda21cb
|
Remove unnecessary tabs in the middle of lines
At 6ff4ef3b38 all the (stray, mixed) tabs had been cleaned out from
the source code; remove newly added tabs and convert to spaces.
|
2015-07-13 23:05:26 +03:00 |
|
Sijia Chen
|
99aaf3198c
|
first version of post-frame skipping for rate control (not enabled)
|
2015-06-23 17:04:02 +08:00 |
|
Sijia Chen
|
dea37ce439
|
add a frame-skip setting option
|
2015-06-11 12:35:03 +08:00 |
|
Martin Storsjö
|
764793d74b
|
Remove tabs in struct and class definitions
|
2015-06-10 10:22:01 +03:00 |
|
Martin Storsjö
|
df994fa3f5
|
Convert tabs to spaces in enums and tables of defines
|
2015-05-15 11:20:11 +03:00 |
|
Martin Storsjö
|
31a9fb6913
|
Remove trailing whitespace
|
2015-04-27 14:02:28 +03:00 |
|
Sijia Chen
|
431bcee310
|
1, update the max-nal-size setting in UT and param check since we are using a larger input check
2, fix potential overflow (will change bs but little impact on bs)
|
2015-02-06 13:24:20 +08:00 |
|
Sijia Chen
|
5752888c81
|
1, fix a potential overflow
2, remove some unnecessary multiplier and add input check of spatial BR
|
2015-01-28 10:51:27 +08:00 |
|
ruil2
|
5b5cc8434e
|
add rc function
|
2015-01-15 11:14:05 +08:00 |
|
Martin Storsjö
|
bdbda13929
|
Use the correct types instead of void pointers in function signatures in rc.h
|
2014-12-22 23:54:06 +02:00 |
|
ruil2
|
e3bf63db59
|
using function pointer to make different branch for different rc
|
2014-12-22 12:00:39 +08:00 |
|
ruil2
|
3ae2507c99
|
remove macro definition to the header file
|
2014-12-19 10:53:06 +08:00 |
|
lyao2
|
c01606c28a
|
Rate control refine to fit MAX bitrate requirement
|
2014-12-05 12:09:08 +08:00 |
|
dong zhang
|
d3c8ade8d0
|
fix Rc int32_t bitrate overflow
|
2014-10-27 09:54:44 +08:00 |
|
Sijia Chen
|
a765197b73
|
add interface and basic implementaion and UT for EncoderStatistics
|
2014-10-22 11:35:17 +08:00 |
|
Daniel J. Hofmann
|
1e62aafcde
|
Wc++11-extensions
|
2014-10-14 22:20:10 +02:00 |
|
lyao2
|
3904c025cb
|
add debug info for RC max bitrate control test
|
2014-09-29 15:41:03 +08:00 |
|
dong zhang
|
9f20c727d1
|
remove double in SCC rc
|
2014-09-25 11:09:35 +08:00 |
|
ruil2
|
c618cb1eaf
|
refine scc rc
|
2014-09-24 09:54:01 +08:00 |
|
ruil2
|
66e38cc9ed
|
add scc rate control
|
2014-09-19 15:56:49 +08:00 |
|
ruil2
|
f7cd6e7aad
|
use WelsEnc namespace instead of WelsSVCEnc
|
2014-08-11 16:08:49 +08:00 |
|
ruil2
|
36cfb3bd32
|
add buffer based rc
|
2014-07-14 13:57:03 +08:00 |
|
Sijia Chen
|
0a6819c0b7
|
remove unnecessary log output
|
2014-07-08 15:43:15 +08:00 |
|
huili2
|
dc3fae4477
|
astyle all
|
2014-06-25 18:50:41 -07:00 |
|
JuannyWang
|
45c78f438e
|
Squashed commit of the following:
commit 9c95d6a0b10d2e40cb5003934ccc98af6330dfcb
Author: JuannyWang <hongjwan@cisco.com>
Date: Thu Jun 19 10:43:15 2014 +0800
[delay skip] delay skip to relieve bitrate burst somehow
|
2014-06-19 10:46:49 +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
|
db11ba7a34
|
fix vlc overflow
|
2014-05-27 13:18:52 +08:00 |
|
ruil2
|
1fd5e6e210
|
update the minimum quant limiation as 10. quant 4 can't avoid overflow
|
2014-05-21 14:04:55 +08:00 |
|
unknown
|
47430de294
|
set minimum quant as 4 to avoid level code overflow
|
2014-05-20 10:19:58 +08:00 |
|
huili2
|
5ed24f216b
|
astyle all files
|
2014-05-05 19:30:21 -07:00 |
|
ruil2
|
6b707ffb14
|
add complexity calculation in workflow
|
2014-04-17 17:33:44 +08:00 |
|
Martin Storsjö
|
2bc8e61fcf
|
Move the RC_MODES enum to the public header
This allows users to know what values to set for the iRCMode
parameter.
|
2014-03-21 09:18:17 +02: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 |
|
Martin Storsjö
|
cee3329ff0
|
Add a runtime option for controlling frame skipping
|
2014-01-17 12:39:33 +02:00 |
|
Martin Storsjö
|
cf59a34464
|
Don't use include guards with leading underscores
Defines with leading underscores are reserved.
This fixes issue #10.
|
2013-12-29 00:13:34 +02:00 |
|
Ethan Hugg
|
ff6b669176
|
Pretty printed the C++ code with astyle
|
2013-12-12 14:21:12 -08:00 |
|
Ethan Hugg
|
70e5e62f3d
|
Initial Commit
|
2013-12-09 04:51:09 -08:00 |
|