Age | Commit message (Expand) | Author | Files | Lines |
2011-01-04 | fix some coding stype issue.ww02.2_android | Fei Jiang | 4 | -11/+11 |
2010-12-30 | Fix klocwork critical issues. Use strnlen and snprintf instead of strlen and ... | Elaine Wang | 1 | -4/+11 |
2010-12-28 | Trace for encode new add-ins | Austin Yuan | 1 | -0/+3 |
2010-12-28 | libva 1.0.7 | Austin Yuan | 1 | -1/+1 |
2010-12-28 | add long term reference picture interface | Binglin Chen | 1 | -0/+5 |
2010-12-25 | Trace for vaQuerySurfacestatus/vaQuerySrufaceError | Austin Yuan | 6 | -8/+150 |
2010-12-25 | Add vaQuerySurfaceError to return decode mb error to middleware. | Fei Jiang | 4 | -19/+63 |
2010-12-25 | Add h264 constrained baseline profile support. | Fei Jiang | 3 | -1/+4 |
2010-12-22 | Merge branch 'fdo-master' | Austin Yuan | 37 | -236/+3665 |
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-09 | Compile vainfo in Android.ww50.5_android20101216_5.3.0.0033 | Fei Jiang | 1 | -4/+1 |
2010-12-08 | Fix a typo20101208_5.3.0.0032 | Austin Yuan | 1 | -1/+1 |
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-11-26 | Detect surface change can be done in driver, make the va interface clean. | Fei Jiang | 1 | -3/+0 |
2010-11-25 | Support cisco's feature: change isurface in the process of video clip playback.ww48.4_android | Fei Jiang | 1 | -0/+3 |
2010-11-24 | Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva | Austin Yuan | 1 | -2/+2 |
2010-12-20 | Create a pixmap with the same size of the destination window, not the | Ren, Zhaohan | 1 | -2/+2 |
2010-11-24 | trace vaCreateContex/Surface/Config after the call | Austin Yuan | 2 | -9/+20 |
2010-11-15 | fix some typo for VA trace20101117_5.3.0.0031 | Austin Yuan | 1 | -4/+4 |