profile/ivi/libva.git
14 years agoFollow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cpp 11/611/1
Austin Yuan [Fri, 4 Jun 2010 06:29:01 +0000 (14:29 +0800)]
Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cpp

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoMove LIBVA_DRIVER_NAME check in vaInitialize(). 10/610/1
Gwenole Beauchesne [Tue, 23 Feb 2010 09:11:22 +0000 (09:11 +0000)]
Move LIBVA_DRIVER_NAME check in vaInitialize().

14 years agoVA/GLX cosmetics (indentation, declarations) 09/609/1
Gwenole Beauchesne [Tue, 13 Apr 2010 02:54:11 +0000 (04:54 +0200)]
VA/GLX cosmetics (indentation, declarations)

14 years agoFix vainfo to build out of the source dir 08/608/1
Gwenole Beauchesne [Tue, 22 Sep 2009 12:29:56 +0000 (12:29 +0000)]
Fix vainfo to build out of the source dir

14 years agoDon't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the default... 07/607/1
Gwenole Beauchesne [Tue, 22 Sep 2009 13:03:23 +0000 (13:03 +0000)]
Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the default path.

14 years agoFix libva-x11 dependencies. Ensure this grabs libva so that people don't have to... 06/606/1
Gwenole Beauchesne [Tue, 22 Sep 2009 13:00:34 +0000 (13:00 +0000)]
Fix libva-x11 dependencies. Ensure this grabs libva so that people don't have to check for that themselves.

14 years agoFix vainfo dependencies (Konstantin Pavlov). 05/605/1
Gwenole Beauchesne [Tue, 22 Sep 2009 12:29:56 +0000 (12:29 +0000)]
Fix vainfo dependencies (Konstantin Pavlov).

14 years agoDon't dump VA surface pixels if driver doesn't return VA surface buffer. 04/604/1
Gwenole Beauchesne [Wed, 2 Jun 2010 07:10:27 +0000 (09:10 +0200)]
Don't dump VA surface pixels if driver doesn't return VA surface buffer.

14 years agoFix VA tracer to correctly dump array of bytes. 03/603/1
Gwenole Beauchesne [Wed, 2 Jun 2010 07:07:43 +0000 (09:07 +0200)]
Fix VA tracer to correctly dump array of bytes.

14 years agoCall va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the driver flush... 02/602/1
Gwenole Beauchesne [Wed, 2 Jun 2010 07:04:33 +0000 (09:04 +0200)]
Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the driver flush and complete rendering of the surface.

14 years ago1) clean up Android header file to make it work in C file (from zhaohan.ren at intel... 93/593/1
Austin Yuan [Wed, 2 Jun 2010 02:22:01 +0000 (10:22 +0800)]
1) clean up Android header file to make it work in C file (from zhaohan.ren at intel.com)
2) rearrange va/Makefile.am (from elaine.wang at intel.com)
3) apply the new VACodedBufferSegment to encode test APP

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoFix make dist. 92/592/1
Gwenole Beauchesne [Tue, 1 Jun 2010 11:20:17 +0000 (13:20 +0200)]
Fix make dist.

14 years agoFix TPI lib dependencies. 91/591/1
Gwenole Beauchesne [Tue, 1 Jun 2010 10:26:40 +0000 (12:26 +0200)]
Fix TPI lib dependencies.

14 years agoDrop superfluous versions. 90/590/1
Gwenole Beauchesne [Tue, 1 Jun 2010 10:30:46 +0000 (12:30 +0200)]
Drop superfluous versions.

14 years agoFix out-of-source builds. 89/589/1
Gwenole Beauchesne [Tue, 18 May 2010 15:16:57 +0000 (17:16 +0200)]
Fix out-of-source builds.

