Age | Commit message (Expand) | Author | Files | Lines |
2011-01-05 | bump library version to 1.0.7libva-1.0.7 | Xiang, Haihao | 1 | -1/+1 |
2010-12-21 | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva | Austin Yuan | 2 | -4/+4 |
2010-12-21 | Fix the build issue on Android | Austin Yuan | 1 | -12/+16 |
2010-12-21 | i965_drv_video: Bump the libdrm dependency to 2.4.23 for I915_EXEC_BLT | Damien Lespiau | 1 | -3/+3 |
2010-12-21 | i965_drv_video: Fix a small typo in a comment | Damien Lespiau | 1 | -1/+1 |
2010-12-21 | Remove config.h va/va_version.h (from Gwenole) | Austin Yuan | 2 | -162/+0 |
2010-12-21 | Add sysdeps.h for system-dependent definitions. e.g. Android. | Gwenole Beauchesne | 6 | -11/+49 |
2010-12-21 | Android: try to auto generate <va/version.h> | Gwenole Beauchesne | 2 | -1/+42 |
2010-12-21 | It makes the compilation visually cleaner and the warnings easier to spot. | Damien Lespiau | 1 | -0/+1 |
2010-12-21 | Which means adding the tests, the pc files and va/va_version.h (generated fil... | Damien Lespiau | 1 | -2/+18 |
2010-12-21 | It's quite useful to be able to see what we are going to build, esp. as the i... | Damien Lespiau | 1 | -0/+22 |
2010-12-06 | i965_drv_video/mpeg2: upload Quantizer Matrix in raster order on Sandybridge | Xiang, Haihao | 1 | -1/+22 |
2010-12-06 | i965_drv_video: fix mpeg2 decoding on Sandybridge | Xiang, Haihao | 1 | -3/+10 |
2010-12-06 | i965_drv_video: Enable BLT ring | Xiang, Haihao | 3 | -10/+49 |
2010-12-06 | i965_drv_video: release mfd context | Xiang, Haihao | 1 | -14/+19 |
2010-12-06 | i965_drv_video: add support for mpeg2 decoding on Sandybridge | Xiang, Haihao | 2 | -7/+232 |
2010-12-06 | i965_drv_video/render: render sub-picture on Sandybridge | Xiang, Haihao | 1 | -6/+66 |
2010-12-06 | i965_drv_video: Currently only use tiled-Y surfaces on Sandybridge | Xiang, Haihao | 1 | -2/+9 |
2010-12-06 | i965_drv_video: fix row data buffer for deblocking on Sandybridge | Xiang, Haihao | 1 | -1/+1 |
2010-12-06 | i965_drv_video: fix surface dimension | Xiang, Haihao | 1 | -2/+2 |
2010-12-06 | i965_drv_video/render: rendering for Sandybridge | Xiang, Haihao | 5 | -20/+807 |
2010-12-06 | i965_drv_video/render: new fragmensts for Sandybridge | Xiang, Haihao | 12 | -3/+391 |
2010-12-06 | i965_drv_video/render: remove i965_subpic_render_src_surface_state | Xiang, Haihao | 1 | -51/+2 |
2010-12-06 | i965_drv_video/render: support tiled source surface | Xiang, Haihao | 1 | -19/+25 |
2010-12-06 | i965_drv_video/render: set surface base address | Xiang, Haihao | 2 | -90/+32 |
2010-12-06 | i965_drv_video: fix weight/offset for H.264 decoding on Sandybridge | Xiang, Haihao | 1 | -14/+14 |
2010-12-06 | i965_drv_video: fix mfx_avc_slice_state command | Xiang, Haihao | 1 | -2/+2 |
2010-12-06 | i965_drv_video: set indirect bitsteam object base address | Xiang, Haihao | 1 | -9/+10 |
2010-12-06 | i965_drv_video: Y-tiled surface for MFD on Sandybridge | Xiang, Haihao | 1 | -12/+29 |
2010-12-06 | i965_drv_video: H.264 decoding on Sandybridge | Xiang, Haihao | 6 | -11/+1371 |
2010-12-06 | i965_drv_video: dump MFX commands | Xiang, Haihao | 2 | -1/+369 |
2010-12-06 | i965_drv_video: check batch buffer emitting | Xiang, Haihao | 3 | -1/+58 |
2010-12-06 | i965_drv_video: MACROs for MFX on Sandybridge | Xiang, Haihao | 1 | -0/+39 |
2010-12-06 | i965_drv_video: PCI IDs and new MI_FLUSH_DW command for Sandybridge | Xiang, Haihao | 4 | -19/+46 |
2010-10-28 | Added the missing fileslibva-1.0.6 | Austin Yuan | 7 | -0/+19788 |
2010-10-28 | libva-1.0.6 | Austin Yuan | 14 | -509/+1396 |
2010-09-26 | For VAEncPictureParameterBufferH264:last_picture | Austin Yuan | 1 | -1/+3 |
2010-09-25 | Remove VADisplayAttribCSCFormat | Austin Yuan | 1 | -9/+1 |
2010-09-25 | Fix x11/Makefile.am license header | Austin Yuan | 1 | -17/+19 |
2010-09-25 | Added libva-tpi.pc file | Austin Yuan | 3 | -2/+14 |
2010-09-21 | bump library version to 1.0.5libva-1.0.5 | Xiang, Haihao | 1 | -1/+1 |
2010-09-15 | i965_drv_video: deinterlacing & scaling | Xiang, Haihao | 11 | -15/+2584 |
2010-09-15 | i965_drv_video: add video processing kernels | Xiang, Haihao | 109 | -1/+7730 |
2010-09-15 | add scaling flags for vaPutSurface() | Xiang, Haihao | 1 | -0/+7 |
2010-07-26 | Bump to 1.0.4libva-1.0.4 | Austin Yuan | 1 | -1/+1 |
2010-07-26 | remove VADisplayAttribCSC* which is duplicated, and add VADisplayAttribCSCMat... | Austin Yuan | 2 | -6/+13 |
2010-07-26 | Fix detection of fglrx. | Gwenole Beauchesne | 5 | -4/+283 |
2010-07-26 | Fix H.264 PicParam buffer trace. | Gwenole Beauchesne | 1 | -1/+1 |
2010-07-26 | Fix va_TraceEndPicture() to unlock the VA surface. | Gwenole Beauchesne | 1 | -1/+5 |
2010-07-26 | Fix VA trace warnings. | Gwenole Beauchesne | 3 | -34/+123 |