OSDN Git Service

android-x86/hardware-intel-common-libva.git
8 years agoUpdate NEWS
Xiang, Haihao [Mon, 16 Mar 2015 05:28:43 +0000 (13:28 +0800)]
Update NEWS

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 05a1e4bc98ce02d2d87f0cabea7d575183639dd7)

8 years agova_enc_hevc.h: Fix the description for slice_segment_address
Sreerenj Balachandran [Wed, 27 May 2015 05:53:18 +0000 (08:53 +0300)]
va_enc_hevc.h: Fix the description for slice_segment_address

The slice_segment_address field indicates the starting CTU address
for the corresponding slice.

Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
8 years agova_dec_hevc.h: Fix the misleading documentation
Sreerenj Balachandran [Wed, 27 May 2015 05:53:17 +0000 (08:53 +0300)]
va_dec_hevc.h: Fix the misleading documentation

The slice data buffer should always include the start code prefix.

The comment section of VASliceParameterBufferHEVC is saying that the
accompanying slice_data_buffer should include start code prefix.
But the comment above slice_data_byte_offset is contradicting.

Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
8 years agoBump VA API to 0.38
Xiang, Haihao [Fri, 22 May 2015 08:45:03 +0000 (16:45 +0800)]
Bump VA API to 0.38

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
8 years agoAdd one API to allow the user to specify the loaded backend driver
Zhao Yakui [Sat, 23 May 2015 01:23:23 +0000 (09:23 +0800)]
Add one API to allow the user to specify the loaded backend driver

Sometimes there exist multiple backend vaapi drivers on one system. In such case
user hopes to load the specific driver based on the request. Currently it can
be specified by using LIBVA_DRIVER_NAME environment. But it is not convenient.
So one API is added to allow the user to specify the loaded backend vaapi driver.
And it is called by using the following sequence:
   >vaGetDisplay(
   >vaSetDriverName(va_dpy, driver_name)
   >vaInitialize

V1->V2: Use the reserved space to store override_driver_name based on Haihao's
suggestion.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
9 years agoHEVC: type delta_chroma_log2_weight_denom as int8_t to match the spec
Xiang, Haihao [Thu, 23 Apr 2015 01:35:18 +0000 (09:35 +0800)]
HEVC: type delta_chroma_log2_weight_denom as int8_t to match the spec

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 612fc3824158278336e6eb36d9af8028b839a569)

9 years agoAdd VAConfigAttribEncSkipFrame and corresponding structures to support sending skip...
pylee [Wed, 30 Oct 2013 16:41:31 +0000 (09:41 -0700)]
Add VAConfigAttribEncSkipFrame and corresponding structures to support sending skip frame parameters to the encoder's rate control, when the user has externally skipped frames.

(cherry picked from commit 959f462709c9c4cba3243805031cf8d836a940ed)

Conflicts:
va/va.h

9 years agoBump VA API to 0.37.1
Xiang, Haihao [Thu, 2 Apr 2015 02:55:53 +0000 (10:55 +0800)]
Bump VA API to 0.37.1

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agoMerge VP9 decode API from staging branch
Wang, Ce [Wed, 2 Apr 2014 05:40:01 +0000 (05:40 +0000)]
Merge VP9 decode API from staging branch

Cherry-pick'ed from:
960352a: VP9 decode API
4b34eb6: Minor changes to the VP9 decode API to remove fields that are not needed
29fa9ec: Made VASliceParameterBufferVP9 consistent with other codecs
0302393: Rename symbols/fields in VP9 API (part of 0302393)

Signed-off-by: Wang, Ce <ce.wang@intel.com>
Signed-off-by: Jonathan Bian <jonathan.bian@intel.com>
Signed-off-by: Sun, Maggie <maggie.sun@intel.com>
9 years agolibva:Add the bits mask of color-sapce conversion standards
yakui.zhao@intel.com [Tue, 28 Jan 2014 05:46:17 +0000 (13:46 +0800)]
libva:Add the bits mask of color-sapce conversion standards

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit e3f83e524264e073a9815c245a9f194a1651cff6)

Conflicts:
va/va.h

9 years agoAdd support for querying slice decoding mode supported by the underlying driver
Jonathan Bian [Mon, 11 Mar 2013 05:11:26 +0000 (22:11 -0700)]
Add support for querying slice decoding mode supported by the underlying driver

This is a part of commit d65d7157da6dcfab44e639bee4905f793d869a1c

9 years agoAdded normalization and scaling of the quality factor and Quantization tables
Sirisha Muppavarapu [Tue, 24 Mar 2015 19:36:38 +0000 (12:36 -0700)]
Added normalization and scaling of the quality factor and Quantization tables

