summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* corrected vaBufferInfo interfaceAlexander I Osin2011-05-061-5/+4
* corrected vaBufferInfo interfaceAlexander I Osin2011-05-061-1/+1
* Fixed number bugs in va_TraceSurface.Alexander I Osin2011-05-061-8/+10
* test/encode/avcenc: a simple encoder based on VA API for H.264Zhou Chang2011-04-282-1/+819
* Merge branch 'snb-encoder'Xiang, Haihao2011-04-2621-35/+2720
|\
| * i965_drv_video/encode: offset for coded bufferXiang, Haihao2011-04-262-1/+3
| * i965_drv_video/encode: indentation fixXiang, Haihao2011-04-221-19/+19
| * i965_drv_video/encode: media read with sampler cacheXiang, Haihao2011-04-221-2/+2
| * i965_drv_video/video: set base address for MV dataXiang, Haihao2011-04-221-6/+8
| * i965_drv_video/encode: merge global symbols in intra/inter shaderXiang, Haihao2011-04-225-209/+123
| * i965_drv_video/encode: remove all intra data in inter shaderXiang, Haihao2011-04-222-46/+23
| * i965_drv_video: clean up gen6_mfc_avc_pipeline_programingXiang, Haihao2011-04-221-22/+19
| * i965_drv_video/encode: merge the object command for intra/inter frameXiang, Haihao2011-04-221-36/+7
| * i965_drv_video/encode: also simplify the object command for inter frameXiang, Haihao2011-04-221-108/+1
| * i965_drv_video/encode: reduce inline data for inter shaderXiang, Haihao2011-04-223-33/+245
| * i965_drv_video: simplify the object command for intra frameXiang, Haihao2011-04-212-130/+33
| * i965_drv_video/encode: fetch neighbor pixel in intra shaderXiang, Haihao2011-04-213-25/+265
| * i965_drv_video/encode: fix neighbor pixel luma value in VME messageXiang, Haihao2011-04-211-2/+2
| * i965_drv_video/encode: fix macroblock instra struct in VME messageXiang, Haihao2011-04-211-4/+4
| * i965_drv_video/encode: fix interface descriptor tableXiang, Haihao2011-04-141-17/+11
| * add inter frame support in vme.Zhou Chang2011-04-145-34/+268
| * i965_drv_video/encode: fix CURBE usage for VMEXiang, Haihao2011-04-142-6/+10
| * disabling cabac zeros words inert, using 0x00000000 as end of bit streaming f...Zhou Chang2011-04-071-2/+2
| * Support Inter frames in driver.Zhou Chang2011-04-072-112/+144
| * test/encode/h264encode: Destroy config after context.Xiang, Haihao2011-04-071-1/+1
| * fix for VAEncCodedBufferTypeXiang, Haihao2011-04-072-2/+24
| * Workaround for 720p/1080p encodingXiang, Haihao2011-04-074-42/+92
| * release all BOs when terminatingXiang, Haihao2011-04-072-33/+54
| * fix internal buffer sizeXiang, Haihao2011-04-071-2/+2
| * fix for interface descriptorXiang, Haihao2011-04-071-1/+1
| * i965_drv_vidoe: Encoder on Sandy BridgeZhou Chang2011-04-0716-33/+2250
* | i965_drv_video: fix the format of a derived image for MPEG2 on ILKXiang, Haihao2011-04-113-29/+50
* | i965_drv_video: associate the derived image with the surfaceXiang, Haihao2011-04-111-0/+1
|/
* Use constant instead of enum for RenderDevice/RenderModelibva-1.0.12Austin Yuan2011-04-011-14/+8
* Fix build issue againAustin Yuan2011-04-011-2/+2
* Fix build issueAustin Yuan2011-04-011-1/+1
* Bump to 1.0.12Austin Yuan2011-04-011-1/+1
* 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan2011-04-0117-33/+173
* bump library version to 1.0.11libva-1.0.11Xiang, Haihao2011-03-282-2/+2
* i965_drv_video/VC1: fix for single intensity compensation parameter settingXiang, Haihao2011-03-141-3/+5
* i965_drv_video/VC1: fix data offset for Main/Simple profileXiang, Haihao2011-03-141-7/+13
* i965_drv_video/VC1: disable overlap if PQUANT is less than 9 in Main/Simple p...Xiang, Haihao2011-03-111-3/+13
* i965_drv_video: Fixes the dimension of a surface on SandyBridgeXiang, Haihao2011-03-111-1/+1
* i965_drv_video: rendere I420/YV12 surface on SandyBridgeXiang, Haihao2011-03-116-13/+69
* i965_drv_video: only use tiled surface for NV12 on SandyBridgeXiang, Haihao2011-03-111-2/+3
* i965_drv_video: deinterlacing & scaling on SandyBridgeXiang, Haihao2011-03-105-197/+780
* i965_drv_video: shaders for post processing on SandyBridgeXiang, Haihao2011-03-1013-74/+969
* i965_drv_video: move pp_context to i965_driver_data and make it a pointer.Xiang, Haihao2011-03-105-64/+81
* i965_drv_video: don't support MPEG2/VC1/H264 without BSD support on SandyBridge.Xiang, Haihao2011-03-101-10/+15
* i965_drv_video: Implement vaDeriveImage()Xiang, Haihao2011-03-105-24/+199