summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* i965_drv_video: check batch buffer emittingXiang, Haihao2010-12-063-1/+58
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* i965_drv_video: MACROs for MFX on SandybridgeXiang, Haihao2010-12-061-0/+39
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* i965_drv_video: PCI IDs and new MI_FLUSH_DW command for SandybridgeXiang, Haihao2010-12-064-19/+46
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Added the missing fileslibva-1.0.6Austin Yuan2010-10-287-0/+19788
|
* libva-1.0.6Austin Yuan2010-10-2814-509/+1396
| | | | | | | | | | | | | | | | | | | 1) Refinement for VA_TRACE, new LIBVA_FOOL, see the description in va_trace.c/va_fool.c 2) vaPutSurface flag VA_ENABLE_BLEND to blend the surface with a color 3) libva.spec for RPM package 4) Update VAAPI for dynamic bit rate control/AIR/maximum slice size ctrl 5) Added VA_STATUS_ERROR_DECODING/ENCODING_ERROR to report decode/encode error 6) Add config.h/va_vesion.h for Android 7) Update "vainfo.c" for Android Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> Signed-off-by: Binglin Chen <binglin.chen@intel.com> Signed-off-by: Fei Jiang <fei.jiang@intel.com> Signed-off-by: Elaine Wang <elaine.wang@intel.com> Signed-off-by: Ren Zhaohan <zhaohan.ren@intel.com> Signed-off-by: Jerry Dong <jerry.dong@intel.com> Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* For VAEncPictureParameterBufferH264:last_pictureAustin Yuan2010-09-261-1/+3
| | | | | | | 1: means the last picture of sequence 2: means the last picture of stream Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Remove VADisplayAttribCSCFormatAustin Yuan2010-09-251-9/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Fix x11/Makefile.am license headerAustin Yuan2010-09-251-17/+19
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Added libva-tpi.pc fileAustin Yuan2010-09-253-2/+14
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* bump library version to 1.0.5libva-1.0.5Xiang, Haihao2010-09-211-1/+1
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* i965_drv_video: deinterlacing & scalingXiang, Haihao2010-09-1511-15/+2584
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* i965_drv_video: add video processing kernelsXiang, Haihao2010-09-15109-1/+7730
|
* add scaling flags for vaPutSurface()Xiang, Haihao2010-09-151-0/+7
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Bump to 1.0.4libva-1.0.4Austin Yuan2010-07-261-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* remove VADisplayAttribCSC* which is duplicated, and add ↵Austin Yuan2010-07-262-6/+13
| | | | | | VADisplayAttribCSCMatrix for customized CSC matrix Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Fix detection of fglrx.Gwenole Beauchesne2010-07-265-4/+283
|
* Fix H.264 PicParam buffer trace.Gwenole Beauchesne2010-07-261-1/+1
|
* Fix va_TraceEndPicture() to unlock the VA surface.Gwenole Beauchesne2010-07-261-1/+5
|
* Fix VA trace warnings.Gwenole Beauchesne2010-07-263-34/+123
| | | | Missing declarations, wrong return values, if any, etc.
* Fix to require libdrm 2.4.21 or newer for i965 video driver.Xiang, Haihao2010-07-211-3/+3
| | | | This is necessary to support BSD command
* Fix rendering of subpictures.Gwenole Beauchesne2010-07-141-6/+2
|
* Fix vaGetImage() for YV12 format.Gwenole Beauchesne2010-07-131-9/+12
|
* Simplify vaGetImage().Gwenole Beauchesne2010-07-131-60/+56
|
* Fix vaGetImage() to wait for pending operations to complete.Gwenole Beauchesne2010-07-131-0/+3
|
* Add NV12 image format.Gwenole Beauchesne2010-07-132-1/+61
|
* Fix vaGetImage() bounds checking code.Gwenole Beauchesne2010-07-121-2/+4
|
* Move initialization of render_state->interleaved_uv to vaCreateContext().Gwenole Beauchesne2010-07-121-12/+11
|
* Fix out-of-source builds.Gwenole Beauchesne2010-07-121-1/+1
|
* Add I420 image format.Gwenole Beauchesne2010-07-122-2/+16
|
* i965_drv_video: use original widht/height for renderingXiang, Haihao2010-07-123-12/+19
|
* Fix vaTerminate().Gwenole Beauchesne2010-07-121-2/+2
|
*  Implement vaGetImage().Gwenole Beauchesne2010-07-121-1/+105
|
* Add YV12 image format.Gwenole Beauchesne2010-07-122-2/+32
|
* Don't return VA_STATUS_SUCCESS for unimplemented functions.Gwenole Beauchesne2010-07-121-7/+11
|
* Add RGBA subpictures.Gwenole Beauchesne2010-07-123-5/+24
|
* Fix subpictures formats array terminator.Gwenole Beauchesne2010-07-121-1/+1
|
* Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.Gwenole Beauchesne2010-07-081-0/+2
|
* i965_drv_video: [H.264] fix slice_data_bit_offsetXiang, Haihao2010-07-071-15/+54
| | | | | | | | | VASliceParameterBufferH264.slice_data_bit_offset will point into the part of slice header if there are some escaped bytes in the slice header. The offset to slice data is needed for BSD unit so that BSD unit can fetch right slice data for processing. This fixes conformance case BASQP1_Sony_C.jsv The method to get the total number of bytes in the slice header is provided by Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
* i965_drv_video: [H.264] fix the start of a slice for a MBAFF pictureXiang, Haihao2010-07-071-6/+2
|
* i965_drv_video: fix BSD batch buffer size.Xiang, Haihao2010-07-071-2/+4
| | | | Some stress cases need a large BSD batch buffer.
* libva: render front buffer for Pixmap.Xiang, Haihao2010-07-073-2/+43
| | | | The way to get drawable type is proposed by Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
* i965_drv_video: [H.264] fix different slice type in a same picture issue.Xiang, Haihao2010-07-073-11/+10
|
* Drop GLX 1.3 requirement.Gwenole Beauchesne2010-07-071-6/+0
|
* Call GLX Pixmap related functions through the vtable.Gwenole Beauchesne2010-07-072-11/+32
|
* i965_drv_video: [H.264] fix chroma issueXiang, Haihao2010-06-251-2/+2
|
* i965_drv_video: fix AVC mc kernelXiang, Haihao2010-06-183-8/+8
|
* bump library version to 1.0.3ww26.3-videolibva-1.0.3Xiang, Haihao2010-06-131-1/+1
|
* i965_drv_video: [H.264] fix register blocks for ILDBXiang, Haihao2010-06-131-1/+1
|
* Added VA_STATUS_ERROR_INVALID_IMAGE_FORMATAustin Yuan2010-06-081-0/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Merge branch 'i965_h264'Xiang, Haihao2010-06-08198-305/+31966
|\ | | | | | | | | Conflicts: va/x11/dri2_util.c