When the header is packed before sending to the driver through LibVA,
It is neccesary to normalize the quality factor and scale the Quantization
tables based on this quality factor.

9 years agoHEVC encode API
Wang, Ce [Tue, 23 Dec 2014 01:21:13 +0000 (09:21 +0800)]
HEVC encode API

Signed-off-by: Wang, Ce <ce.wang@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 9d128cf241830f7ead49fa5b104248b44c680873)

Conflicts:
va/Android.mk
va/Makefile.am
va/va.h

9 years agoInclude sub core APIs in va.h as well
Xiang, Haihao [Wed, 19 Nov 2014 08:12:24 +0000 (16:12 +0800)]
Include sub core APIs in va.h as well

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 012838e07d99531c67e3798235b00437f5b67c02)

9 years agoMove VAHuffmanTableBufferJPEGBaseline to va.h
Xiang, Haihao [Wed, 19 Nov 2014 07:43:10 +0000 (15:43 +0800)]
Move VAHuffmanTableBufferJPEGBaseline to va.h

VAHuffmanTableBufferJPEGBaseline is also used for JPEG encoding,
so move it to va.h as we discussed before.

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 504478e0bbc27cc529c96b168cae1fb9dd12c4a5)

Conflicts:
va/va.h

9 years agolibva 1.5.2.pre1 for development
Xiang, Haihao [Thu, 19 Mar 2015 01:48:35 +0000 (09:48 +0800)]
libva 1.5.2.pre1 for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agox11: dri2: fix double Unlocks/SyncHandle
Lionel Landwerlin [Mon, 9 Mar 2015 09:42:45 +0000 (09:42 +0000)]
x11: dri2: fix double Unlocks/SyncHandle

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
9 years agoChange comment for num_token_partionions
Zhong Li [Mon, 12 Jan 2015 02:29:17 +0000 (10:29 +0800)]
Change comment for num_token_partionions

Signed-off-by: Zhong Li <zhong.li@intel.com>
(cherry picked from commit d9626b77f865ce7bdbc8c78988a86d3e4f55d67b)

9 years agolibva 1.5.1.pre1 for development
Xiang, Haihao [Mon, 29 Dec 2014 05:11:03 +0000 (13:11 +0800)]
libva 1.5.1.pre1 for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 9ff92931c684f5b069433af18269d0f7cedbbe3c)

9 years agolibva 1.5.0
Xiang, Haihao [Mon, 29 Dec 2014 04:06:33 +0000 (12:06 +0800)]
libva 1.5.0

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 2dcbf9d11b9d4bedf3a6a58b4562aab76a4a120c)

Conflicts:
configure.ac

9 years agoUpdate NEWS
Xiang, Haihao [Sun, 14 Dec 2014 14:25:23 +0000 (22:25 +0800)]
Update NEWS

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit b1a1edcf1fcb4403aaac56e673c4040d65ca24b0)

9 years agovainfo: Add support for HEVC profiles
Xiang, Haihao [Mon, 7 Jul 2014 04:19:40 +0000 (12:19 +0800)]
vainfo: Add support for HEVC profiles

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit aa562960b5b3554ba2af065d77bd84a3a54c1f08)

Conflicts:
test/vainfo/vainfo.c

(cherry picked from commit b97c3d7dff67fe0a025e79c03c398d394bf55635)

9 years agotest/encode/jpegenc: Add jpegenc_utils.h to EXTRA_DIST
Xiang, Haihao [Sun, 14 Dec 2014 14:45:01 +0000 (22:45 +0800)]
test/encode/jpegenc: Add jpegenc_utils.h to EXTRA_DIST

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 8249dc912bf316f9a556b2851e0f1b5a90a48c97)

9 years agolibva 1.5.0.pre1 for development
Xiang, Haihao [Fri, 14 Nov 2014 08:44:10 +0000 (16:44 +0800)]
libva 1.5.0.pre1 for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 2fb37255e7c9ccb76e65ea74466f5ffafe9c68c0)

Conflicts:
configure.ac

9 years agoJPEG Encode: Added support for UYVY/YUY2/Y8 formats
Sirisha Muppavarapu [Tue, 9 Dec 2014 21:10:32 +0000 (13:10 -0800)]
JPEG Encode: Added support for UYVY/YUY2/Y8 formats

Signed-off-by: Sirisha Muppavarapu <sirisha.muppavarapu@intel.com>
(cherry picked from commit 33cf544c2c381adeb4b119af1015b8e653c8b724)

