Age | Commit message (Expand) | Author | Files | Lines |
2010-09-21 | bump library version to 1.0.5libva-1.0.5 | Xiang, Haihao | 1 | -1/+1 |
2010-09-15 | i965_drv_video: deinterlacing & scaling | Xiang, Haihao | 11 | -15/+2584 |
2010-09-15 | i965_drv_video: add video processing kernels | Xiang, Haihao | 109 | -1/+7730 |
2010-09-15 | add scaling flags for vaPutSurface() | Xiang, Haihao | 1 | -0/+7 |
2010-07-26 | Bump to 1.0.4libva-1.0.4 | Austin Yuan | 1 | -1/+1 |
2010-07-26 | remove VADisplayAttribCSC* which is duplicated, and add VADisplayAttribCSCMat... | Austin Yuan | 2 | -6/+13 |
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-21 | Fix to require libdrm 2.4.21 or newer for i965 video driver. | Xiang, Haihao | 1 | -3/+3 |
2010-07-14 | Fix rendering of subpictures. | Gwenole Beauchesne | 1 | -6/+2 |
2010-07-13 | Fix vaGetImage() for YV12 format. | Gwenole Beauchesne | 1 | -9/+12 |
2010-07-13 | Simplify vaGetImage(). | Gwenole Beauchesne | 1 | -60/+56 |
2010-07-13 | Fix vaGetImage() to wait for pending operations to complete. | Gwenole Beauchesne | 1 | -0/+3 |
2010-07-13 | Add NV12 image format. | Gwenole Beauchesne | 2 | -1/+61 |
2010-07-12 | Fix vaGetImage() bounds checking code. | Gwenole Beauchesne | 1 | -2/+4 |
2010-07-12 | Move initialization of render_state->interleaved_uv to vaCreateContext(). | Gwenole Beauchesne | 1 | -12/+11 |
2010-07-12 | Fix out-of-source builds. | Gwenole Beauchesne | 1 | -1/+1 |
2010-07-12 | Add I420 image format. | Gwenole Beauchesne | 2 | -2/+16 |
2010-07-12 | i965_drv_video: use original widht/height for rendering | Xiang, Haihao | 3 | -12/+19 |
2010-07-12 | Fix vaTerminate(). | Gwenole Beauchesne | 1 | -2/+2 |
2010-07-12 | Implement vaGetImage(). | Gwenole Beauchesne | 1 | -1/+105 |
2010-07-12 | Add YV12 image format. | Gwenole Beauchesne | 2 | -2/+32 |
2010-07-12 | Don't return VA_STATUS_SUCCESS for unimplemented functions. | Gwenole Beauchesne | 1 | -7/+11 |
2010-07-12 | Add RGBA subpictures. | Gwenole Beauchesne | 3 | -5/+24 |
2010-07-12 | Fix subpictures formats array terminator. | Gwenole Beauchesne | 1 | -1/+1 |
2010-07-08 | Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT. | Gwenole Beauchesne | 1 | -0/+2 |
2010-07-07 | i965_drv_video: [H.264] fix slice_data_bit_offset | Xiang, Haihao | 1 | -15/+54 |
2010-07-07 | i965_drv_video: [H.264] fix the start of a slice for a MBAFF picture | Xiang, Haihao | 1 | -6/+2 |
2010-07-07 | i965_drv_video: fix BSD batch buffer size. | Xiang, Haihao | 1 | -2/+4 |
2010-07-07 | libva: render front buffer for Pixmap. | Xiang, Haihao | 3 | -2/+43 |
2010-07-07 | i965_drv_video: [H.264] fix different slice type in a same picture issue. | Xiang, Haihao | 3 | -11/+10 |
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-25 | i965_drv_video: [H.264] fix chroma issue | Xiang, Haihao | 1 | -2/+2 |
2010-06-18 | i965_drv_video: fix AVC mc kernel | Xiang, Haihao | 3 | -8/+8 |
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 | 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 | 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 | 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 |