Age | Commit message (Expand) | Author | Files | Lines |
2013-04-24 | Clean up gen7_vme_context_init()upstream | Xiang, Haihao | 1 | -26/+16 |
2013-04-03 | Rework the VPP CSC shader from NV12 to RGB to eliminate corruption | Zhao Yakui | 3 | -341/+379 |
2013-04-03 | Fix the incorrect VPP parameter setting on Ivy/Haswell | Zhao Yakui | 4 | -8/+9 |
2013-04-03 | Handle the pitch when using RGBX surface in VPP | Zhao Yakui | 1 | -0/+1 |
2013-04-03 | Merge branch 'master' into staging | Xiang, Haihao | 33 | -269/+330 |
2013-03-26 | Fix the obj_image error in i965_hw_putimage | Li Xiaowei | 1 | -1/+1 |
2013-03-19 | Bump version for development. | Xiang, Haihao | 1 | -2/+2 |
2013-03-19 | libva-intel-driver 1.0.20 | Xiang, Haihao | 2 | -2/+18 |
2013-03-19 | Automake 1.13 fixups | Armin K | 3 | -3/+7 |
2013-03-15 | Fix the size to malloc()submit/upstream/20130321.072122 | Xiang, Haihao | 1 | -1/+1 |
2013-03-15 | Check the pointer is NULL or not | Xiang, Haihao | 2 | -0/+18 |
2013-03-15 | Fix potential buffer overflow for JPEG decoding | Xiang, Haihao | 2 | -2/+14 |
2013-03-15 | Remove the dead code in gen6_vme.c | Xiang, Haihao | 1 | -369/+21 |
2013-03-15 | Check object for VA buffer | Xiang, Haihao | 3 | -19/+38 |
2013-03-15 | Check the object for VA buffer | Xiang, Haihao | 1 | -3/+50 |
2013-03-15 | Check the object instance of VAConfig | Xiang, Haihao | 2 | -13/+37 |
2013-03-15 | Check the object instance instead of the id for subpicture and image | Xiang, Haihao | 4 | -29/+54 |
2013-03-15 | VPP: check the backing store buffer | Xiang, Haihao | 14 | -292/+368 |
2013-03-15 | Render: directly use the backing store buffer | Xiang, Haihao | 3 | -73/+65 |
2013-03-15 | Decoder: use surface object for the workaround | Xiang, Haihao | 3 | -7/+10 |
2013-03-15 | Decoder: directly use surface object for decoding | Xiang, Haihao | 9 | -720/+361 |
2013-03-15 | Decoder: Verify picture parameter before set up pipeline for decoding | Xiang, Haihao | 2 | -2/+140 |
2013-03-15 | Decoder: check whether the surface for decoding output is valid | Xiang, Haihao | 11 | -82/+164 |
2013-03-15 | Encoder: directly use the objects for the reference pictures | Xiang, Haihao | 8 | -59/+96 |
2013-03-15 | Encoder: directly use the objects for the reconstructed picture and coded buffer | Xiang, Haihao | 5 | -13/+15 |
2013-03-15 | Encoder: check whether the coded buffer and reconstructed surface are valid | Xiang, Haihao | 1 | -1/+96 |
2013-03-15 | Encoder: unify the initialization of the context | Xiang, Haihao | 1 | -64/+17 |
2013-03-15 | Encoder: directly use the surface object of the input surface | Xiang, Haihao | 8 | -22/+30 |
2013-03-15 | Return the status when running the pipeline | Xiang, Haihao | 9 | -14/+25 |
2013-03-15 | Silence a bunch of warnings | Xiang, Haihao | 17 | -90/+52 |
2013-03-15 | Avoid potential buffer overflow issue | Xiang, Haihao | 7 | -54/+57 |
2013-03-15 | Release resource if failed to initialize display attributes | Xiang, Haihao | 1 | -14/+19 |
2013-03-15 | Fix the initilization path and the termination path in reverse | Xiang, Haihao | 7 | -162/+228 |
2013-03-15 | Fix object_heap_init() & object_heap_destroy() | Xiang, Haihao | 1 | -15/+29 |
2013-03-13 | Issue memory fence message to assure memory ordering on Ivb/Hsw | Zhao Yakui | 11 | -22/+107 |
2013-03-12 | Fix H264 YUV400 surface render issue on IVB | Li Xiaowei | 1 | -0/+11 |
2013-03-04 | Update PCI IDs for Haswell CRW | Xiang, Haihao | 1 | -9/+9 |
2013-03-04 | Update PCI IDs for Haswell CRW | Xiang, Haihao | 1 | -9/+9 |
2013-02-22 | Update the size of DMV buffer for H.264 decoding on IVB | Xiang, Haihao | 1 | -2/+2 |
2013-02-22 | Update the size of DMV buffer for H.264 decoding on IVB | Xiang, Haihao | 1 | -2/+2 |
2013-02-22 | Don't have flag register f2, use f1 instead | Xiang, Haihao | 5 | -9/+13 |
2013-02-22 | Don't have flag register f2, use f1 instead | Xiang, Haihao | 7 | -13/+19 |
2013-02-20 | gen6: MPEG2 is not supported by gen6 pipeline | Adrian Marius Negreanu | 1 | -1/+1 |
2013-02-20 | add replacement for log2f when not available | Adrian Marius Negreanu | 2 | -0/+5 |
2013-02-20 | intel-driver, android: update src/Android.mk | Adrian Marius Negreanu | 1 | -0/+9 |
2013-02-05 | Update the binding table index on IVB | Xiang, Haihao | 1 | -1/+1 |
2013-01-30 | Correct the mv offset for mpeg2 encoding on HSW | Li Xiaowei | 1 | -5/+5 |
2013-01-23 | Fill the bitplane for VC1 skip picture decoding | Li, Xiaowei A | 3 | -3/+21 |
2013-01-23 | Fix the issue of GPU hang when encoding picture with one macroblock width | Zhao Yakui | 10 | -38/+66 |
2013-01-23 | Enlarge deblocking filter row store for VC-1 decoding | Xiang, Haihao | 3 | -3/+3 |