summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-06egl: add support for vaGetBufferAttributeEGL().{obsolete}/13.eglGwenole Beauchesne1-23/+45
2012-09-06Implement new VA/EGL API.Gwenole Beauchesne6-0/+389
2012-08-10intel-driver: Call intel_driver_terminate after i965_destroy_heapStéphane Marchesin1-3/+3
2012-08-02Bump a new version for developmentXiang, Haihao1-2/+2
2012-08-02intel-driver 1.0.18Xiang, Haihao2-7/+5
2012-08-02The version of VA-API is at least 0.32.1Xiang, Haihao1-2/+5
2012-07-26Adopt the new interfaces for JPEG decodingXiang, Haihao1-43/+39
2012-07-26Revert "Fix build with older VA-API (libva)."Xiang, Haihao3-30/+0
2012-06-27NEWS: updates.Gwenole Beauchesne1-5/+21
2012-06-27configure: bump version for development.Gwenole Beauchesne1-2/+2
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-15Implementation for i965_SyncSurface and i965_QuerySurfaceStatusDmitry Ermilov1-7/+11
2012-05-29new version for developmentXiang, Haihao1-2/+2
2012-05-291.0.18Xiang, Haihao1-2/+2
2012-05-04Fix the error code for unsupported resolutionXiang, Haihao1-1/+1
2012-05-03MPEG-2: Fix MFX_QM_STATE command on IvybridgeXiang, Haihao1-12/+32
2012-05-02Enlarge some internal buffer for H.264 decoding on IvybridgeXiang, Haihao1-2/+2
2012-04-13Add support for new Ivybridge chipsetXiang, Haihao1-1/+3
2012-04-10Include the missing config.hXiang, Haihao1-0/+1
2012-03-30mpeg2: propagate reference surfaces to other slots.Gwenole Beauchesne1-2/+6
2012-03-27Check the max resolution supported by hardware when create VA contextXiang, Haihao2-0/+16
2012-03-27Allocate internal buffers with right size for SNB & IVBXiang, Haihao2-26/+42
2012-03-26Avoid moving objects in a heap to a new address when expanding this heapXiang, Haihao2-13/+50
2012-03-18mpeg2: fix construction of reference frames list (SNB, IVB).Gwenole Beauchesne5-38/+110
2012-03-18mpeg2: fix reference surfaces construction (IVB).Gwenole Beauchesne1-1/+1
2012-03-18mpeg2: fix TFF calculation (SNB).Gwenole Beauchesne1-1/+9
2012-03-18mpeg2: fix incorrect slice_vertical_position from codec layers.Gwenole Beauchesne9-8/+87
2012-03-18Add WARN_ONCE() helper macro.Gwenole Beauchesne1-0/+8
2012-03-14render: fix rendering of interlaced surfaces.Gwenole Beauchesne4-43/+93
2012-03-14h264: fix max header size calculation with EPB.Gwenole Beauchesne1-1/+1
2012-03-14h264: fix scan for bit offset to macroblock.Gwenole Beauchesne1-7/+8
2012-03-13h264: fix weight denom for implicit weight tables (SNB).Gwenole Beauchesne1-2/+12
2012-03-13h264: fix weighted prediction indicator (SNB).Gwenole Beauchesne2-1/+2
2012-03-02h264: fix first macroblock bit offset calculation (ILK, SNB, IVB).Gwenole Beauchesne6-108/+100
2012-02-23vc1: fix bitplane buffer size (SNB, IVB).Gwenole Beauchesne3-2/+3
2012-02-14h264: always submit MFX_QM_STATE for flat scaling lists (IVB).Gwenole Beauchesne5-10/+40
2012-02-14jpeg: fix memory leak of huffman tables.Gwenole Beauchesne1-0/+1
2012-02-14Fix build with older VA-API (libva).Gwenole Beauchesne3-0/+30
2012-02-07Fix compile error after cherry-pickXiang, Haihao1-3/+3
2012-02-07A workaround for JPEG decoding on IvybridgeXiang, Haihao2-1/+418
2012-02-07Fix y offset for Cb/CrXiang, Haihao1-2/+2
2012-02-07JPEG component id macros are removed, so don't use them in driverXiang, Haihao1-5/+5
2012-02-07Fix frame height/width for YUV400/YUV444/YUV422V_2Y JPEG imageXiang, Haihao1-2/+2
2012-02-07Map JPEG component id to Y, Cb, CrXiang, Haihao1-4/+2
2012-02-07Render YUV400 image on IvybridgeXiang, Haihao3-7/+28
2012-02-07Fix graphics memory allocation for VA surfaceXiang, Haihao10-90/+231
2012-02-07use the revised JPEG decoding interfaceXiang, Haihao1-23/+74
2012-02-07Fix the bug for IVB jpeg decodingHai Lan1-0/+4
2012-02-07use the new JPEG decoding interfaceXiang, Haihao1-1/+1