• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/libva


RSS
Rev. Zeit Autor
42a1365 2012-04-04 01:26:24 Gwenole Beauchesne

API: bump version to 0.33.0 (libva 1.1.0).

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>

af294d1 2012-03-29 15:36:39 Xiang, Haihao

test/egl: Fix compiling error if GLESv1_CM isn't installed in the default location

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Signed-off-by: Hai Lan <hai.lan@intel.com>

72ee1f4 2012-03-29 14:46:28 Sven Putteneers

Demo code v4l/h264 encode/decode using Libva

See README.txt for details

Signed-off-by: Sven Putteneers <svenx.putteneers@intel.com>
Signed-off-by: Lecluse, Philippe <Philippe.Lecluse@intel.com>

3ef3996 2012-02-07 15:07:19 Xiang, Haihao

update vainfo

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

2517cc1 2012-02-07 14:04:26 Zhao Halley

A simple JPEG example to use VAAPI

It is based on Luc Saillard <luc@saillard.org>'s JPEG program

Usage: loadjpeg <input_filename.jpeg>

Signed-off-by: Zhao Halley <halley.zhao@intel.com>
Singed-off-by: Wind Yuan <feng.yuan@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

7ee38e1 2012-02-06 17:27:19 Xiang, Haihao

Fix comment for JPEG quantization table

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

2547f78 2012-02-06 17:27:07 Xiang, Haihao

Remove the macros for JPEG components

The range of component id is 0-255 (see B.2.2)

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

8d286e7 2012-02-06 17:26:52 Xiang, Haihao

Directly use component id instead of component index in VASliceParameterBufferJPEG

The user application doesn't need to calculate the index anymore.

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

4670753 2012-02-06 17:26:39 Xiang, Haihao

Modify the interface of Huffman table for JPEG decoding

The user application will send up to 4 huffman table to driver,
and driver will select the right huffman table for each component
via dc_selector and ac_selector.

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

63402bc 2012-02-06 17:26:24 Xiang, Haihao

Support 16-bits quantization element for JPEG decoding

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

037fb87 2012-02-06 17:26:11 Xiang, Haihao

Modify the interface of Quantization table for JPEG decoding

The user application will send up to 4 quantization table to driver,
and driver will select the right quantization table for each component
via quantiser_table_selector. The quantization elements are specified
in zig-zag scan order

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

82225f0 2012-02-06 17:25:53 Xiang, Haihao

refine the JPEG decoding interface

a1c2bd3 2012-02-06 17:24:05 Xiang, Haihao

va: add data structure for JPEG decoding

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

fc8f1b8 2012-01-19 14:27:48 Xiang, Haihao

include va_egl.h instead of va.h

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

6bca8e5 2012-01-13 17:22:02 Xiang, Haihao

fix the check for EGL

It is possible that EGL/egl.h doesn't exist however EGL library is
available. We don't want to build EGL related stuff in this case

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

f908ee0 2012-01-13 12:12:02 Xiang, Haihao

Don't build egl case without EGL

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

cff1ade 2012-01-10 15:40:04 Xiang, Haihao

Remove dependency on X11/Xlib.h

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

9c37166 2012-01-10 15:30:45 Xiang, Haihao

Remove legacy DRI support

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

c005e80 2012-01-10 15:30:33 Xiang, Haihao

Don't build the EGL test case without GLESv1_CM

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

2a4fcff 2011-12-14 09:27:03 Xiang, Haihao

egl/va_egl_x11: fix the number of the allocated elements

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

c3ab994 2011-12-14 09:27:03 Xiang, Haihao

Array bound check

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

2f484d7 2011-12-14 09:27:03 Xiang, Haihao

Update VA/EGL test case as well

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

7b663dc 2011-12-14 09:27:03 Xiang, Haihao

Update the VA/EGL implementation in VAAPI

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

e8dc39b 2011-12-14 09:27:03 Xiang, Haihao

Update VA/EGL interfaces

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>

0851426 2011-12-14 09:27:03 Xiang, Haihao

Move va_egl.h to va/ to avoid compile error

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

2ac9bac 2011-12-14 09:27:03 Xiang, Haihao

a test case to use VA/EGL interfaces

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

1cda440 2011-12-14 09:27:03 Xiang, Haihao

VA/EGL interfaces

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

731d575 2011-12-14 09:27:03 Xiang, Haihao

New hooks to create/free native pixmap

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

52c87f8 2011-12-14 09:27:03 Xiang, Haihao

declare vaGetDisplay in va.h instead of va_xxx.h

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

a65acb2 2011-12-14 09:27:03 Xiang, Haihao

rename NativeDisplay to VANativeDisplay

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