14 years agomv va_android.c -> va_dummy.c 88/588/1
Austin Yuan [Fri, 21 May 2010 10:23:51 +0000 (18:23 +0800)]
mv va_android.c -> va_dummy.c

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoAdded intra_idr_period for H264 encode 87/587/1
Austin Yuan [Thu, 20 May 2010 06:42:43 +0000 (14:42 +0800)]
Added intra_idr_period for H264 encode

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoremove vaDisplayIsValid from libva-glx 86/586/1
Austin Yuan [Thu, 20 May 2010 05:55:37 +0000 (13:55 +0800)]
remove vaDisplayIsValid from libva-glx

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoPass down ISurface instead of Surface 85/585/1
Ren Zhaohan [Tue, 18 May 2010 07:44:55 +0000 (15:44 +0800)]
Pass down ISurface instead of Surface

14 years agoremove vaDisplayIsValid by linking libva_android.so 84/584/1
Ren Zhaohan [Thu, 13 May 2010 06:37:06 +0000 (14:37 +0800)]
remove vaDisplayIsValid by linking libva_android.so

14 years agoincreate version 83/583/1
Austin Yuan [Wed, 12 May 2010 21:56:45 +0000 (05:56 +0800)]
increate version

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoFix build issue 82/582/1
Austin Yuan [Wed, 12 May 2010 21:09:09 +0000 (14:09 -0700)]
Fix build issue

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoAdd OpenGL extensions (v3) and generic implementation with TFP and FBO. 81/581/1
Gwenole Beauchesne [Tue, 13 Apr 2010 02:54:11 +0000 (04:54 +0200)]
Add OpenGL extensions (v3) and generic implementation with TFP and FBO.

14 years agoAdd OpenGL extensions (v3) and generic implementation with TFP and FBO. 80/580/1
Gwenole Beauchesne [Mon, 8 Mar 2010 08:44:25 +0000 (09:44 +0100)]
Add OpenGL extensions (v3) and generic implementation with TFP and FBO.

14 years agoremove Drawable paramater of vaPutSurfaceBuf 79/579/1
Ren Zhaohan [Wed, 12 May 2010 06:16:37 +0000 (14:16 +0800)]
remove Drawable paramater of vaPutSurfaceBuf

14 years agoAdd copy va_tpi.h in Android.mk 78/578/1
Ren Zhaohan [Wed, 12 May 2010 04:04:28 +0000 (12:04 +0800)]
Add copy va_tpi.h in Android.mk

14 years agoAdd local vaDisplayIsValid 77/577/1
Ren Zhaohan [Tue, 11 May 2010 06:45:13 +0000 (14:45 +0800)]
Add local vaDisplayIsValid

14 years agoMerge branch 'test' into libva-1.1 76/576/1
Ren Zhaohan [Tue, 11 May 2010 06:36:43 +0000 (14:36 +0800)]
Merge branch 'test' into libva-1.1

14 years agoAdd vaPutSurfaceBuf to va_backend_tpi.h and va_tpi.c[h], update Android.mk for new... 75/575/1
Ren Zhaohan [Tue, 11 May 2010 06:33:37 +0000 (14:33 +0800)]
Add vaPutSurfaceBuf to va_backend_tpi.h and va_tpi.c[h], update Android.mk for new shared lib libva_android_tpi.so

14 years agoglobal vaDisplayIsValid 74/574/1 PO-ww20.1-video PO-ww20.2-video
Austin Yuan [Mon, 10 May 2010 17:14:53 +0000 (01:14 +0800)]
global vaDisplayIsValid

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoSeperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.so 73/573/1
Austin Yuan [Fri, 7 May 2010 18:03:56 +0000 (02:03 +0800)]
Seperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.so
and driver table memory is allocated by driver if driver wants to support it.

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoRemove and redifine some Xlib Macros, use void* instead of Surface* for VAStatus... 72/572/1
Ren Zhaohan [Fri, 7 May 2010 03:42:16 +0000 (11:42 +0800)]
Remove and redifine some Xlib Macros, use void* instead of Surface* for VAStatus (*vaPutSurface)

