| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-05-04 | Fix the error code for unsupported resolutionHEADmaster | Xiang, Haihao | 1 | -1/+1 |
| 2012-05-03 | MPEG-2: Fix MFX_QM_STATE command on Ivybridge | Xiang, Haihao | 1 | -12/+32 |
| 2012-05-02 | Enlarge some internal buffer for H.264 decoding on Ivybridge | Xiang, Haihao | 1 | -2/+2 |
| 2012-04-13 | Add support for new Ivybridge chipset | Xiang, Haihao | 1 | -1/+3 |
| 2012-04-10 | Include the missing config.h | Xiang, Haihao | 1 | -0/+1 |
| 2012-03-30 | mpeg2: propagate reference surfaces to other slots. | Gwenole Beauchesne | 1 | -2/+6 |
| 2012-03-27 | Check the max resolution supported by hardware when create VA context | Xiang, Haihao | 2 | -0/+16 |
| 2012-03-27 | Allocate internal buffers with right size for SNB & IVB | Xiang, Haihao | 2 | -26/+42 |
| 2012-03-26 | Avoid moving objects in a heap to a new address when expanding this heap | Xiang, Haihao | 2 | -13/+50 |
| 2012-03-18 | mpeg2: fix construction of reference frames list (SNB, IVB). | Gwenole Beauchesne | 5 | -38/+110 |
| 2012-03-18 | mpeg2: fix reference surfaces construction (IVB). | Gwenole Beauchesne | 1 | -1/+1 |
| 2012-03-18 | mpeg2: fix TFF calculation (SNB). | Gwenole Beauchesne | 1 | -1/+9 |
| 2012-03-18 | mpeg2: fix incorrect slice_vertical_position from codec layers. | Gwenole Beauchesne | 9 | -8/+87 |
| 2012-03-18 | Add WARN_ONCE() helper macro. | Gwenole Beauchesne | 1 | -0/+8 |
| 2012-03-14 | render: fix rendering of interlaced surfaces. | Gwenole Beauchesne | 4 | -43/+93 |
| 2012-03-14 | h264: fix max header size calculation with EPB. | Gwenole Beauchesne | 1 | -1/+1 |
| 2012-03-14 | h264: fix scan for bit offset to macroblock. | Gwenole Beauchesne | 1 | -7/+8 |
| 2012-03-13 | h264: fix weight denom for implicit weight tables (SNB). | Gwenole Beauchesne | 1 | -2/+12 |
| 2012-03-13 | h264: fix weighted prediction indicator (SNB). | Gwenole Beauchesne | 2 | -1/+2 |
| 2012-03-02 | h264: fix first macroblock bit offset calculation (ILK, SNB, IVB). | Gwenole Beauchesne | 6 | -108/+100 |
| 2012-02-23 | vc1: fix bitplane buffer size (SNB, IVB). | Gwenole Beauchesne | 3 | -2/+3 |
| 2012-02-14 | h264: always submit MFX_QM_STATE for flat scaling lists (IVB). | Gwenole Beauchesne | 5 | -10/+40 |
| 2012-02-14 | jpeg: fix memory leak of huffman tables. | Gwenole Beauchesne | 1 | -0/+1 |
| 2012-02-14 | Fix build with older VA-API (libva). | Gwenole Beauchesne | 3 | -0/+30 |
| 2012-02-07 | Fix compile error after cherry-pick | Xiang, Haihao | 1 | -3/+3 |
| 2012-02-07 | A workaround for JPEG decoding on Ivybridge | Xiang, Haihao | 2 | -1/+418 |
| 2012-02-07 | Fix y offset for Cb/Cr | Xiang, Haihao | 1 | -2/+2 |
| 2012-02-07 | JPEG component id macros are removed, so don't use them in driver | Xiang, Haihao | 1 | -5/+5 |
| 2012-02-07 | Fix frame height/width for YUV400/YUV444/YUV422V_2Y JPEG image | Xiang, Haihao | 1 | -2/+2 |
| 2012-02-07 | Map JPEG component id to Y, Cb, Cr | Xiang, Haihao | 1 | -4/+2 |
| 2012-02-07 | Render YUV400 image on Ivybridge | Xiang, Haihao | 3 | -7/+28 |
| 2012-02-07 | Fix graphics memory allocation for VA surface | Xiang, Haihao | 10 | -90/+231 |
| 2012-02-07 | use the revised JPEG decoding interface | Xiang, Haihao | 1 | -23/+74 |
| 2012-02-07 | Fix the bug for IVB jpeg decoding | Hai Lan | 1 | -0/+4 |
| 2012-02-07 | use the new JPEG decoding interface | Xiang, Haihao | 1 | -1/+1 |
| 2012-02-07 | i965_drv_video: support JPEG decoding on Ivybridge | Xiang, Haihao | 8 | -27/+411 |
| 2012-02-07 | i965_drv_video: Postpone releasing internal buffer. | Xiang, Haihao | 1 | -26/+28 |
| 2012-02-07 | i965_drv_video: Simplify render buffer function | Xiang, Haihao | 6 | -244/+122 |
| 2012-02-02 | vc1: fix motion vector mode (IVB). | Gwenole Beauchesne | 2 | -3/+4 |
| 2012-02-01 | h264: fix and simplify REF_IDX_STATE (ILK, SNB, IVB). | Gwenole Beauchesne | 7 | -186/+210 |
| 2012-02-01 | Factor out type definitions (GenFrameStore, GenBuffer). | Gwenole Beauchesne | 5 | -84/+67 |
| 2012-01-10 | Avoid depending on va_backend.h for some files | Xiang, Haihao | 10 | -17/+5 |
| 2012-01-10 | Remove legacy DRI support | Xiang, Haihao | 2 | -51/+1 |
| 2011-12-21 | i965_drv_video: check the internal format of a surface before rendering | Xiang, Haihao | 2 | -11/+7 |
| 2011-12-07 | Add support for B43 chipset | Xiang, Haihao | 1 | -1/+6 |
| 2011-11-02 | configure: bump version for development. | Gwenole Beauchesne | 1 | -2/+2 |
| 2011-10-28 | NEWS: add missing entry for auto-generated Debian packaging.1.0.15 | Gwenole Beauchesne | 1 | -0/+1 |
| 2011-10-28 | build: fix make dist when intel-gen4asm is not installed. | Gwenole Beauchesne | 5 | -0/+10 |
| 2011-10-28 | 1.0.15. | Gwenole Beauchesne | 2 | -3/+3 |
| 2011-10-28 | debian: don't use simple-patchsys (upstream has no patches). | Gwenole Beauchesne | 1 | -1/+0 |