9 years agoAdd VA trace support for HEVC
Tang, XiaoxiX [Fri, 25 Apr 2014 06:10:12 +0000 (14:10 +0800)]
Add VA trace support for HEVC

BZ:189819

Change-Id: I505a9e638191494f7f69c9ef9995fabc9d82dffb
Signed-off-by: Tang, XiaoxiX <xiaoxix.tang@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agoAdded HEVC decode API
Wang, Ce [Thu, 27 Mar 2014 04:25:36 +0000 (12:25 +0800)]
Added HEVC decode API

Signed-off-by: Wang, Ce <ce.wang@intel.com>
Signed-off-by: Jonathan Bian <jonathan.bian@intel.com>
Signed-off-by: Penne <penne.y.lee@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agox11: check x pixmap is still alive before DRI2DestroyDrawable
Lionel Landwerlin [Thu, 27 Nov 2014 10:39:50 +0000 (10:39 +0000)]
x11: check x pixmap is still alive before DRI2DestroyDrawable

Calling vaTerminate() after the pixmaps, given to vaPutSurface(), have
been destroyed results in errors coming from the X server.

These errors happens because LibVA tries to destroy the DRI2Drawables
related to the XPixmaps passed to vaPutSurface(). VA_DRI2Error() has
some code to catch these errors and ignore them. The problem is that
LibX11 doesn't trigger the extension error handlers unless you're
waiting for a response using _XReply(), and there is no defined answer
to a DRI2DestroyDrawable message in the DRI2 protocol.

The attached patch tries to work around that issue by checking whether
the XPixmap is still alive before proceeding with DRI2DestroyDrawable.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
9 years agoFix while loop
Xiang, Haihao [Wed, 26 Nov 2014 08:32:55 +0000 (16:32 +0800)]
Fix while loop

Otherwise i may be 32 after enter the loop and access
dri_state->drawable_hash[32].

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agoEncoding/avcenc: Optimize the allocated VA surfaces to reduce the memory pressure
Zhao Yakui [Fri, 21 Nov 2014 07:32:21 +0000 (15:32 +0800)]
Encoding/avcenc: Optimize the allocated VA surfaces to reduce the memory pressure

When it needs to encode one new frame, it will try to reuse the previously
used surface for the reconstructed frame. In such case it is helpfl to
reduce the memory pressure under multi-channel 4K encoding.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
9 years agoJPEG Encode: Added Unit Test for testing jpeg encode feature.
Sirisha Muppavarapu [Tue, 11 Nov 2014 07:08:44 +0000 (23:08 -0800)]
JPEG Encode: Added Unit Test for testing jpeg encode feature.

(cherry picked from commit 9d01b4468f89391892e31efc5bbec774ea781242)

9 years agovatrace: trace JPEG encode parameters
Austin Yuan [Sat, 8 Jun 2013 03:16:03 +0000 (11:16 +0800)]
vatrace: trace JPEG encode parameters

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit e468728f9e49603f91ccbce3a232aa3bd98d1fd4)

Conflicts:
va/va_trace.c
va/va_trace.h

9 years agoExtended existing JPEG encoding data structures and added configuration attribute...
Jonathan Bian [Fri, 24 May 2013 22:36:58 +0000 (15:36 -0700)]
Extended existing JPEG encoding data structures and added configuration attribute for JPEG encoding.

It is the combination of 1d93d44 and 970064cf

Signed-off-by: Jonathan Bian <jonathan.bian@intel.com>
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
[Resovle conflicts & remove irrelevant attributes]
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agolibva 1.4.2.pre1 for development
Xiang, Haihao [Fri, 14 Nov 2014 08:51:32 +0000 (16:51 +0800)]
libva 1.4.2.pre1 for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Conflicts:
configure.ac

9 years agova: hide most private va_Trace* symbols
Emil Velikov [Thu, 18 Sep 2014 16:30:32 +0000 (17:30 +0100)]
va: hide most private va_Trace* symbols

Hide all but va_TracePutSurface symbols from the user.
The latter one is used internally by va_x11 and va_android.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
9 years agova_x11: hide private symbols
Emil Velikov [Thu, 18 Sep 2014 16:30:31 +0000 (17:30 +0100)]
va_x11: hide private symbols

The following are not part of the API thus should be hidden.
 - dri2Close
 - VA_FGLRXGetClientDriverName
 - VA_NVCTRLQueryDirectRenderingCapable
 - VA_NVCTRLGetClientDriverName

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
9 years agoglx: Hide private symbol va_glx_init_context
Emil Velikov [Thu, 18 Sep 2014 16:30:30 +0000 (17:30 +0100)]
glx: Hide private symbol va_glx_init_context

