Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | i965_drv_video: [H.264] devide the command buffer into smaller sections for ↵ | Xiang, Haihao | 2010-06-02 | 1 | -10/+32 | |
| | | | | | | | | | | | | HWscoreboard thread. | |||||
| | * | i965_drv_vidoe: update max_thread for rendering | Xiang, Haihao | 2010-06-02 | 1 | -6/+10 | |
| | | | ||||||
| | * | i965_drv_video: fix initialization function | Xiang, Haihao | 2010-06-02 | 6 | -171/+150 | |
| | | | ||||||
| | * | libva: update DRI2 to support swapbuffer | Xiang, Haihao | 2010-06-02 | 4 | -16/+102 | |
| | | | ||||||
| | * | i965_drv_video: [H.264] add support for ILDB | Xiang, Haihao | 2010-05-07 | 31 | -552/+6233 | |
| | | | ||||||
| | * | i965_drv_video: move AVC-ILDB data buffer to struct i965_h264_context | Xiang, Haihao | 2010-04-19 | 4 | -14/+14 | |
| | | | ||||||
| | * | i965_drv_video: [H.264] fix weight 128 issue | Xiang, Haihao | 2010-04-19 | 1 | -7/+9 | |
| | | | ||||||
| | * | i965_drv_video: [H.264] fix for weight/offset state | Xiang, Haihao | 2010-04-15 | 1 | -5/+3 | |
| | | | ||||||
| | * | i965_drv_video: [H.264] track frame store index | Xiang, Haihao | 2010-04-14 | 4 | -40/+199 | |
| | | | ||||||
| | * | i965_drv_video: fix an assertion | Xiang, Haihao | 2010-04-09 | 2 | -16/+45 | |
| | | | ||||||
| | * | i965_drv_video: fix MBAFF issue | Xiang, Haihao | 2010-04-09 | 1 | -12/+18 | |
| | | | ||||||
| | * | i965_drv_video: surface width/height is 16Btye aligned. | Xiang, Haihao | 2010-04-08 | 1 | -3/+3 | |
| | | | ||||||
| | * | i965_drv_video: fix an assertion | Xiang, Haihao | 2010-04-07 | 1 | -11/+16 | |
| | | | ||||||
| | * | i965_drv_video: fix an error in the previous commit | Xiang, Haihao | 2010-04-07 | 1 | -0/+1 | |
| | | | ||||||
| | * | i965_drv_video: initialize depth buffer | Zou nan hai | 2010-04-06 | 2 | -0/+17 | |
| | | | ||||||
| | * | i965_drv_video: multiple slices in a picture for H.264 | Xiang, Haihao | 2010-04-06 | 5 | -68/+118 | |
| | | | ||||||
| | * | i965_drv_video: move DMV buffer to private data | Xiang, Haihao | 2010-03-31 | 4 | -28/+80 | |
| | | | ||||||
| | * | i965_drv_video: fix POC value for current picture | Xiang, Haihao | 2010-03-29 | 1 | -0/+1 | |
| | | | ||||||
| | * | i965_drv_video: add support for H264 on Clarkdale/Arrandale | Xiang, Haihao | 2010-03-26 | 191 | -147/+25608 | |
| | | | ||||||
| * | | Link libva-android with libva for vaDisplayIsValid | Austin Yuan | 2010-06-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
* | | | Merge branch 'fdva-master' | Austin Yuan | 2010-06-04 | 6 | -140/+126 | |
|\ \ \ | |/ / | ||||||
| * | | Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cpp | Austin Yuan | 2010-06-04 | 3 | -110/+92 | |
| | | | | | | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
| * | | Move LIBVA_DRIVER_NAME check in vaInitialize(). | Gwenole Beauchesne | 2010-06-04 | 2 | -28/+31 | |
| | | | ||||||
| * | | VA/GLX cosmetics (indentation, declarations) | Gwenole Beauchesne | 2010-06-04 | 2 | -1/+3 | |
| | | | ||||||
| * | | Fix vainfo to build out of the source dir | Gwenole Beauchesne | 2010-06-04 | 1 | -3/+2 | |
| | | | ||||||
* | | | Merge branch 'fdva-master' | Austin Yuan | 2010-06-02 | 4 | -13/+13 | |
|\ \ \ | |/ / | ||||||
| * | | Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the ↵ | Gwenole Beauchesne | 2010-06-02 | 1 | -4/+0 | |
| | | | | | | | | | | | | default path. | |||||
| * | | Fix libva-x11 dependencies. Ensure this grabs libva so that people don't ↵ | Gwenole Beauchesne | 2010-06-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | have to check for that themselves. | |||||
| * | | Fix vainfo dependencies (Konstantin Pavlov). | Gwenole Beauchesne | 2010-06-02 | 1 | -2/+2 | |
| | | | ||||||
| * | | Don't dump VA surface pixels if driver doesn't return VA surface buffer. | Gwenole Beauchesne | 2010-06-02 | 1 | -2/+3 | |
| | | | ||||||
| * | | Fix VA tracer to correctly dump array of bytes. | Gwenole Beauchesne | 2010-06-02 | 1 | -4/+4 | |
| | | | ||||||
| * | | Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the ↵ | Gwenole Beauchesne | 2010-06-02 | 1 | -1/+3 | |
| | | | | | | | | | | | | driver flush and complete rendering of the surface. | |||||
* | | | Merge branch 'fdva-master' | Austin Yuan | 2010-06-02 | 8 | -22/+15 | |
|\ \ \ | |/ / | ||||||
| * | | 1) clean up Android header file to make it work in C file (from zhaohan.ren ↵ | Austin Yuan | 2010-06-02 | 4 | -66/+87 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
| * | | Fix make dist. | Gwenole Beauchesne | 2010-06-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix TPI lib dependencies. | Gwenole Beauchesne | 2010-06-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | Drop superfluous versions. | Gwenole Beauchesne | 2010-06-02 | 1 | -4/+0 | |
| | | | ||||||
| * | | Fix out-of-source builds. | Gwenole Beauchesne | 2010-06-02 | 5 | -6/+6 | |
| | | | ||||||
* | | | remove g++ from Android.mk, move declaration of vaGetDisplay out of '#ifdef ↵ | Ren Zhaohan | 2010-05-27 | 2 | -8/+14 | |
| | | | | | | | | | | | | __cplusplus{} #endif' | |||||
* | | | libva-tpi.so, the same as Meego | Ren Zhaohan | 2010-05-27 | 1 | -2/+2 | |
| | | | ||||||
* | | | libva_android_tpi => libva_tpi | Ren Zhaohan | 2010-05-27 | 1 | -2/+2 | |
| | | | ||||||
* | | | libva + libva_android + libva_android_tpi | Ren Zhaohan | 2010-05-27 | 1 | -29/+49 | |
| | | | ||||||
* | | | update va_android.h to make sure it could be safely include in a C or C++ file20100526_5.3.0.0009 | Ren Zhaohan | 2010-05-26 | 1 | -11/+5 | |
| | | | ||||||
* | | | Copy va_version.h to standard include headers folder | Ren Zhaohan | 2010-05-26 | 1 | -0/+1 | |
| | | | ||||||
* | | | Reorganize to bring the library build information together | Steve Aarnio | 2010-05-25 | 1 | -15/+12 | |
| | | | ||||||
* | | | Fix build error when use -j40 option with make. | Elaine Wang | 2010-05-25 | 1 | -0/+4 | |
| | | | ||||||
* | | | Update Android.mk for compile issue | Ren Zhaohan | 2010-05-25 | 1 | -3/+7 | |
|/ / | ||||||
* | | mv va_android.c -> va_dummy.c | Austin Yuan | 2010-05-21 | 2 | -1/+1 | |
| | | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
* | | Added intra_idr_period for H264 encode | Austin Yuan | 2010-05-20 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | |||||
* | | remove vaDisplayIsValid from libva-glx | Austin Yuan | 2010-05-20 | 1 | -9/+0 | |
| | | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> |