Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fdva-master'20100818_5.3.0.002020100811_5.3.0.001920100804_5.3.0.001820100730_5.3.0.0017 | Austin Yuan | 2010-07-26 | 16 | -99/+715 |
|\ | |||||
| * | Bump to 1.0.4libva-1.0.4 | Austin Yuan | 2010-07-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | ||||
| * | remove VADisplayAttribCSC* which is duplicated, and add ↵ | Austin Yuan | 2010-07-26 | 2 | -6/+13 |
| | | | | | | | | | | | | VADisplayAttribCSCMatrix for customized CSC matrix Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | ||||
| * | Fix detection of fglrx. | Gwenole Beauchesne | 2010-07-26 | 5 | -4/+283 |
| | | |||||
| * | Fix H.264 PicParam buffer trace. | Gwenole Beauchesne | 2010-07-26 | 1 | -1/+1 |
| | | |||||
| * | Fix va_TraceEndPicture() to unlock the VA surface. | Gwenole Beauchesne | 2010-07-26 | 1 | -1/+5 |
| | | |||||
| * | Fix VA trace warnings. | Gwenole Beauchesne | 2010-07-26 | 3 | -34/+123 |
| | | | | | | | | Missing declarations, wrong return values, if any, etc. | ||||
| * | Fix to require libdrm 2.4.21 or newer for i965 video driver. | Xiang, Haihao | 2010-07-21 | 1 | -3/+3 |
| | | | | | | | | This is necessary to support BSD command | ||||
| * | Fix rendering of subpictures. | Gwenole Beauchesne | 2010-07-14 | 1 | -6/+2 |
| | | |||||
| * | Fix vaGetImage() for YV12 format. | Gwenole Beauchesne | 2010-07-13 | 1 | -9/+12 |
| | | |||||
| * | Simplify vaGetImage(). | Gwenole Beauchesne | 2010-07-13 | 1 | -60/+56 |
| | | |||||
| * | Fix vaGetImage() to wait for pending operations to complete. | Gwenole Beauchesne | 2010-07-13 | 1 | -0/+3 |
| | | |||||
| * | Add NV12 image format. | Gwenole Beauchesne | 2010-07-13 | 2 | -1/+61 |
| | | |||||
| * | Fix vaGetImage() bounds checking code. | Gwenole Beauchesne | 2010-07-12 | 1 | -2/+4 |
| | | |||||
| * | Move initialization of render_state->interleaved_uv to vaCreateContext(). | Gwenole Beauchesne | 2010-07-12 | 1 | -12/+11 |
| | | |||||
| * | Fix out-of-source builds. | Gwenole Beauchesne | 2010-07-12 | 1 | -1/+1 |
| | | |||||
| * | Add I420 image format. | Gwenole Beauchesne | 2010-07-12 | 2 | -2/+16 |
| | | |||||
| * | i965_drv_video: use original widht/height for rendering | Xiang, Haihao | 2010-07-12 | 3 | -12/+19 |
| | | |||||
| * | Fix vaTerminate(). | Gwenole Beauchesne | 2010-07-12 | 1 | -2/+2 |
| | | |||||
| * | Implement vaGetImage(). | Gwenole Beauchesne | 2010-07-12 | 1 | -1/+105 |
| | | |||||
| * | Add YV12 image format. | Gwenole Beauchesne | 2010-07-12 | 2 | -2/+32 |
| | | |||||
| * | Don't return VA_STATUS_SUCCESS for unimplemented functions. | Gwenole Beauchesne | 2010-07-12 | 1 | -7/+11 |
| | | |||||
| * | Add RGBA subpictures. | Gwenole Beauchesne | 2010-07-12 | 3 | -5/+24 |
| | | |||||
| * | Fix subpictures formats array terminator. | Gwenole Beauchesne | 2010-07-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva20100721_5.3.0.001520100713_5.3.0.0014 | Austin Yuan | 2010-07-09 | 3 | -3/+33 |
|\ \ | |||||
| * | | Add "Android.mk" for "vainfo"; update "vainfo.c" for Android | Jerry Dong | 2010-07-07 | 3 | -3/+33 |
| | | | |||||
* | | | Merge branch 'fdva-master' | Austin Yuan | 2010-07-09 | 13 | -63/+157 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT. | Gwenole Beauchesne | 2010-07-08 | 1 | -0/+2 |
| | | |||||
| * | i965_drv_video: [H.264] fix slice_data_bit_offset | Xiang, Haihao | 2010-07-07 | 1 | -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 picture | Xiang, Haihao | 2010-07-07 | 1 | -6/+2 |
| | | |||||
| * | i965_drv_video: fix BSD batch buffer size. | Xiang, Haihao | 2010-07-07 | 1 | -2/+4 |
| | | | | | | | | Some stress cases need a large BSD batch buffer. | ||||
| * | libva: render front buffer for Pixmap. | Xiang, Haihao | 2010-07-07 | 3 | -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, Haihao | 2010-07-07 | 3 | -11/+10 |
| | | |||||
| * | Drop GLX 1.3 requirement. | Gwenole Beauchesne | 2010-07-07 | 1 | -6/+0 |
| | | |||||
| * | Call GLX Pixmap related functions through the vtable. | Gwenole Beauchesne | 2010-07-07 | 2 | -11/+32 |
| | | |||||
| * | i965_drv_video: [H.264] fix chroma issue | Xiang, Haihao | 2010-06-25 | 1 | -2/+2 |
| | | |||||
| * | i965_drv_video: fix AVC mc kernel | Xiang, Haihao | 2010-06-18 | 3 | -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.0012 | Austin Yuan | 2010-06-17 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | bump library version to 1.0.3ww26.3-videolibva-1.0.3 | Xiang, Haihao | 2010-06-13 | 1 | -1/+1 |
| | | |||||
| * | i965_drv_video: [H.264] fix register blocks for ILDB | Xiang, Haihao | 2010-06-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva20100609_5.3.0.0010 | Austin Yuan | 2010-06-08 | 0 | -0/+0 |
|\ \ | |||||
| * | | Link libva for vaDisplayIsValid | Ren Zhaohan | 2010-06-04 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva | Austin Yuan | 2010-06-08 | 200 | -305/+31969 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Added VA_STATUS_ERROR_INVALID_IMAGE_FORMAT | Austin Yuan | 2010-06-08 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> | ||||
| * | Merge branch 'i965_h264' | Xiang, Haihao | 2010-06-08 | 198 | -305/+31966 |
| |\ | | | | | | | | | | | | | Conflicts: va/x11/dri2_util.c | ||||
| | * | i965_drv_video: [H.264] some code clean up | Xiang, Haihao | 2010-06-08 | 3 | -11/+3 |
| | | | |||||
| | * | i965_drv_video: new ring buffer flag | Xiang, Haihao | 2010-06-02 | 1 | -5/+5 |
| | | | |||||
| | * | i965_drv_video: fix graphics memory usage | Xiang, Haihao | 2010-06-02 | 13 | -122/+232 |
| | | | |||||
| | * | i965_drv_video: don't execute batch buffer after decoding a picture | Xiang, Haihao | 2010-06-02 | 4 | -15/+17 |
| | | | |||||
| | * | i965_drv_video: [H.264] enlarge concurrent threads for ILDB | Xiang, Haihao | 2010-06-02 | 1 | -1/+5 |
| | | |