There is a note below the symbol ATTRIBUTE_HIDDEN,
additionally the header providing it is not installed.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
9 years agodebian: distclean the *install files
Emil Velikov [Thu, 18 Sep 2014 16:30:29 +0000 (17:30 +0100)]
debian: distclean the *install files

MAINTCLEAN wraps around DISTCLEAN, so we can drop the files from the
former.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
9 years agoconfigure: use top_builddir for wayland_scanner_rules
Emil Velikov [Thu, 18 Sep 2014 16:30:28 +0000 (17:30 +0100)]
configure: use top_builddir for wayland_scanner_rules

Autotools already copies the files appropriately, and using
top_srcdir causes the files to be generated in the source
tree rather than the build one.

Spotted by 'make dist'

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
9 years agoFix out of tree builds
Emil Velikov [Thu, 18 Sep 2014 16:30:27 +0000 (17:30 +0100)]
Fix out of tree builds

Prefix the libva.sym file or it will not be found when doing out of
tree builds.

Spotted by 'make distcheck'.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
9 years ago.gitignore: add mpeg2vaenc
Emil Velikov [Thu, 18 Sep 2014 16:30:26 +0000 (17:30 +0100)]
.gitignore: add mpeg2vaenc

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
9 years agoBump libva to libva 1.4.1.pre1
Xiang, Haihao [Tue, 30 Sep 2014 02:32:09 +0000 (10:32 +0800)]
Bump libva to libva 1.4.1.pre1

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agolibva 1.4.0
Xiang, Haihao [Tue, 30 Sep 2014 01:42:06 +0000 (09:42 +0800)]
libva 1.4.0

Don't support DRM Render-Nodes in this version of libva

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 8c48c3b44a56d8a5af5c5fa7cb8bee131f933569)

9 years agoNEWS: updates.
Gwenole Beauchesne [Fri, 26 Sep 2014 11:59:23 +0000 (13:59 +0200)]
NEWS: updates.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
9 years agodoc: fix scan order specification for quantization tables.
Gwenole Beauchesne [Fri, 26 Sep 2014 09:53:07 +0000 (11:53 +0200)]
doc: fix scan order specification for quantization tables.

Fix the VA-API specification to define all quantization tables, resp.
matrices, to be supplied in zig-zag scan order, except for the H.264
codec where scaling lists shall be provided in raster scan order.

This clarifies the existing usage inherited from the primary VA driver
implementation (Intel Poulsbo), and subsequently adopted by the major
multimedia frameworks.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
9 years agodoc: add Encoding, VPP and some of Core APIs.
Gwenole Beauchesne [Fri, 4 Nov 2011 16:33:48 +0000 (17:33 +0100)]
doc: add Encoding, VPP and some of Core APIs.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
9 years agodoc: improve Doxyfile configuration.
Gwenole Beauchesne [Thu, 24 Nov 2011 14:16:37 +0000 (14:16 +0000)]
doc: improve Doxyfile configuration.

9 years agodoc: don't add timestamps in generated documentation.
Gwenole Beauchesne [Fri, 18 Nov 2011 12:17:50 +0000 (12:17 +0000)]
doc: don't add timestamps in generated documentation.

9 years agotests: try a render-node device first for VA/DRM displays.
Gwenole Beauchesne [Wed, 24 Sep 2014 08:31:21 +0000 (10:31 +0200)]
tests: try a render-node device first for VA/DRM displays.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Reviewed-by: Sean V Kelley <sean.v.kelley@intel.com>
9 years agodrm: add support for render nodes.
Andrey Larionov [Tue, 23 Sep 2014 15:42:39 +0000 (17:42 +0200)]
drm: add support for render nodes.

Allow vaGetDisplayDRM() to accept DRM Render-Nodes file descriptors,
thus skipping authentication burdens in that case. This also allows
remote users, connected through ssh for instance, to enjoy hardware
acceleration even if there is a local display opened (user logged in).

Signed-off-by: Andrey Larionov <andrey.larionov@intel.com>
[checked if fd is a render-node, fixed VA_DISPLAY_DRM_RENDERNODES]
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Reviewed-by: Sean V Kelley <sean.v.kelley@intel.com>
Tested-by: Rafal A Sapala <rafal.a.sapala@intel.com>
9 years agoBump VA API to 0.36
Xiang, Haihao [Mon, 8 Sep 2014 17:37:28 +0000 (01:37 +0800)]
Bump VA API to 0.36

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agoTest/encode/avcenc: Follow the H264 spec to fix wrong SEI parameter setting for CBR HRD
Zhao, Yakui [Wed, 14 May 2014 01:45:06 +0000 (09:45 +0800)]
Test/encode/avcenc: Follow the H264 spec to fix wrong SEI parameter setting for CBR HRD

