Age | Commit message (Expand) | Author | Files | Lines |
2012-08-22 | add packaging filessubmit/trunk/20120822.062726submit/2.0/20130306.223001accepted/trunk/20120822.173412accepted/2.0/20130306.2315051.0_branch1.0 | Zhao Halley | 3 | -0/+61 |
2012-08-10 | add nv12 to rgb conversion in post processing | Zhao Halley | 2 | -0/+60 |
2012-08-10 | add GPU shader for NV12->RGBX conversion | Zhao Halley | 9 | -2/+2127 |
2012-08-10 | add rgbx to nv12 conversion in post-processing | Zhao Halley | 2 | -3/+87 |
2012-08-10 | add GPU shader for RGB->NV12 conversion | Zhao Halley | 9 | -0/+1675 |
2012-08-10 | define RGB layout in static parameter | Zhao Halley | 2 | -14/+38 |
2012-08-10 | distinguish first plane width in pixel or in byte | Zhao Halley | 1 | -7/+19 |
2012-08-10 | add RGB format surface support | Zhao Halley | 2 | -18/+83 |
2012-08-06 | wayland: drop explicit dependencies to Wayland libraries. | Gwenole Beauchesne | 3 | -27/+151 |
2012-08-06 | wayland: ship with wayland-drm protocol. | Zhao halley | 5 | -0/+407 |
2012-08-06 | Add Wayland support. | Gwenole Beauchesne | 6 | -0/+317 |
2012-08-06 | Drop explicit dependency on libva-x11. | Gwenole Beauchesne | 3 | -5/+73 |
2012-08-06 | Allow build without VA/X11 API. | Dmitry Ermilov | 5 | -113/+250 |
2012-08-06 | Add raw DRM support. | Dmitry Ermilov | 3 | -1/+32 |
2012-08-06 | Add shared library utils. | Gwenole Beauchesne | 3 | -0/+186 |
2012-07-27 | dri: cope with drm_state changes. | Gwenole Beauchesne | 2 | -9/+11 |
2012-07-26 | Adopt the new interfaces for JPEG decoding | Xiang, Haihao | 1 | -25/+21 |
2012-07-07 | Adjust the search path and LUT_MV table in VME | Xiang, Haihao | 5 | -15/+15 |
2012-06-28 | Add support for UYVY | Xiang, Haihao | 3 | -4/+18 |
2012-06-28 | color conversion between planar and packed formats on IVB | Xiang, Haihao | 1 | -64/+111 |
2012-06-28 | New shaders for color conversion between packed and planar YUV on IVB | Xiang, Haihao | 9 | -0/+733 |
2012-06-28 | add YUY2 support in i965_GetSurfaceAttributes, fix a small issue | Zhao Halley | 1 | -3/+5 |
2012-06-28 | support NV12/I420/YV12->I420/YV12 conversion | Zhao Halley | 1 | -2/+6 |
2012-06-27 | configure: require automake >= 1.9 for tar-ustar option. | Gwenole Beauchesne | 1 | -1/+1 |
2012-06-27 | h264: fix 4K decoding (IVB). | Gwenole Beauchesne | 1 | -6/+11 |
2012-06-27 | Fix the width of the UV surface for AVS on IVB | Xiang, Haihao | 1 | -1/+1 |
2012-06-26 | only update u/v offset for some video processes | Xiang, Haihao | 1 | -47/+43 |
2012-06-26 | Fix the parameter initialization for IVB | Xiang, Haihao | 1 | -11/+13 |
2012-06-26 | Fix the mapping between VA filters and internal video processing | Xiang, Haihao | 1 | -0/+2 |
2012-06-26 | Fix the number of the supported image formats | Xiang, Haihao | 1 | -1/+1 |
2012-06-26 | Update the PA shader for ILK/SNB | Xiang, Haihao | 4 | -4/+4 |
2012-06-25 | update image width of packed format | Zhao halley | 1 | -1/+4 |
2012-06-25 | add YUY2 format support in getimage/putimage | Zhao halley | 1 | -3/+126 |
2012-06-25 | add YUY2 to supported image list | Zhao halley | 1 | -0/+2 |
2012-06-25 | fix a mistake in PA_Load_8x8.asm | Zhao halley | 5 | -5/+5 |
2012-06-25 | add YUY2->YV12 conversion in post processing (SNB/ILK) | Zhao halley | 2 | -1/+58 |
2012-06-25 | add pa_load_save_pl3 for YUY2-->YV12 conversion (SNB/ILK) | Zhao halley | 4 | -0/+340 |
2012-06-18 | jpeg: fix submission of quantization and Huffman tables. | Gwenole Beauchesne | 1 | -0/+5 |
2012-06-15 | Implementation for i965_SyncSurface and i965_QuerySurfaceStatus | Dmitry Ermilov | 1 | -7/+11 |
2012-06-11 | silence compiler warning | Xiang, Haihao | 1 | -2/+1 |
2012-06-11 | Fix slice delta for CBR mode | Xiang, Haihao | 1 | -2/+2 |
2012-06-11 | New BRC algorithm to match HRD | Rogozhkin, Dmitry V | 7 | -84/+322 |
2012-06-07 | Currently only SNB supports packed YUV image | Xiang, Haihao | 1 | -50/+54 |
2012-06-07 | Fix coded buffer size calculating for CBR mode | Xiang, Haihao | 3 | -54/+54 |
2012-06-07 | Fix QP setting for CBR mode | Xiang, Haihao | 1 | -0/+22 |
2012-05-31 | Accept packed misc data package such as SEI data | Xiang, Haihao | 3 | -55/+83 |
2012-05-30 | Fix weight denom for implicit weight tables on SNB for encoding | Xiang, Haihao | 1 | -1/+12 |
2012-05-30 | Don't render the target surface with background if alpha value is 0 | Xiang, Haihao | 1 | -1/+4 |
2012-05-30 | clear background under right context | Xiang, Haihao | 1 | -1/+1 |
2012-05-29 | Optimal parameters for Intra prediction mode | Rogozhkin, Dmitry V | 1 | -26/+101 |