14 years agomove va_android.c => va_android.cpp, use sp<Surface> instead of void*. 70/570/1
Ren Zhaohan [Thu, 6 May 2010 11:40:00 +0000 (19:40 +0800)]
move va_android.c => va_android.cpp, use sp<Surface> instead of void*.

14 years agorestore old va_DisplayContextGetDriverName 69/569/1
Ren Zhaohan [Thu, 6 May 2010 06:39:16 +0000 (14:39 +0800)]
restore old va_DisplayContextGetDriverName

14 years agouse Surface* instead of void* 68/568/1
Ren Zhaohan [Thu, 6 May 2010 01:49:51 +0000 (09:49 +0800)]
use Surface* instead of void*

14 years agoadd new va_DisplayContextGetDriverName, remove 'x11/XX' include folder name 67/567/1 PO-ww19.3-new
Ren Zhaohan [Wed, 5 May 2010 08:19:39 +0000 (16:19 +0800)]
add new va_DisplayContextGetDriverName, remove 'x11/XX' include folder name

14 years agoremove udev 66/566/1
Ren Zhaohan [Tue, 4 May 2010 07:56:25 +0000 (15:56 +0800)]
remove udev

14 years agoandroid and dummy backend 65/565/1
Austin Yuan [Thu, 29 Apr 2010 03:34:10 +0000 (11:34 +0800)]
android and dummy backend

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoMerge branch 'va_backend' into PO 64/564/1
Austin Yuan [Wed, 28 Apr 2010 23:20:56 +0000 (07:20 +0800)]
Merge branch 'va_backend' into PO

Conflicts:
va/android/va_android.c
va/va_android.h
va/va_backend.h

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agolibva backend 63/563/1
Ren Zhaohan [Tue, 27 Apr 2010 06:36:24 +0000 (14:36 +0800)]
libva backend

14 years agoAdded VACodedBufferSegment 62/562/1
Austin Yuan [Tue, 27 Apr 2010 00:04:45 +0000 (08:04 +0800)]
Added VACodedBufferSegment

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agosave 59/559/1
Austin Yuan [Fri, 16 Apr 2010 18:56:53 +0000 (02:56 +0800)]
save

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agosave 58/558/1
Austin Yuan [Thu, 15 Apr 2010 22:57:13 +0000 (06:57 +0800)]
save

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agosave 57/557/1
Austin Yuan [Thu, 15 Apr 2010 22:24:31 +0000 (06:24 +0800)]
save

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agosave 56/556/1
Austin Yuan [Thu, 15 Apr 2010 22:16:19 +0000 (06:16 +0800)]
save

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agosave 55/555/1
Austin Yuan [Thu, 15 Apr 2010 21:36:59 +0000 (05:36 +0800)]
save

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoAdd vaPutSurfaceBuf for Android 49/549/1 20100414_5.3.0.0002 20100421_5.3.0.0003 20100428_5.3.0.0004 20100505_5.3.0.0005 20100510_5.3.0.0006_mdfld_eng_1 20100512_5.3.0.0007 20100517_5.3.0.0008 IMG_Drop_20100507_MDFLD
Ren Zhaohan [Thu, 8 Apr 2010 05:44:05 +0000 (13:44 +0800)]
Add vaPutSurfaceBuf for Android

14 years agopsb_drv_video error: vaPutSurface: invalidate drawable 48/548/1
Ren Zhaohan [Wed, 7 Apr 2010 11:40:34 +0000 (19:40 +0800)]
psb_drv_video error: vaPutSurface: invalidate drawable

14 years agoremove the unmature MIO 45/545/1
Austin Yuan [Wed, 7 Apr 2010 02:46:17 +0000 (10:46 +0800)]
remove the unmature MIO

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoMerge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva 44/544/1
Austin Yuan [Wed, 7 Apr 2010 02:46:02 +0000 (10:46 +0800)]
Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva

