summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-26Enable hevc encodingHEADmasterAustin Yuan13-323/+1828
Signed-off-by: Mingruo Sun <mingruo.sun@intel.com> Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2015-08-11vaenc: Initialize reflist1 to fix the potential issue on YoctoSun, Mingruo1-0/+4
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-08-10vaenc: Map surface before uploading YUV to save the first 16 frames encoding ↵Sun, Mingruo1-0/+26
time Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-08-10vaenc: set initial_qp to 26Sun, Mingruo2-2/+2
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-08-05vaenc: change "-tu_value" to "-tu"Sun, Mingruo1-2/+2
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-08-05vaenc: add "-tu_value" option and set it to 7 as defaultSun, Mingruo3-20/+17
remove "-prit" and "-priv" options Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-08-05vaenc: set target_usage=7 as default and fix potential issue of reference frameSun, Mingruo3-9/+9
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-07-31vaenc: refine update_RefPicList to fix the potential issueSun, Mingruo2-3/+14
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-07-28vaenc: update for "-entrypoint LP -carc" caseSun, Mingruo2-1/+6
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-07-28vaenc: add new featuresSun, Mingruo3-8/+11
1. disable MBBRC for VDENC 2. add "target_percentage" option 3. fix YV12 surface loading 4. fix a typo error Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-07-23vaenc: update ROI settingSun, Mingruo1-1/+1
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-07-21Update va_encode for bugfixing and ROI featureAustin Yuan6-226/+576
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> Signed-off-by: Mingruo Sun <mingruo.sun@intel.com>
2015-07-08Merge branch 'fdo-master' into master-fdoAustin Yuan4-16/+29
2015-07-08vaenc: add "-entrypoint" to HELPSun, Mingruo1-0/+1
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-07-08vaenc: add "-entrypoint" for VAEntrypointEncSliceLP typeSun, Mingruo3-7/+11
usage: -entrypoint LP Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com>
2015-07-08calculate core encoding fpsSun, Mingruo2-9/+17
Signed-off-by: Sun, Mingruo <mingruo.sun@intel.com> Conflicts: vaenc/va_encode.c
2015-05-20Delete the leftover fileAustin Yuan1-377/+0
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2015-05-20Remove leftover fileAustin Yuan1-377/+0
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2015-05-20libmix-test initial commitAustin Yuan59-0/+105402
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>