summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-22add packaging filessubmit/trunk/20120822.062726submit/2.0/20130306.223001accepted/trunk/20120822.173412accepted/2.0/20130306.2315051.0_branch1.0Zhao Halley3-0/+61
2012-08-10add nv12 to rgb conversion in post processingZhao Halley2-0/+60
2012-08-10add GPU shader for NV12->RGBX conversionZhao Halley9-2/+2127
2012-08-10add rgbx to nv12 conversion in post-processingZhao Halley2-3/+87
2012-08-10add GPU shader for RGB->NV12 conversionZhao Halley9-0/+1675
2012-08-10define RGB layout in static parameterZhao Halley2-14/+38
2012-08-10distinguish first plane width in pixel or in byteZhao Halley1-7/+19
2012-08-10add RGB format surface supportZhao Halley2-18/+83
2012-08-06wayland: drop explicit dependencies to Wayland libraries.Gwenole Beauchesne3-27/+151
2012-08-06wayland: ship with wayland-drm protocol.Zhao halley5-0/+407
2012-08-06Add Wayland support.Gwenole Beauchesne6-0/+317
2012-08-06Drop explicit dependency on libva-x11.Gwenole Beauchesne3-5/+73
2012-08-06Allow build without VA/X11 API.Dmitry Ermilov5-113/+250
2012-08-06Add raw DRM support.Dmitry Ermilov3-1/+32
2012-08-06Add shared library utils.Gwenole Beauchesne3-0/+186
2012-07-27dri: cope with drm_state changes.Gwenole Beauchesne2-9/+11
2012-07-26Adopt the new interfaces for JPEG decodingXiang, Haihao1-25/+21
2012-07-07Adjust the search path and LUT_MV table in VMEXiang, Haihao5-15/+15
2012-06-28Add support for UYVYXiang, Haihao3-4/+18
2012-06-28color conversion between planar and packed formats on IVBXiang, Haihao1-64/+111
2012-06-28New shaders for color conversion between packed and planar YUV on IVBXiang, Haihao9-0/+733
2012-06-28add YUY2 support in i965_GetSurfaceAttributes, fix a small issueZhao Halley1-3/+5
2012-06-28support NV12/I420/YV12->I420/YV12 conversionZhao Halley1-2/+6
2012-06-27configure: require automake >= 1.9 for tar-ustar option.Gwenole Beauchesne1-1/+1
2012-06-27h264: fix 4K decoding (IVB).Gwenole Beauchesne1-6/+11
2012-06-27Fix the width of the UV surface for AVS on IVBXiang, Haihao1-1/+1
2012-06-26only update u/v offset for some video processesXiang, Haihao1-47/+43
2012-06-26Fix the parameter initialization for IVBXiang, Haihao1-11/+13
2012-06-26Fix the mapping between VA filters and internal video processingXiang, Haihao1-0/+2
2012-06-26Fix the number of the supported image formatsXiang, Haihao1-1/+1
2012-06-26Update the PA shader for ILK/SNBXiang, Haihao4-4/+4
2012-06-25update image width of packed formatZhao halley1-1/+4
2012-06-25add YUY2 format support in getimage/putimageZhao halley1-3/+126
2012-06-25add YUY2 to supported image listZhao halley1-0/+2
2012-06-25fix a mistake in PA_Load_8x8.asmZhao halley5-5/+5
2012-06-25add YUY2->YV12 conversion in post processing (SNB/ILK)Zhao halley2-1/+58
2012-06-25add pa_load_save_pl3 for YUY2-->YV12 conversion (SNB/ILK)Zhao halley4-0/+340
2012-06-18jpeg: fix submission of quantization and Huffman tables.Gwenole Beauchesne1-0/+5
2012-06-15Implementation for i965_SyncSurface and i965_QuerySurfaceStatusDmitry Ermilov1-7/+11
2012-06-11silence compiler warningXiang, Haihao1-2/+1
2012-06-11Fix slice delta for CBR modeXiang, Haihao1-2/+2
2012-06-11New BRC algorithm to match HRDRogozhkin, Dmitry V7-84/+322
2012-06-07Currently only SNB supports packed YUV imageXiang, Haihao1-50/+54
2012-06-07Fix coded buffer size calculating for CBR modeXiang, Haihao3-54/+54
2012-06-07Fix QP setting for CBR modeXiang, Haihao1-0/+22
2012-05-31Accept packed misc data package such as SEI dataXiang, Haihao3-55/+83
2012-05-30Fix weight denom for implicit weight tables on SNB for encodingXiang, Haihao1-1/+12
2012-05-30Don't render the target surface with background if alpha value is 0Xiang, Haihao1-1/+4
2012-05-30clear background under right contextXiang, Haihao1-1/+1
2012-05-29Optimal parameters for Intra prediction modeRogozhkin, Dmitry V1-26/+101