<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_hardware_intel_common_libva/debian/libva1.substvars, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_hardware_intel_common_libva/'/>
<entry>
<title>[video-libva] porting MRFL branch to ICS mainline</title>
<updated>2012-06-15T17:31:23+00:00</updated>
<author>
<name>hding3</name>
<email>haitao.ding@intel.com</email>
</author>
<published>2012-06-11T13:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_hardware_intel_common_libva/commit/?id=4b672db6ee89c9846451bbab23cf18e93c4260b2'/>
<id>4b672db6ee89c9846451bbab23cf18e93c4260b2</id>
<content type='text'>
BZ: 35390

porting MRFL branch to ICS mainline. version 2.

Change-Id: Id43eec231b107dee635693ad500fc4cea7416fc6
Signed-off-by: hding3 &lt;haitao.ding@intel.com&gt;
Reviewed-on: http://android.intel.com:8080/52338
Reviewed-by: buildbot &lt;buildbot@intel.com&gt;
Tested-by: buildbot &lt;buildbot@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BZ: 35390

porting MRFL branch to ICS mainline. version 2.

Change-Id: Id43eec231b107dee635693ad500fc4cea7416fc6
Signed-off-by: hding3 &lt;haitao.ding@intel.com&gt;
Reviewed-on: http://android.intel.com:8080/52338
Reviewed-by: buildbot &lt;buildbot@intel.com&gt;
Tested-by: buildbot &lt;buildbot@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>1) In order to debug memory leak or low performance issues, we need to isolate driver problems</title>
<updated>2010-10-27T03:48:36+00:00</updated>
<author>
<name>Austin Yuan</name>
<email>shengquan.yuan@gmail.com</email>
</author>
<published>2010-10-27T03:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_hardware_intel_common_libva/commit/?id=21e26478769d887b8357289ebb7faa47b8b415ae'/>
<id>21e26478769d887b8357289ebb7faa47b8b415ae</id>
<content type='text'>
We export env "VA_FOOL", with which, we can do fake decode/encode:

LIBVA_FOOL_DECODE:
. if set, decode does nothing, but fill in some YUV data
LIBVA_FOOL_ENCODE:
. if set, encode does nothing, but fill in a hard-coded 720P clip into coded buffer.
. VA CONTEXT/CONFIG/SURFACE will call into drivers, but VA Buffer creation, does call into driver, va_fool.c allocate a fake buffer for it
. Bypass all ~SvaBeginPic/vaRenderPic/vaEndPic~T

2) Export env "VA_TRACE" to debug some corruptions issues
VA_TRACE environment variables:
. LIBVA_TRACE=log_file: general VA parameters saved into .log_file.
. LIBVA_TRACE_BUFDATA: dump VA buffer data into .log_file. (if not set, just calculate a checksum)
. LIBVA_TRACE_CODEDBUF=coded_clip_file: save the coded clip into file .coded_clip_file.
. LIBVA_TRACE_SURFACE=decoded_yuv_file: save the decoded YUV file .decoded_yuv_file.
. LIBVA_TRACE_LOGSIZE=numeric number: truncate the .log_file. or .coded_clip_file., or .decoded_yuv_file. when the size is bigger than one number

Change-Id: Ide9bdf45a2a99af74dff027945653b67a3609184
Signed-off-by: Austin Yuan &lt;shengquan.yuan@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We export env "VA_FOOL", with which, we can do fake decode/encode:

LIBVA_FOOL_DECODE:
. if set, decode does nothing, but fill in some YUV data
LIBVA_FOOL_ENCODE:
. if set, encode does nothing, but fill in a hard-coded 720P clip into coded buffer.
. VA CONTEXT/CONFIG/SURFACE will call into drivers, but VA Buffer creation, does call into driver, va_fool.c allocate a fake buffer for it
. Bypass all ~SvaBeginPic/vaRenderPic/vaEndPic~T

2) Export env "VA_TRACE" to debug some corruptions issues
VA_TRACE environment variables:
. LIBVA_TRACE=log_file: general VA parameters saved into .log_file.
. LIBVA_TRACE_BUFDATA: dump VA buffer data into .log_file. (if not set, just calculate a checksum)
. LIBVA_TRACE_CODEDBUF=coded_clip_file: save the coded clip into file .coded_clip_file.
. LIBVA_TRACE_SURFACE=decoded_yuv_file: save the decoded YUV file .decoded_yuv_file.
. LIBVA_TRACE_LOGSIZE=numeric number: truncate the .log_file. or .coded_clip_file., or .decoded_yuv_file. when the size is bigger than one number

Change-Id: Ide9bdf45a2a99af74dff027945653b67a3609184
Signed-off-by: Austin Yuan &lt;shengquan.yuan@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update VAAPI for dynamic bit rate control/AIR/maximum slice size ctrl.</title>
<updated>2010-10-12T22:20:53+00:00</updated>
<author>
<name>Fei Jiang</name>
<email>fei.jiang@intel.com</email>
</author>
<published>2010-10-11T21:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_hardware_intel_common_libva/commit/?id=8712753e35351f9678345062e4144b0d1062de99'/>
<id>8712753e35351f9678345062e4144b0d1062de99</id>
<content type='text'>
Tag in libva git is: ww42.1_android.

Change-Id: I09efdf58c4e1d0e53b318f8c49cbfc90a322e44a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tag in libva git is: ww42.1_android.

Change-Id: I09efdf58c4e1d0e53b318f8c49cbfc90a322e44a
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy the wind river 0329 build libva code to here.</title>
<updated>2010-04-07T03:47:48+00:00</updated>
<author>
<name>root</name>
<email>fjiang4</email>
</author>
<published>2010-04-07T03:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_hardware_intel_common_libva/commit/?id=86c93d9c46415cf7746351c502a3513f637e77e4'/>
<id>86c93d9c46415cf7746351c502a3513f637e77e4</id>
<content type='text'>
Change-Id: I50b1a2e753e2640c86239a3905ff89ce61544e67
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I50b1a2e753e2640c86239a3905ff89ce61544e67
</pre>
</div>
</content>
</entry>
</feed>
