修訂. | 時間 | 作者 |
---|---|---|
7520c3b | 2010-03-04 18:13:14 | Gwenole Beauchesne |
Fix make dist (missing loadsurface.h). |
||
961bd72 | 2010-03-04 18:12:18 | Gwenole Beauchesne |
Add missing libs (pthreads). |
||
5405c6e | 2009-12-17 12:07:16 | Austin Yuan |
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master |
||
5803337 | 2009-12-17 12:05:38 | Austin Yuan |
Update libva library version to 1.0.1. should increase the revision when the library has change |
||
7c82a74 | 2009-12-17 11:57:13 | Austin Yuan |
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master |
||
d4c52c2 | 2009-12-17 11:56:25 | Gwenole Beauchesne |
Add extra picture info fields for VDPAU/MPEG-4. |
||
efa8d7c | 2009-12-08 18:16:08 | Austin Yuan |
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master |
||
51867e9 | 2009-12-08 18:14:13 | Austin Yuan |
remove the duplicated X11 subdir |
||
0200fab | 2009-12-01 13:00:37 | Austin Yuan |
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master |
||
0f6ed09 | 2009-12-01 12:58:22 | Austin Yuan |
fix test build issue |
||
6883c0f | 2009-12-01 12:49:02 | Austin Yuan |
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master |
||
b7c8a2e | 2009-12-01 12:45:51 | Austin Yuan |
fix test build issue on a clean system |
||
b15ab87 | 2009-12-01 12:20:10 | Austin Yuan |
Merge branch 'sync-fdo-master' |
||
d76376f | 2009-12-01 12:09:41 | Austin Yuan |
refine test program: putsurface/h264encode |
||
867fcd6 | 2009-11-30 11:59:34 | Austin Yuan |
Assign the magic number to a macro |
||
419e4cb | 2009-11-27 18:57:18 | Austin Yuan |
Add license header |
||
b0e4126 | 2009-11-27 18:54:30 | Austin Yuan |
re-arrange test programs |
||
5957518 | 2009-11-23 17:21:41 | Austin Yuan |
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva |
||
ec0e66e | 2009-11-23 17:19:36 | Austin Yuan |
Added a "magic" number to VADisplayContext in case an illeal VA dpy passed in |
||
1ead545 | 2009-11-20 17:07:03 | Austin Yuan |
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva |
||
2135de7 | 2009-11-20 17:02:14 | Austin Yuan |
Added VA_STATUS_ERROR_SURFACE_IN_DISPLAYING |
||
4054d2e | 2009-11-18 12:51:11 | Gwenole Beauchesne |
fix rendering of RGBA subpicture |
||
85f37a2 | 2009-11-18 12:51:11 | Gwenole Beauchesne |
simplify subpicture formats. make sure the returned VAImageFormats are correctly filled in |
||
78bf8f0 | 2009-11-18 12:51:11 | Gwenole Beauchesne |
fix upload of the subpicture palette. |
||
06553a7 | 2009-11-18 12:51:11 | Gwenole Beauchesne |
implement vaSetImagePalette |
||
c484852 | 2009-11-18 12:51:11 | Gwenole Beauchesne |
the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is relative to the parent surface. So, we have another level of scaling since the surface can be scaled during vaPutSurface. This patch tries to fix that. |
||
29dfeb7 | 2009-11-18 12:51:11 | Gwenole Beauchesne |
fix subpicture association and deassociation |
||
7451873 | 2009-11-18 12:51:11 | Gwenole Beauchesne |
Add MAX helper function |
||
5f4d73d | 2009-11-18 12:51:11 | Gwenole Beauchesne |
cleanup vaCreateImage, make it possible to add formats later |
||
88df301 | 2009-11-18 12:51:11 | Gwenole Beauchesne |
fix vaDestroyImage() |