14 years agoAdd Android.mk under libva/ to recursive call sub-dir's makefile 43/543/1
Ren Zhaohan [Tue, 6 Apr 2010 09:43:02 +0000 (17:43 +0800)]
Add Android.mk under libva/ to recursive call sub-dir's makefile

14 years agoAdd coded_buf to VAEncPictureParameterBufferJPEG. 41/541/1
Elaine Wang [Tue, 6 Apr 2010 08:06:28 +0000 (16:06 +0800)]
Add coded_buf to VAEncPictureParameterBufferJPEG.

14 years agoMerge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva 39/539/1
Austin Yuan [Tue, 6 Apr 2010 01:11:27 +0000 (09:11 +0800)]
Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva

14 years agoAdd Android.mk, pass compile 34/534/1
Ren Zhaohan [Thu, 1 Apr 2010 11:45:55 +0000 (19:45 +0800)]
Add Android.mk, pass compile

14 years agoAdded codedbuf into JPEG encode picture parameter 38/538/1
Austin Yuan [Thu, 1 Apr 2010 08:03:16 +0000 (16:03 +0800)]
Added codedbuf into JPEG encode picture parameter

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoUpdate va_DisplayContextIsValid, driver name and included files 37/537/1
Ren Zhaohan [Thu, 1 Apr 2010 06:57:38 +0000 (14:57 +0800)]
Update va_DisplayContextIsValid, driver name and included files

14 years agoAdded MIO example based on vaPutSurface 36/536/1
Austin Yuan [Thu, 1 Apr 2010 06:43:58 +0000 (14:43 +0800)]
Added MIO example based on vaPutSurface

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agopass moblin compile 35/535/1
Ren Zhaohan [Thu, 1 Apr 2010 14:04:18 +0000 (22:04 +0800)]
pass moblin compile

14 years agomove vaPutSurface(dpy, Surface *draw, XXX) into android/va_android.c 33/533/1
Austin Yuan [Wed, 31 Mar 2010 06:37:22 +0000 (14:37 +0800)]
move vaPutSurface(dpy, Surface *draw, XXX) into android/va_android.c

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agofix build issue 32/532/1
Austin Yuan [Wed, 31 Mar 2010 06:34:12 +0000 (14:34 +0800)]
fix build issue

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoInitial android backend 31/531/1
Austin Yuan [Wed, 31 Mar 2010 06:23:36 +0000 (14:23 +0800)]
Initial android backend

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoDisplay *x11_dpy ==> void *native_dpy for other window system 29/529/1
Austin Yuan [Wed, 31 Mar 2010 05:21:43 +0000 (13:21 +0800)]
Display *x11_dpy ==> void *native_dpy for other window system

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agomerge vatrace 28/528/1
Austin Yuan [Tue, 30 Mar 2010 07:19:28 +0000 (15:19 +0800)]
merge vatrace

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agofix build issue 27/527/1 20100330_5.3.0.0001_Alpha2
Austin Yuan [Mon, 29 Mar 2010 08:22:42 +0000 (16:22 +0800)]
fix build issue

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoAdd entrypoint for JPEG encode 25/525/1
Austin Yuan [Mon, 29 Mar 2010 06:56:32 +0000 (14:56 +0800)]
Add entrypoint for JPEG encode

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoAdded JPEG/IEP data structure 24/524/1
Austin Yuan [Mon, 29 Mar 2010 06:43:20 +0000 (14:43 +0800)]
Added JPEG/IEP data structure

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoMerge branch 'powervr_iep_lite' 23/523/1
Austin Yuan [Mon, 29 Mar 2010 05:20:50 +0000 (13:20 +0800)]
Merge branch 'powervr_iep_lite'

14 years agoadd PowerVR IEP Lite related new display attributes 21/521/1
Daniel(Qiang), Miao [Wed, 24 Mar 2010 16:22:18 +0000 (00:22 +0800)]
add PowerVR IEP Lite related new display attributes

