summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fdva-master'20100818_5.3.0.002020100811_5.3.0.001920100804_5.3.0.001820100730_5.3.0.0017Austin Yuan2010-07-2616-99/+715
|\
| * 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
| |
* | Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva20100721_5.3.0.001520100713_5.3.0.0014Austin Yuan2010-07-093-3/+33
|\ \
| * | Add "Android.mk" for "vainfo"; update "vainfo.c" for AndroidJerry Dong2010-07-073-3/+33
| | |
* | | Merge branch 'fdva-master'Austin Yuan2010-07-0913-63/+157
|\ \ \ | |/ / |/| / | |/
| * 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
| |
* | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva20100701_5.3.0.001320100621_5.3.0.001120100612_5.3.0.0012Austin Yuan2010-06-172-2/+2
|\ \ | |/
| * 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
| |
* | Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva20100609_5.3.0.0010Austin Yuan2010-06-080-0/+0
|\ \
| * | Link libva for vaDisplayIsValidRen Zhaohan2010-06-041-0/+2
| | |
* | | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libvaAustin Yuan2010-06-08200-305/+31969
|\ \ \ | |/ / |/| / | |/
| * 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
| | * i965_drv_video: [H.264] some code clean upXiang, Haihao2010-06-083-11/+3
| | |
| | * i965_drv_video: new ring buffer flagXiang, Haihao2010-06-021-5/+5
| | |
| | * i965_drv_video: fix graphics memory usageXiang, Haihao2010-06-0213-122/+232
| | |
| | * i965_drv_video: don't execute batch buffer after decoding a pictureXiang, Haihao2010-06-024-15/+17
| | |
| | * i965_drv_video: [H.264] enlarge concurrent threads for ILDBXiang, Haihao2010-06-021-1/+5
| | |