• 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
6d4f093 2014-02-13 16:08:02 Zhong Li

vp8 dec: add clear notation for qindex

Signed-off-by: Zhong Li <zhong.li@intel.com>

a46a26f 2014-02-13 16:07:57 Zhao, Halley

vp8 dec: refine va_dec_vp8.h

add clear notation for: key_frame/VABoolCoderContextVPX.count/num_of_partitions/partition_size[0]
remove mb_skip_coeff since it can be deduced from mb_no_coeff_skip if it is required

Signed-off-by: Zhao, Halley <halley.zhao@intel.com>

a1c74db 2014-02-13 16:07:47 Tianmi Chen

libva: change the types of all fields in VABoolCoderContextVPX

BZ: 120268

Change the types of all fields in VABoolCoderContextVPX to
"unsigned char" to avoid potential bugs.

Change-Id: I483f115080cefe45ae49503ff5737c7dfff305a8
Signed-off-by: Tianmi Chen <tianmi.chen@intel.com>

389b9bc 2014-02-13 16:07:39 Jonathan Bian

Changes to VASliceParameterBufferVP8 to make it consistent with slice parameter buffer structure for other formats.

2c379e2 2014-02-13 16:07:31 Jonathan Bian

Added VASliceParameterBufferVP8 to describe data partition related fields.

1b3cebb 2014-02-13 16:00:45 Jonathan Bian

Add VP8 decoding API

Added new profile, buffer types and data structures for VP8 decoding

Signed-off-by: Jonathan Bian <jonathan.bian@intel.com>
[Fixed conflicts and remove unused profiles]
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

b4a4f9b 2014-01-16 11:48:59 Rinat Ibragimov

do not request any GLX_DEPTH_SIZE in create_tfp_surface

Window depth was confused with OpenGL depth buffer.

Signed-off-by: Rinat <ibragimovrinat@mail.ru>

73a11b3 2013-09-13 12:31:39 Zhao Yakui

MPEG2ENC: Initialize the f_code based on supported level instead of hacked setting

The f_code of MPEG2 picture parameter indicates the max search range of the
motion vector prediction. The small value will cause the unoptimized motion
vector prediction. So remove the hack setting.

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

3003999 2013-08-27 18:39:36 Victor Ying

va: add new ABGR/XBGR fourcc codes.

Add VA_FOURCC_ABGR and its companion VA_FOURCC_XBGR definition. This
represents a packed RGB format with 32 bpp, i.e. 8-bit per component.
The components order in memory is A B G R.

Signed-off-by: Victor Ying <victor.ying@intel.com>
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>

d2dbc3f 2013-07-15 17:52:12 Gwenole Beauchesne

drm: improve check for authentication.

On Linux systems, the drmGetClient() function would return the thread ID
instead of the actual process ID.

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

b927627 2013-06-27 18:14:48 Gwenole Beauchesne

build: fix make dist.

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

5f754d5 2013-06-27 18:12:31 Gwenole Beauchesne

libva: bump version for development.

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

88ed1eb 2013-06-27 10:36:39 Xiang, Haihao

libva 1.2.1

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

5fa4c3b 2013-06-27 10:14:08 Vincent Bernat

dummy_drv_video: add back VA_DRIVER_INIT_FUNC definition for __vaDriverInit_*()

Since commit ca1798e77b6fa99dbb010f202a057f75415afd52, dummy driver
was defining VA_DRIVER_INIT_FUNC symbol instead of __vaDriverInit_0_33
and therefore cannot be used for testing anymore. We restore the
definition of this symbol in configure.ac.

Signed-off-by: Vincent Bernat <bernat@luffy.cx>

908f6a7 2013-06-27 10:02:08 Xiang, Haihao

tests: rename mpeg2enc to mpeg2vaenc

This fixes namespace issue with mpeg2enc from the mjpegtools.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66221
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

f53f451 2013-06-25 16:20:10 Xiang, Haihao

New version for development

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

855194d 2013-06-25 16:18:33 Xiang, Haihao

libva 1.2.0

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

adeaeb6 2013-06-25 16:16:41 Xiang, Haihao

NEWS: updates

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

0a5db57 2013-06-25 16:11:08 Zhao Yakui

Remove the dummy driver dependency on X11

Otherwise when x11 is disabled, it can't be compiled correctly.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>

e8a2b81 2013-06-25 16:11:01 Zhao Yakui

Remove the EGL dependency on X11

Otherwise when x11 is disabled, it can't be compiled correctly.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>

5d3d89f 2013-06-25 14:57:14 Austin Yuan

h264encode: fix mmap out of memmory issue

Change-Id: I9d7047d5ac66efefb31509f3ee52a9db28aada23
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

aa34c7c 2013-06-25 14:57:14 Austin Yuan

h264encode: add more cmdline options

Change-Id: Ia0326c2649dcf6dfbce275539cb8f4221fa37501
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

cb50b19 2013-06-25 14:57:14 Austin Yuan

h264encode: fix ftell overflow issue when open large source YUV files

Change-Id: I30190d4e28bd643f00808a15846e50e8fca28764
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

59dee4c 2013-06-25 14:57:14 Austin Yuan

h264encode: coding 1920x1080 with crop

Change-Id: I4ba61943c9f2d246deb4bcb69a4781680f63b046
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

9823a1d 2013-06-25 14:53:58 Austin Yuan

h264encode: print correct number of RefPicList0/1

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

3556fa0 2013-06-25 14:53:58 Austin Yuan

h264encode: fix thread lockup issue

Change-Id: I6065525f76796603856f5cebf0468f4a59c4b5b5
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

ad03345 2013-06-25 14:53:58 Austin Yuan

h264encode: fix thread lockup issue

Change-Id: I3e0f23b5301d8405297b4b88b27e9edccdab6063
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

a5891ab 2013-06-25 14:53:58 Austin Yuan

h264encode: fix idr_pic_id issue when encode multiple IDR frames

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

7c87a3e 2013-06-25 14:53:58 Elaine Wang

h264encode: reset IDR poc to 0

Signed-off-by: Elaine Wang <elaine.wang@intel.com>

64f9de3 2013-06-25 14:53:58 Austin Yuan

h264encode: dump reconstructed frame and calc PSNR

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>