Karina
02218e2dbd
modify configure file comments
2016-06-06 16:22:09 +08:00
Karina
7f2ba4dcb6
add savc setting in configure file and command line
2016-05-31 13:53:31 +08:00
Karina
ab7eb1535d
add minqp and maxqp parameters in console
2015-11-25 14:21:44 +08:00
sijchen
33c378f7b7
change API for slicing part for easier usage (the UseLoadBalancing flag is still under working)
2015-11-10 09:50:06 -08:00
Sijia Chen
cfea91666c
add the usage of unspecified bit rate into cfg files and use it
2015-04-16 12:46:01 +08:00
ruil2
abc01e6b81
add encoder cabac support
2014-10-27 13:06:33 +08:00
lyao2
522aa4457a
enlarge QP range when skipframeflag off on BitRate mode
2014-09-12 14:45:08 +08:00
Sijia Chen
a6df69c305
remove unsupported lines in cfg to avoid misleading
2014-09-09 14:20:27 +08:00
ruil2
36cfb3bd32
add buffer based rc
2014-07-14 13:57:03 +08:00
Martin Storsjö
3c584cd2c4
Fix a path in the MSVC autobuild bat script
2014-07-04 15:11:39 +03:00
ruil2
fa138e866a
trace fix
2014-06-27 10:52:03 +08: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
ruil2
a9731d6dd5
use 0 as maxnalsize default value.
2014-05-22 14:13:06 +08:00
ruil2
67327dfb2e
add the maximum nal size setting in command line
2014-05-12 11:05:16 +08:00
Martin Storsjö
66f0f6ccbe
Rename the WelsVP vcproj file to match the others
...
The other projects don't have the _2008 suffix.
2014-05-08 11:46:18 +03:00
ruil2
4c66d9c6c7
restore default values
2014-04-14 10:20:50 +08:00
ruil2
13cdd4b539
add the number of LTR setting in configure file
2014-04-11 16:11:18 +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
unknown
a128d7f790
add usagetype setting for screen content
2014-03-31 14:00:25 +08:00
ruil2
c7f2a0b7f6
3Author: ruil2 <ruil2@cisco.com>
...
modify the parameter verification for SM_AUTO_SLICE mode -- uiSliceNum
iis ignored
2014-03-12 10:44:13 +08:00
ruil2
ac9af12f70
modify configure files
2014-03-11 10:32:11 +08:00
ruil2
7c8ce799c0
fix SM_FIXEDSLCNUM_SLICE bug, add SM_AUTO_SLICE mode
2014-03-11 10:23:46 +08:00
volvet
a17dd825a5
clean encode cfg files
2014-03-06 13:48:31 +08:00
ruil2
f176bf5637
modify welsenc.cfg for parameters update
2014-03-06 10:28:36 +08:00
Martin Storsjö
420cfb0f2a
Convert encoder config files to unix newlines
...
The new iOS configuration file welsenc_ios.cfg was committed with
dos newlines originally, while welsenc.cfg was accidentally changed
to dos newlines in f5cd56ea74
.
2014-03-05 09:24:51 +02:00
volvet
73ce4adc85
add encode test for iOS
2014-02-26 14:53:31 +08:00
ruil2
c79e78c4fb
cleanup encoder parameters
2014-02-24 10:40:17 +08:00
Martin Storsjö
a76005065e
Use TemporalLayerNum instead of GOPSize in other encoder config files
...
This is similar to what was done to welsenc.cfg in f5cd56ea74
.
2014-02-23 00:08:36 +02:00
Martin Storsjö
d93a52ceb5
Update the other example config files to work after restructuring encoder parameters
...
This is similar to what was done to welsenc.cfg in
3ba6a5f4da
.
2014-02-22 23:46:04 +02:00
ruil2
3ba6a5f4da
Simplify encoder interface--remove EncoderFrame2 from interface
...
function
2014-02-20 10:33:07 +08:00
ruil2
f5cd56ea74
use temporal layer num and remove gop size in external configure
2014-02-18 17:06:41 +08:00
volvet
be95d5f843
Merge pull request #277 from lyao2/newbranch
...
enable frame skip in RC 1 mode
2014-02-11 08:57:53 +08:00
lyao2
7e3557c924
enable frame skip in RC 1 mode
2014-02-10 16:28:49 +08:00
Varun B Patil
7ba7881c95
Remove autoclean script (Linux)
2014-01-28 11:48:23 +05:30
Martin Storsjö
7394254fb5
Remove the legacy makefile based build system
...
The new one is much more flexible. The old one is unmaintained.
2014-01-26 16:28:58 +02:00
Martin Storsjö
ccca04453a
Remove the MSVC 2010 and 2012 project files
...
Only the 2008 version is kept up to date at the moment.
The newer versions of MSVC can open and upgrade the 2008 version
files anyway, so by removing the unmaintained ones we reduce the
confusion and maintainance burden.
Additionally, the preferred way of building with MSVC is with the
makefile build system, according to the readme.
2014-01-21 13:51:41 +02:00
Varun B Patil
1f598b892b
Encoder output test : added stream with non-multiple of 16 width/height
...
Also added decoder output test for the same.
2014-01-12 19:54:55 +05:30
Varun B Patil
6082566f4c
Single copy of yuv test streams.
2014-01-12 18:40:13 +05:30
Varun B Patil
c80f620749
Updated issues in README.
...
Also updated example command to run encoder with arbitrary resolution stream.
2014-01-12 13:39:59 +05:30
Ethan Hugg
cc2ffee5d2
Merge pull request #83 from varunbpatil/autobuildlinux_cleanup
...
Linux shell scripts refactored
2014-01-07 15:28:22 -08:00
Varun B Patil
0e6f493ea3
Linux shell scripts refactored
2013-12-29 13:24:10 +05:30
Varun B Patil
70d2ae8334
Non-multiple of 16 width/height support for enc testapp
...
Also included test sequence.
../h264enc welsenc_arbitrary_res.cfg
2013-12-25 16:14:37 +05:30
Ethan Hugg
da2936c537
Fix typo in CmdLineExamples.sh
2013-12-21 08:22:01 -08:00
Ethan Hugg
3789d4e69a
Updated readme and CmdLineExamples to point to new make system.
2013-12-20 16:06:35 -08:00
Martin Storsjö
f9dea46712
Remove trailing whitespace
...
Most of it was removed in ff6b669176
from C++ source files,
but other files were left unchanged.
2013-12-13 11:24:17 +02:00
Martin Storsjö
8f9a5469be
Convert source files to unix newlines
...
Most files were converted in ff6b669176
, but some (non C++
source files) were left with windows newlines.
2013-12-13 11:20:23 +02:00
Ethan Hugg
9b21ece789
Changed Test to use smaller .yuv file
2013-12-09 05:10:55 -08:00
Ethan Hugg
edba955366
Initial Commit
2013-12-09 04:58:50 -08:00
Ethan Hugg
82a492262e
Initial Commit
2013-12-09 04:58:08 -08:00
Ethan Hugg
368119aaba
Initial Commit
2013-12-09 04:56:50 -08:00