14 years agoMerge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into... 20/520/1 20100324_5.3.0.0000
Austin Yuan [Wed, 24 Mar 2010 02:43:53 +0000 (10:43 +0800)]
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

14 years agoMove vaPutSurface() flags to <va/va.h> header. 19/519/1
Gwenole Beauchesne [Fri, 21 Aug 2009 11:34:50 +0000 (11:34 +0000)]
Move vaPutSurface() flags to <va/va.h> header.

14 years agoFix drivers build. 18/518/1
Gwenole Beauchesne [Mon, 8 Mar 2010 08:41:41 +0000 (09:41 +0100)]
Fix drivers build.

14 years agoDrop <va/va_x11.h> include from <va/va_backend.h> as it is pointless. 17/517/1
Gwenole Beauchesne [Mon, 8 Mar 2010 08:48:47 +0000 (09:48 +0100)]
Drop <va/va_x11.h> include from <va/va_backend.h> as it is pointless.

14 years agoRemove IN_LIBVA defines, Thanks for the patch from Gwenole 16/516/1
Austin Yuan [Mon, 8 Mar 2010 05:36:15 +0000 (13:36 +0800)]
Remove IN_LIBVA defines, Thanks for the patch from Gwenole

Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
14 years agoFix a typo 15/515/1
Austin Yuan [Fri, 5 Mar 2010 04:34:36 +0000 (12:34 +0800)]
Fix a typo

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoFix test/./h264encode.c issue 14/514/1
Austin Yuan [Thu, 4 Mar 2010 09:54:20 +0000 (17:54 +0800)]
Fix test/./h264encode.c issue

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoFix make dist (missing loadsurface.h). 13/513/1
Gwenole Beauchesne [Fri, 12 Feb 2010 12:21:01 +0000 (12:21 +0000)]
Fix make dist (missing loadsurface.h).

14 years agoAdd missing libs (pthreads). 12/512/1
Gwenole Beauchesne [Fri, 12 Feb 2010 11:56:02 +0000 (11:56 +0000)]
Add missing libs (pthreads).

14 years agoMerge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into... 11/511/1 20091217_Alpha7 20091224_Alpha8 20091231_5.2.0.1000 20100105_5.2.0.1001 20100108_5.2.0.1002 20100112_5.2.0.1002 20100115_5.2.0.1003 20100121_5.2.0.1004 20100128_5.2.0.2000 20100204_5.2.0.2001 20100218_5.2.0.2002 20100322_5.2.0.2004 4.1-video ww01.4-video ww01.4-video-new ww01.5-video-new ww02.1-video-new ww02.2-video-new ww02.4-video-new ww02.5-video-new ww08.1-video ww4.3-video ww5.2-video ww51.4-video ww51.5-video ww52.3-video ww52.4-video-new ww53.1-video ww53.2-video ww53.4-video ww6.5-video
Austin Yuan [Thu, 17 Dec 2009 03:07:16 +0000 (11:07 +0800)]
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

14 years agoUpdate libva library version to 1.0.1. should increase the revision when the library... 10/510/1 libva-1.0.1
Austin Yuan [Thu, 17 Dec 2009 03:05:38 +0000 (11:05 +0800)]
Update libva library version to 1.0.1. should increase the revision when the library has change

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoMerge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into... 09/509/1
Austin Yuan [Thu, 17 Dec 2009 02:57:13 +0000 (10:57 +0800)]
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

14 years agoAdd extra picture info fields for VDPAU/MPEG-4. 08/508/1
Gwenole Beauchesne [Mon, 23 Nov 2009 12:21:24 +0000 (12:21 +0000)]
Add extra picture info fields for VDPAU/MPEG-4.

14 years agoMerge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into... 07/507/1 20091210_Alpha6 ww51.1-video ww51.3-video
Austin Yuan [Tue, 8 Dec 2009 09:16:08 +0000 (17:16 +0800)]
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

