Age | Commit message (Expand) | Author | Files | Lines |
2011-05-30 | libva: several changes | Austin Yuan | 7 | -22/+67 |
2011-05-16 | va: always create a new VA display on X11 | Xiang, Haihao | 1 | -38/+6 |
2011-05-06 | va: fix build issue | Xiang, Haihao | 1 | -2/+2 |
2011-05-05 | 1) test/*: enable/refine the test/* for both X11 and Android | Austin Yuan | 2 | -16/+12 |
2011-05-06 | corrected vaBufferInfo interface | Alexander I Osin | 1 | -5/+4 |
2011-05-06 | corrected vaBufferInfo interface | Alexander I Osin | 1 | -1/+1 |
2011-05-06 | Fixed number bugs in va_TraceSurface. | Alexander I Osin | 1 | -8/+10 |
2011-04-01 | Use constant instead of enum for RenderDevice/RenderMode | Austin Yuan | 1 | -14/+8 |
2011-04-01 | Fix build issue again | Austin Yuan | 1 | -2/+2 |
2011-04-01 | Fix build issue | Austin Yuan | 1 | -1/+1 |
2011-04-01 | 1. add interface VARenderDevice for output the video into an external dev... | Austin Yuan | 11 | -30/+154 |
2011-02-09 | Fix build issue | Austin Yuan | 1 | -1/+5 |
2011-02-08 | 1) cleanup for VA_FOOL | Austin Yuan | 11 | -32/+274 |
2011-02-09 | Make VADriverContext.vtable a pointer. | Gwenole Beauchesne | 4 | -54/+80 |
2011-02-09 | Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name. | Gwenole Beauchesne | 1 | -4/+2 |
2011-01-27 | Update VAAPI to 0.32 | Xiang, Haihao | 1 | -3/+3 |
2011-01-26 | Add profile into VAPictureParameterBufferVC1 | Xiang, Haihao | 1 | -0/+1 |
2011-01-14 | Refine VA_FOOL, and delete the hard coded clip va_fool_264.h | Austin Yuan | 15 | -19074/+984 |
2010-12-21 | Fix the build issue on Android | Austin Yuan | 1 | -12/+16 |
2010-12-21 | Remove config.h va/va_version.h (from Gwenole) | Austin Yuan | 1 | -87/+0 |
2010-12-21 | Add sysdeps.h for system-dependent definitions. e.g. Android. | Gwenole Beauchesne | 6 | -11/+49 |
2010-12-21 | Android: try to auto generate <va/version.h> | Gwenole Beauchesne | 1 | -1/+10 |
2010-10-28 | Added the missing files | Austin Yuan | 4 | -0/+19522 |
2010-10-28 | libva-1.0.6 | Austin Yuan | 9 | -503/+1379 |
2010-09-26 | For VAEncPictureParameterBufferH264:last_picture | Austin Yuan | 1 | -1/+3 |
2010-09-25 | Remove VADisplayAttribCSCFormat | Austin Yuan | 1 | -9/+1 |
2010-09-25 | Fix x11/Makefile.am license header | Austin Yuan | 1 | -17/+19 |
2010-09-15 | add scaling flags for vaPutSurface() | Xiang, Haihao | 1 | -0/+7 |
2010-07-26 | remove VADisplayAttribCSC* which is duplicated, and add VADisplayAttribCSCMat... | Austin Yuan | 1 | -5/+8 |
2010-07-26 | Fix detection of fglrx. | Gwenole Beauchesne | 5 | -4/+283 |
2010-07-26 | Fix H.264 PicParam buffer trace. | Gwenole Beauchesne | 1 | -1/+1 |
2010-07-26 | Fix va_TraceEndPicture() to unlock the VA surface. | Gwenole Beauchesne | 1 | -1/+5 |
2010-07-26 | Fix VA trace warnings. | Gwenole Beauchesne | 3 | -34/+123 |
2010-07-08 | Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT. | Gwenole Beauchesne | 1 | -0/+2 |
2010-07-07 | libva: render front buffer for Pixmap. | Xiang, Haihao | 3 | -2/+43 |
2010-07-07 | Drop GLX 1.3 requirement. | Gwenole Beauchesne | 1 | -6/+0 |
2010-07-07 | Call GLX Pixmap related functions through the vtable. | Gwenole Beauchesne | 2 | -11/+32 |
2010-06-08 | Added VA_STATUS_ERROR_INVALID_IMAGE_FORMAT | Austin Yuan | 1 | -0/+1 |
2010-06-08 | Merge branch 'i965_h264' | Xiang, Haihao | 4 | -17/+103 |
2010-06-04 | Link libva-android with libva for vaDisplayIsValid | Austin Yuan | 1 | -0/+2 |
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-02 | Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa... | Gwenole Beauchesne | 1 | -4/+0 |
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 | libva: update DRI2 to support swapbuffer | Xiang, Haihao | 4 | -16/+102 |
2010-06-02 | 1) clean up Android header file to make it work in C file (from zhaohan.ren a... | Austin Yuan | 3 | -54/+79 |
2010-06-02 | Fix make dist. | Gwenole Beauchesne | 1 | -0/+1 |