V1->V2: Follow Haihao's comments to add some comments and remove some
magic number.

Signed-off-by: Zhao, Yakui <yakui.zhao@intel.com>
(cherry picked from commit 51901e340cc467a2d562491121e0de38f5a066fe)

9 years agotest/encode/avcenc: Follow the idea in h264encode to generalize avcenc test case
Zhao Yakui [Wed, 23 Apr 2014 07:41:25 +0000 (15:41 +0800)]
test/encode/avcenc: Follow the idea in h264encode to generalize avcenc test case

The following is generalized:
a. the switch between encoding order and displaying order.
b. Reference list0/1
c. It can insert more IDR frames intead of one IDR frame.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit 615c2a0f3210ec567fde5b0bac60c3a17cff3aed)

Conflicts:
test/encode/avcenc.c

9 years agotest/encode/avcenc: update the SPS parameter for encoding
Zhao Yakui [Wed, 23 Apr 2014 07:41:24 +0000 (15:41 +0800)]
test/encode/avcenc: update the SPS parameter for encoding

It will simplify the calculation of POC and frame_num.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit d794d040b8f7311d7b19d62826fbd3725d3bc7b9)

9 years agotest/avcenc: Fix the incorrect parameter setting for SPS under CBR mode
Zhao Yakui [Wed, 16 Apr 2014 04:17:24 +0000 (12:17 +0800)]
test/avcenc: Fix the incorrect parameter setting for SPS under CBR mode

Currently the parameter setting is incorrect for CBR, which causes that
it will complain the underflow/overflow during encoding.

V1->V2: Follow Haihao's comment to update some incorrect usage about the
frame_bit_rate.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit 5e10a246287fa2dd3fae2bf756a5b33087cc097c)

9 years agotest/avcenc: Remove the dynamic shrink of coded buffer
Zhao Yakui [Wed, 16 Apr 2014 04:17:23 +0000 (12:17 +0800)]
test/avcenc: Remove the dynamic shrink of coded buffer

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit 296e5a548b260fcca5713bbb3ed6477f63ac977f)

9 years agovatrace: fix segfault of VASurfaceAttribExternalBufferDescriptor dumpping
Austin Yuan [Tue, 25 Mar 2014 23:44:03 +0000 (07:44 +0800)]
vatrace: fix segfault of VASurfaceAttribExternalBufferDescriptor dumpping

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit e286c3264ebf7582792ff56537dd14c9f49903cf)

9 years agovafool: fix the vaMapBuffer for the buffer from vaDeriveImage
Austin Yuan [Thu, 27 Feb 2014 07:36:17 +0000 (15:36 +0800)]
vafool: fix the vaMapBuffer for the buffer from vaDeriveImage

It is not desired to run into FOOL path for the vaMapBuffer
from vaDeriveImage

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit 2896166fefa36772ea6946ebc5df85024928dd6c)

9 years agovatrace: fix a overwrite
Austin Yuan [Wed, 26 Feb 2014 08:47:09 +0000 (16:47 +0800)]
vatrace: fix a overwrite

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit 7f1b4be6623f5fe65063581252d2b68bd77fd076)

9 years agovafool: simplify VAFOOL
Austin Yuan [Wed, 26 Feb 2014 08:40:41 +0000 (16:40 +0800)]
vafool: simplify VAFOOL

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit ce00603a8d58f2e25c7a6bb312f60fda0833e042)

9 years agovatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACE
Austin Yuan [Thu, 17 Oct 2013 02:57:23 +0000 (10:57 +0800)]
vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACE

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit e39ebdd95062995e4bdf082d50bd7d9005a3be6c)

9 years agovatrace: make standalone LIBVA_TRACE_CODEDBUF work w/o LIBVA_TRACE
Austin Yuan [Tue, 25 Feb 2014 00:50:50 +0000 (08:50 +0800)]
vatrace: make standalone LIBVA_TRACE_CODEDBUF work w/o LIBVA_TRACE

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit 22925d9b7d1730468fc7435bee96d9d9c39f5987)

9 years agoEnable 64bit build for Android, compatible with 32bit.
Qiming Shi [Mon, 18 Aug 2014 04:38:14 +0000 (12:38 +0800)]
Enable 64bit build for Android, compatible with 32bit.