14 years agoremove the duplicated X11 subdir 06/506/1
Austin Yuan [Tue, 8 Dec 2009 09:14:13 +0000 (17:14 +0800)]
remove the duplicated X11 subdir

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoMerge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into... 05/505/1 20091130_Alpha4 20091204_Alpha5 ww49.5-video ww50.1-video
Austin Yuan [Tue, 1 Dec 2009 04:00:37 +0000 (12:00 +0800)]
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

14 years agofix test build issue 04/504/1
Austin Yuan [Tue, 1 Dec 2009 03:58:22 +0000 (11:58 +0800)]
fix test build issue

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoMerge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into... 03/503/1
Austin Yuan [Tue, 1 Dec 2009 03:49:02 +0000 (11:49 +0800)]
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

14 years agofix test build issue on a clean system 02/502/1
Austin Yuan [Tue, 1 Dec 2009 03:45:51 +0000 (11:45 +0800)]
fix test build issue on a clean system

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoMerge branch 'sync-fdo-master' 01/501/1
Austin Yuan [Tue, 1 Dec 2009 03:20:10 +0000 (11:20 +0800)]
Merge branch 'sync-fdo-master'

14 years agorefine test program: putsurface/h264encode 00/500/1
Austin Yuan [Tue, 1 Dec 2009 03:09:41 +0000 (11:09 +0800)]
refine test program: putsurface/h264encode

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoAssign the magic number to a macro 99/499/1
Austin Yuan [Mon, 30 Nov 2009 02:59:34 +0000 (10:59 +0800)]
Assign the magic number to a macro

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoAdd license header 98/498/1
Austin Yuan [Fri, 27 Nov 2009 09:57:18 +0000 (17:57 +0800)]
Add license header

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agore-arrange test programs 97/497/1
Austin Yuan [Fri, 27 Nov 2009 09:54:30 +0000 (17:54 +0800)]
re-arrange test programs

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoMerge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva 96/496/1 ww48.2-video ww48.3-video ww48.4-video ww49.1-video
Austin Yuan [Mon, 23 Nov 2009 08:21:41 +0000 (16:21 +0800)]
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva

14 years agoAdded a "magic" number to VADisplayContext in case an illeal VA dpy passed in 95/495/1
Austin Yuan [Mon, 23 Nov 2009 08:19:36 +0000 (16:19 +0800)]
Added a "magic" number to VADisplayContext in case an illeal VA dpy passed in

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agoMerge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva 94/494/1 20091120_Alpha3
Austin Yuan [Fri, 20 Nov 2009 08:07:03 +0000 (16:07 +0800)]
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva

14 years agoAdded VA_STATUS_ERROR_SURFACE_IN_DISPLAYING 93/493/1
Austin Yuan [Fri, 20 Nov 2009 08:02:14 +0000 (16:02 +0800)]
Added VA_STATUS_ERROR_SURFACE_IN_DISPLAYING

Overlay may be used for vaPutSurface, in this case, vaSyncSurface can
return VA_STATUS_ERROR_SURFACE_IN_DISPLAYING to indication a failure

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
14 years agofix rendering of RGBA subpicture 92/492/1
Gwenole Beauchesne [Wed, 18 Nov 2009 03:24:29 +0000 (11:24 +0800)]
fix rendering of RGBA subpicture

14 years agosimplify subpicture formats. make sure the returned VAImageFormats are correctly... 91/491/1
Gwenole Beauchesne [Wed, 18 Nov 2009 02:44:20 +0000 (10:44 +0800)]
simplify subpicture formats. make sure the returned VAImageFormats are correctly filled in

14 years agofix upload of the subpicture palette. 90/490/1
Gwenole Beauchesne [Wed, 18 Nov 2009 02:43:23 +0000 (10:43 +0800)]
fix upload of the subpicture palette.

14 years agoimplement vaSetImagePalette 89/489/1
Gwenole Beauchesne [Wed, 18 Nov 2009 02:41:26 +0000 (10:41 +0800)]
implement vaSetImagePalette