Age | Commit message (Expand) | Author | Files | Lines |
2010-06-17 | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva20100701_5.3.0.001320100621_5.3.0.001120100612_5.3.0.0012 | Austin Yuan | 2 | -2/+2 |
2010-06-13 | bump library version to 1.0.3ww26.3-videolibva-1.0.3 | Xiang, Haihao | 1 | -1/+1 |
2010-06-13 | i965_drv_video: [H.264] fix register blocks for ILDB | Xiang, Haihao | 1 | -1/+1 |
2010-06-08 | Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva20100609_5.3.0.0010 | Austin Yuan | 0 | -0/+0 |
2010-06-08 | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva | Austin Yuan | 200 | -305/+31969 |
2010-06-08 | Added VA_STATUS_ERROR_INVALID_IMAGE_FORMAT | Austin Yuan | 1 | -0/+1 |
2010-06-08 | Merge branch 'i965_h264' | Xiang, Haihao | 198 | -305/+31966 |
2010-06-08 | i965_drv_video: [H.264] some code clean up | Xiang, Haihao | 3 | -11/+3 |
2010-06-04 | Link libva-android with libva for vaDisplayIsValid | Austin Yuan | 1 | -0/+2 |
2010-06-04 | Link libva for vaDisplayIsValid | Ren Zhaohan | 1 | -0/+2 |
2010-06-04 | Merge branch 'fdva-master' | Austin Yuan | 6 | -140/+126 |
2010-06-04 | Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cpp | Austin Yuan | 3 | -110/+92 |
2010-06-04 | Move LIBVA_DRIVER_NAME check in vaInitialize(). | Gwenole Beauchesne | 2 | -28/+31 |
2010-06-04 | VA/GLX cosmetics (indentation, declarations) | Gwenole Beauchesne | 2 | -1/+3 |
2010-06-04 | Fix vainfo to build out of the source dir | Gwenole Beauchesne | 1 | -3/+2 |
2010-06-02 | Merge branch 'fdva-master' | Austin Yuan | 4 | -13/+13 |
2010-06-02 | Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa... | Gwenole Beauchesne | 1 | -4/+0 |
2010-06-02 | Fix libva-x11 dependencies. Ensure this grabs libva so that people don't have... | Gwenole Beauchesne | 1 | -0/+1 |
2010-06-02 | Fix vainfo dependencies (Konstantin Pavlov). | Gwenole Beauchesne | 1 | -2/+2 |
2010-06-02 | Don't dump VA surface pixels if driver doesn't return VA surface buffer. | Gwenole Beauchesne | 1 | -2/+3 |
2010-06-02 | Fix VA tracer to correctly dump array of bytes. | Gwenole Beauchesne | 1 | -4/+4 |
2010-06-02 | Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the drive... | Gwenole Beauchesne | 1 | -1/+3 |
2010-06-02 | i965_drv_video: new ring buffer flag | Xiang, Haihao | 1 | -5/+5 |
2010-06-02 | i965_drv_video: fix graphics memory usage | Xiang, Haihao | 13 | -122/+232 |
2010-06-02 | i965_drv_video: don't execute batch buffer after decoding a picture | Xiang, Haihao | 4 | -15/+17 |
2010-06-02 | i965_drv_video: [H.264] enlarge concurrent threads for ILDB | Xiang, Haihao | 1 | -1/+5 |
2010-06-02 | i965_drv_video: [H.264] devide the command buffer into smaller sections for H... | Xiang, Haihao | 1 | -10/+32 |
2010-06-02 | i965_drv_vidoe: update max_thread for rendering | Xiang, Haihao | 1 | -6/+10 |
2010-06-02 | i965_drv_video: fix initialization function | Xiang, Haihao | 6 | -171/+150 |
2010-06-02 | libva: update DRI2 to support swapbuffer | Xiang, Haihao | 4 | -16/+102 |
2010-06-02 | Merge branch 'fdva-master' | Austin Yuan | 8 | -22/+15 |
2010-06-02 | 1) clean up Android header file to make it work in C file (from zhaohan.ren a... | Austin Yuan | 4 | -66/+87 |
2010-06-02 | Fix make dist. | Gwenole Beauchesne | 1 | -0/+1 |
2010-06-02 | Fix TPI lib dependencies. | Gwenole Beauchesne | 1 | -0/+1 |
2010-06-02 | Drop superfluous versions. | Gwenole Beauchesne | 1 | -4/+0 |
2010-06-02 | Fix out-of-source builds. | Gwenole Beauchesne | 5 | -6/+6 |
2010-05-27 | remove g++ from Android.mk, move declaration of vaGetDisplay out of '#ifdef _... | Ren Zhaohan | 2 | -8/+14 |
2010-05-27 | libva-tpi.so, the same as Meego | Ren Zhaohan | 1 | -2/+2 |
2010-05-27 | libva_android_tpi => libva_tpi | Ren Zhaohan | 1 | -2/+2 |
2010-05-27 | libva + libva_android + libva_android_tpi | Ren Zhaohan | 1 | -29/+49 |
2010-05-26 | update va_android.h to make sure it could be safely include in a C or C++ file20100526_5.3.0.0009 | Ren Zhaohan | 1 | -11/+5 |
2010-05-26 | Copy va_version.h to standard include headers folder | Ren Zhaohan | 1 | -0/+1 |
2010-05-25 | Reorganize to bring the library build information together | Steve Aarnio | 1 | -15/+12 |
2010-05-25 | Fix build error when use -j40 option with make. | Elaine Wang | 1 | -0/+4 |
2010-05-25 | Update Android.mk for compile issue | Ren Zhaohan | 1 | -3/+7 |
2010-05-21 | mv va_android.c -> va_dummy.c | Austin Yuan | 2 | -1/+1 |
2010-05-20 | Added intra_idr_period for H264 encode | Austin Yuan | 1 | -0/+1 |
2010-05-20 | remove vaDisplayIsValid from libva-glx | Austin Yuan | 1 | -9/+0 |
2010-05-18 | Pass down ISurface instead of Surface | Ren Zhaohan | 2 | -3/+3 |
2010-05-13 | remove vaDisplayIsValid by linking libva_android.so | Ren Zhaohan | 2 | -6/+1 |