summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: fix libva required version.v1.0-branchGwenole Beauchesne2012-09-201-1/+1
* configure: simplify check for VA-API version.Gwenole Beauchesne2012-09-201-4/+2
* build: use libva-intel-driver as the package name.Gwenole Beauchesne2012-09-207-10/+10
* intel-driver 1.0.181.0.18Xiang, Haihao2012-08-022-7/+5
* The version of VA-API is at least 0.32.1Xiang, Haihao2012-08-021-2/+5
* Adopt the new interfaces for JPEG decodingXiang, Haihao2012-07-261-43/+39
* Revert "Fix build with older VA-API (libva)."Xiang, Haihao2012-07-263-30/+0
* NEWS: updates.Gwenole Beauchesne2012-06-271-5/+21
* configure: bump version for development.Gwenole Beauchesne2012-06-271-2/+2
* configure: require automake >= 1.9 for tar-ustar option.Gwenole Beauchesne2012-06-271-1/+1
* h264: fix 4K decoding (IVB).Gwenole Beauchesne2012-06-271-6/+11
* Implementation for i965_SyncSurface and i965_QuerySurfaceStatusDmitry Ermilov2012-06-151-7/+11
* new version for developmentXiang, Haihao2012-05-291-2/+2
* 1.0.18Xiang, Haihao2012-05-291-2/+2
* Fix the error code for unsupported resolutionXiang, Haihao2012-05-041-1/+1
* MPEG-2: Fix MFX_QM_STATE command on IvybridgeXiang, Haihao2012-05-031-12/+32
* Enlarge some internal buffer for H.264 decoding on IvybridgeXiang, Haihao2012-05-021-2/+2
* Add support for new Ivybridge chipsetXiang, Haihao2012-04-131-1/+3
* Include the missing config.hXiang, Haihao2012-04-101-0/+1
* mpeg2: propagate reference surfaces to other slots.Gwenole Beauchesne2012-03-301-2/+6
* Check the max resolution supported by hardware when create VA contextXiang, Haihao2012-03-272-0/+16
* Allocate internal buffers with right size for SNB & IVBXiang, Haihao2012-03-272-26/+42
* Avoid moving objects in a heap to a new address when expanding this heapXiang, Haihao2012-03-262-13/+50
* mpeg2: fix construction of reference frames list (SNB, IVB).Gwenole Beauchesne2012-03-185-38/+110
* mpeg2: fix reference surfaces construction (IVB).Gwenole Beauchesne2012-03-181-1/+1
* mpeg2: fix TFF calculation (SNB).Gwenole Beauchesne2012-03-181-1/+9
* mpeg2: fix incorrect slice_vertical_position from codec layers.Gwenole Beauchesne2012-03-189-8/+87
* Add WARN_ONCE() helper macro.Gwenole Beauchesne2012-03-181-0/+8
* render: fix rendering of interlaced surfaces.Gwenole Beauchesne2012-03-144-43/+93
* h264: fix max header size calculation with EPB.Gwenole Beauchesne2012-03-141-1/+1
* h264: fix scan for bit offset to macroblock.Gwenole Beauchesne2012-03-141-7/+8
* h264: fix weight denom for implicit weight tables (SNB).Gwenole Beauchesne2012-03-131-2/+12
* h264: fix weighted prediction indicator (SNB).Gwenole Beauchesne2012-03-132-1/+2
* h264: fix first macroblock bit offset calculation (ILK, SNB, IVB).Gwenole Beauchesne2012-03-026-108/+100
* vc1: fix bitplane buffer size (SNB, IVB).Gwenole Beauchesne2012-02-233-2/+3
* h264: always submit MFX_QM_STATE for flat scaling lists (IVB).Gwenole Beauchesne2012-02-145-10/+40
* jpeg: fix memory leak of huffman tables.Gwenole Beauchesne2012-02-141-0/+1
* Fix build with older VA-API (libva).Gwenole Beauchesne2012-02-143-0/+30
* Fix compile error after cherry-pickXiang, Haihao2012-02-071-3/+3
* A workaround for JPEG decoding on IvybridgeXiang, Haihao2012-02-072-1/+418
* Fix y offset for Cb/CrXiang, Haihao2012-02-071-2/+2
* JPEG component id macros are removed, so don't use them in driverXiang, Haihao2012-02-071-5/+5
* Fix frame height/width for YUV400/YUV444/YUV422V_2Y JPEG imageXiang, Haihao2012-02-071-2/+2
* Map JPEG component id to Y, Cb, CrXiang, Haihao2012-02-071-4/+2
* Render YUV400 image on IvybridgeXiang, Haihao2012-02-073-7/+28
* Fix graphics memory allocation for VA surfaceXiang, Haihao2012-02-0710-90/+231
* use the revised JPEG decoding interfaceXiang, Haihao2012-02-071-23/+74
* Fix the bug for IVB jpeg decodingHai Lan2012-02-071-0/+4
* use the new JPEG decoding interfaceXiang, Haihao2012-02-071-1/+1
* i965_drv_video: support JPEG decoding on IvybridgeXiang, Haihao2012-02-078-27/+411