Refined the Android.mk to compatible with both 32 and 64 bit android
build.

Signed-off-by: Tinghong Li <tinghong.li@intel.com>
Signed-off-by: Qiming Shi <qiming.shi@intel.com>
(cherry picked from commit 03de01dce6f2b88b9c5ee54705aeebe17c6c5919)

9 years agoAPI: add support for buffer exports.
Gwenole Beauchesne [Tue, 3 Dec 2013 23:00:57 +0000 (00:00 +0100)]
API: add support for buffer exports.

Add interfaces for low-level buffer exports to suport interop with
external APIs like EGL or OpenCL (OCL). Theory of operations:

- vaAcquireBufferHandle(): locks buffer for external API usage. This
  is a synchronization point. Upon successful return, useful buffer
  details are returned in a somewhat implementation-specific way to
  support interop with external APIs.

- vaReleaseBufferHandle(): unlocks buffer after usage from external
  API, and deallocates any resources that were needed.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
(cherry picked from commit 544d31d2fc096a838c21f4684cec05746cfdd7b6)

Conflicts:
va/va.h

9 years agoUpdate comment for quality_level
Xiang, Haihao [Wed, 30 Jul 2014 02:13:03 +0000 (10:13 +0800)]
Update comment for quality_level

Allow user set VAEncMiscParameterBufferQualityLevel::quality_level
to 0 to use default quality level

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit b05e38f64c5aa2d6edfc2bd1d6e1f4339a54095a)

Conflicts:
va/va.h

9 years agoAdded VAConfigEncQualityRange attribute and VAEncMiscParameterBufferQualityLevel...
Jonathan Bian [Fri, 14 Jun 2013 05:04:30 +0000 (22:04 -0700)]
Added VAConfigEncQualityRange attribute and VAEncMiscParameterBufferQualityLevel to support encoder quality settings.

(cherry picked from commit 24a14f9d13e6fe0c25d4094c4884aa4076ed05bc)

Conflicts:
va/va.h

9 years agoAdded OTC hybrid UMD driver to the list of supported drivers
Sameer Kibey [Wed, 27 Aug 2014 16:45:49 +0000 (00:45 +0800)]
Added OTC hybrid UMD driver to the list of supported drivers

This will be used for hybrid codecs like VP8 h-encode. No change
to existing KMD interface.

Signed-off-by: Sameer Kibey <sameer.kibey@intel.com>
(cherry picked from commit 98669760e62f50ca3e38e99835692aee5f89a4bf)

9 years agoavcenc: only support chroma_format_idc with 1
Xiang, Haihao [Mon, 4 Aug 2014 02:41:59 +0000 (10:41 +0800)]
avcenc: only support chroma_format_idc with 1

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agoh264encode: check driver supports the RateControl control mode or not
Xiang, Haihao [Mon, 4 Aug 2014 02:00:13 +0000 (10:00 +0800)]
h264encode: check driver supports the RateControl control mode or not

https://bugs.freedesktop.org/show_bug.cgi?id=76720

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agoh264encode: Make it runnable with the latest libva-intel-driver (1.3.2)
Xiang, Haihao [Thu, 31 Jul 2014 07:20:05 +0000 (15:20 +0800)]
h264encode: Make it runnable with the latest libva-intel-driver (1.3.2)

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
9 years agoAdd vaSurfaceAttribUsageHint to give the driver a hint of intended usage to optimize...
pylee [Wed, 30 Oct 2013 15:41:33 +0000 (08:41 -0700)]
Add vaSurfaceAttribUsageHint to give the driver a hint of intended usage to optimize allocation (e.g. tiling).

(cherry picked from commit 6cdc2e54d40afeb1550b920a6a6221bafeec95ec)

9 years agoAdd frame_type to VP8 encoder
Austin Yuan [Sat, 7 Sep 2013 10:22:04 +0000 (18:22 +0800)]
Add frame_type to VP8 encoder

From penne.y.lee at intel.com

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit c61d986851140a6d1e3f9a6d788bcb7a9407dffc)

9 years agova_enc_vp8: update the vp8 interface again
Austin Yuan [Fri, 2 Aug 2013 03:28:33 +0000 (11:28 +0800)]
va_enc_vp8: update the vp8 interface again

previous update missed some changes

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit 34035a18a7e963da536e15e9dea32f77cde8577f)

9 years agoRemoved fields in VP8 structures that duplicate VAEncMiscParameter structures. Added...
Jonathan Bian [Thu, 18 Jul 2013 20:13:38 +0000 (13:13 -0700)]
Removed fields in VP8 structures that duplicate VAEncMiscParameter structures. Added reference frames to support non auto reference frame implementation. Changed VAQMatrixBufferVP8 to use quantization index deltas.

(cherry picked from commit fbd3de9b22491689c6c3e5f1c305d7af76444e45)

9 years agoAdded support for VP8 encoding.
Jonathan Bian [Wed, 10 Apr 2013 23:26:37 +0000 (16:26 -0700)]
Added support for VP8 encoding.

(cherry picked from commit d46a07340a641770487e7624bebc49f3258ea2ec)

Conflicts:
va/Android.mk

9 years agova: release VADisplayContext at the end of vaTerminate()
Xiang, Haihao [Thu, 18 Jul 2013 05:13:31 +0000 (13:13 +0800)]
va: release VADisplayContext at the end of vaTerminate()

Otherwise it will result in invalid reading in va_TraceEnd()

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit d4988142a3f2256e38c5c5cdcdfc1b4f5f3c1ea9)
Tested-by: Daniel Charles <daniel.charles@intel.com> on ChromiumOS
9 years agoBump VA-API to 0.35.2.
Gwenole Beauchesne [Tue, 3 Jun 2014 14:57:13 +0000 (16:57 +0200)]
Bump VA-API to 0.35.2.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
9 years agoMerge H.264 MVC profiles from staging branch.
Gwenole Beauchesne [Tue, 3 Jun 2014 14:50:58 +0000 (16:50 +0200)]
Merge H.264 MVC profiles from staging branch.

Cherry-pick'ed from:
64f0223: vainfo: add the support for the new VA profiles
b6a6e24: reorder VAProfile{H264MultiviewHigh,StereoHighVP8Version0_3}
7a5a81b: test/basic: update to new API

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
10 years agobva: bump version to 1.3.2.pre1 for development
Xiang, Haihao [Fri, 9 May 2014 04:53:26 +0000 (12:53 +0800)]
bva: bump version to 1.3.2.pre1 for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agolibva 1.3.1
Xiang, Haihao [Fri, 9 May 2014 04:38:02 +0000 (12:38 +0800)]
libva 1.3.1

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agoUpdate NEWS
Xiang, Haihao [Mon, 5 May 2014 04:17:46 +0000 (12:17 +0800)]
Update NEWS

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agoBump VA-API to 0.35.1
Xiang, Haihao [Mon, 5 May 2014 04:07:33 +0000 (12:07 +0800)]
Bump VA-API to 0.35.1

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agoFix VA_ENC_PACKED_HEADER_RAW_DATA value.
Gwenole Beauchesne [Fri, 25 Apr 2014 09:20:32 +0000 (11:20 +0200)]
Fix VA_ENC_PACKED_HEADER_RAW_DATA value.

Attribute values for VAConfigAttribEncPackedHeaders config shall
represent a valid maskable set of bits. So, make sure "raw" packed
header mask is 0x10, not 0x0c.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
10 years agoFix the broken install
Xiang, Haihao [Wed, 6 Feb 2013 04:35:57 +0000 (12:35 +0800)]
Fix the broken install

install -d /usr/share/doc/libva/html
install -m 0644 html-out/* /usr/share/doc/libva/html
install: omitting directory `html-out/search'
make[2]: *** [install-html-local] Error 1
make[2]: Leaving directory `/home/xhh/graphics/ex/vaapi/libva/doc'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/xhh/graphics/ex/vaapi/libva/doc'
make: *** [install-recursive] Error 1

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit ee948e105b97a03b60168b4e5aed3c64a14c37e6)

10 years agoAdded STE filter to the VPP pipeline.
Jonathan Bian [Mon, 8 Apr 2013 04:00:13 +0000 (21:00 -0700)]
Added STE filter to the VPP pipeline.

10 years agoAdd a workaround for a bug in xorg-server/glx
Rinat Ibragimov [Tue, 15 Apr 2014 03:01:43 +0000 (11:01 +0800)]
Add a workaround for a bug in xorg-server/glx

See details at https://bugs.freedesktop.org/show_bug.cgi?id=76755

Signed-off-by: Rinat Ibragimov <ibragimovrinat@mail.ru>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agoDoxygen tags in libva.
Sameer Kibey [Mon, 24 Mar 2014 22:57:51 +0000 (15:57 -0700)]
Doxygen tags in libva.

Updated the doxygen tags in libva for generating
doxygen based documentation.

Signed-off-by: Sameer Kibey <sameer.kibey@intel.com>
10 years agolibva: bump version for development
Xiang, Haihao [Tue, 25 Mar 2014 00:53:14 +0000 (08:53 +0800)]
libva: bump version for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agolibva 1.3.0
Xiang, Haihao [Mon, 24 Mar 2014 08:10:07 +0000 (16:10 +0800)]
libva 1.3.0

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agova: keep compatibility with the backend driver built against 0.34.x
Xiang, Haihao [Tue, 18 Mar 2014 03:04:47 +0000 (11:04 +0800)]
va: keep compatibility with the backend driver built against 0.34.x

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agova: Bump VA-API to 0.35 and libva to 1.3.0.pre1
Xiang, Haihao [Mon, 17 Mar 2014 04:26:04 +0000 (12:26 +0800)]
va: Bump VA-API to 0.35 and libva to 1.3.0.pre1

Update NEWS as well

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agovatrace: fix a missing field of va_TraceMsg
Austin Yuan [Tue, 25 Feb 2014 01:01:42 +0000 (09:01 +0800)]
vatrace: fix a missing field of va_TraceMsg

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit 2bf493a4838b419a61fa5cc6925fab4d4786dbcd)

10 years agovatrace: simplify coded buffer trace
Austin Yuan [Fri, 21 Feb 2014 05:57:30 +0000 (13:57 +0800)]
vatrace: simplify coded buffer trace

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit d46a3d927ce66e0f7b61c8c184cf80b6d926327e)

Conflicts:

va/va_trace.c

10 years agovatrace: Remove VA_TRACE_LOGSIZE because it is useless
Austin Yuan [Fri, 21 Feb 2014 05:22:36 +0000 (13:22 +0800)]
vatrace: Remove VA_TRACE_LOGSIZE because it is useless

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit 733bcaeef5ef7a5a0f2f3b12e9565e4c178d58fd)

Conflicts:

va/va_trace.c

10 years agovatrace: print VASurfaceAttribExternalBufferDescriptor
Austin Yuan [Tue, 18 Feb 2014 02:39:00 +0000 (10:39 +0800)]
vatrace: print VASurfaceAttribExternalBufferDescriptor

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit fae9c44816a4c3cfc480d2879d1b4a0c1c3a1527)

10 years agoDump max frame size in libva trace.
liubolun [Wed, 22 Jan 2014 07:10:23 +0000 (15:10 +0800)]
Dump max frame size in libva trace.

Change-Id: I4b38bc5930d653c96b45e4ce91856bfaf0cb277a
Signed-off-by: liubolun <bolun.liu@intel.com>
(cherry picked from commit 753421b8b3e9bd4529986dc0418e39e05dc2f394)

10 years agoAdd more VA Buffer print to ease debug
wfeng6 [Thu, 16 Jan 2014 08:58:06 +0000 (16:58 +0800)]
Add more VA Buffer print to ease debug

Add more VA Buffer print to ease debug:
1) correct the RefList1 print
2) the luma_weight, luma_offset, chroma_weight and
chroma_offset should always be printed

Change-Id: Id122e5fa186d24623d1c541c24c761ab2d807aac
Signed-off-by: wfeng6 <wei.feng@intel.com>
(cherry picked from commit 8d1eec87d3bf1e4ce13e4302c944569a22129c5d)

10 years agovatrace: add trace for VP8 decoding
Zhao Halley [Thu, 24 Oct 2013 07:22:21 +0000 (15:22 +0800)]
vatrace: add trace for VP8 decoding
(cherry picked from commit 303ab444365e7de29d471b28331e1c214877b63a)

Conflicts:

va/va_trace.c

Signed-off-by: Zhao Halley <halley.zhao@intel.com>
Signed-off-by: Liu Bolun <bolun.liu@intel.com>
[Haihao: fix conflicts with some modifications come from bc49c42bcbfb24286c06b3e7cdb171b2a01c6f80]
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
10 years agovatrace: fix UV data offset issue of LIBVA_TRACE_SURFACE_GEOMETRY
Austin Yuan [Thu, 17 Oct 2013 02:42:54 +0000 (10:42 +0800)]
vatrace: fix UV data offset issue of LIBVA_TRACE_SURFACE_GEOMETRY

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit c954ff868057e02f620470d64c1f2071e2cfbb4e)

10 years agovatrace: refine the log format
Austin Yuan [Thu, 17 Oct 2013 02:40:23 +0000 (10:40 +0800)]
vatrace: refine the log format

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit f78e4a6a84178c4561a5b1c8dbb7773e5a575d0f)