2009-12-01 |
Austin Yuan | refine test program: putsurface/h264encode |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Austin Yuan | Assign the magic number to a macro |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Austin Yuan | Add license header |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Austin Yuan | re-arrange test programs |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Austin Yuan | Added a "magic" number to VADisplayContext in case... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Austin Yuan | Added VA_STATUS_ERROR_SURFACE_IN_DISPLAYING |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | fix rendering of RGBA subpicture |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | simplify subpicture formats. make sure the returned... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | fix upload of the subpicture palette. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | implement vaSetImagePalette |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | the VA API spec metion that the dest rectangle to vaAss... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | fix subpicture association and deassociation |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | Add MAX helper function |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | cleanup vaCreateImage, make it possible to add formats... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | fix vaDestroyImage() |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | Fix vaAssociateSubpicture() arguments |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | Fix VA driver version. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | Fix vaQueryImageFormats() to return 0 image formats... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Gwenole Beauchesne | Implement vaQueryDisplayAttributes() as a no-op. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Xiang, Haihao | i965_drv_driver: use the horizontal position of a slice. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Gwenole Beauchesne | Clean up NVIDIA driver detection code. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Gwenole Beauchesne | Drop assert() in isDRI1Connected(). |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Gwenole Beauchesne | Add VASliceParameterBufferMPEG2.slice_horizontal_positi... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Austin | Removes references to SDS versioning in libva (from... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Austin Yuan | Update va.h version number |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Austin Yuan | Mv libva_display.pc.in -> libva-x11.pc.in to fix autoge... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Gwenole Beauchesne | Drop libva_display. Explicitly use libva-x11. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Gwenole Beauchesne | Fix libva-x11-VERSION.so.* dependencies. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Gwenole Beauchesne | Fix NVIDIA driver version string parser. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Gwenole Beauchesne | Add VA_STATUS_ERROR_UNIMPLEMENTATION string representation. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Gwenole Beauchesne | Drop references to SDS. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Austin Yuan | __vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31 |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Austin Yuan | Remove context from vaSyncSurface |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Gwenole Beauchesne | Split libva DSO into core (libva.so) and display-depend... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Austin Yuan | Assgin VASurfaceRendering a non-zero value instead... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Austin Yuan | Combine vaPutImage/vaPutImage2, vaAssociateSubpicture... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Austin Yuan | Update VAAPI to 0.31, libva.so SONAME to libva.so.1 |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Gwenole Beauchesne | Add VA_STATUS_ERROR_UNIMPLEMENTED. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Gwenole Beauchesne | Fix bit-fields types. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Gwenole Beauchesne | Add new bit to signal VC-1 skipped P-frames. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Gwenole Beauchesne | Add new H.264 fields for XvBA backend. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Gwenole Beauchesne | Add new VC-1 fields for VDPAU backend. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Gwenole Beauchesne | Add new H.264 fields for VDPAU backend. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Austin Yuan | Merge branch 'test' |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Austin Yuan | Don't include VAAPI version to SONAME |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Gwenole Beauchesne | Explicit API extensions versioning from SDS. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Gwenole Beauchesne | Fix NVIDIA driver detection. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Gwenole Beauchesne | Add <va_version.h> for versioning helpers. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Xiang, Haihao | i965_drv_video: clear draw buffer before rendering. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Zou Nan hai | i965_drv_video: fix rendering issue |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Xiang, Haihao | i965_drv_driver: fix assertion failure |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Xiang, Haihao | i965_drv_video: Eanble VAAPI on IGDNG |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Xiang, Haihao | i965_drv_video: add new compiled shader programs for... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Xiang, Haihao | Check the version of intel-gen4asm in configure.ac |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Austin Yuan | put drivers into /usr/lib/dri by default |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Austin Yuan | don't build i965 driver by default |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Add VASliceParameterBufferBase. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Remove obsolete fields. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Add new DSO versioning (SONAME changed to libva-VERSION... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix memory leak (VADriverContext.dri_state). |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Add VA_INVALID_ID helper macro. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix make install (<va/va_x11.h>). Actually drop extrane... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Add check for libXfixes. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Drop duplicate LIBDRM_DEPS pkg-config check. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix driver name retrieval for dri1 and dri2. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix va_DisplayContextGetDriverName() to check for LIBVA... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Allow conditional build of video drivers (dummy, i965). |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix tests. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Install drivers into pkglibdir/va/. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix dummy_drv_video.so init function name. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix includes. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Austin Yuan | test: Use IN_LIBVA, so that they can be built out of... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Austin Yuan | Fix test build issue |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix build of vainfo. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Drop explicit CFLAGS override. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix make dist (i965_drv_video missing files, Paul Bender). |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Gwenole Beauchesne | Fix build after X11 -> x11 move |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Austin Yuan | X11->x11 per the suggestion from Gwenole |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Austin Yuan | Move back dri --> src/X11 |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Austin Yuan | Added the patch from Zou Naihai to correct DRI2XXX... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Austin Yuan | va_backend.h: X11/va_x11.h --> dri/va_x11.h |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Austin Yuan | Remove vaSetSubpicturePalette, please use vaSetImagePalette |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Austin Yuan | Refine the directory, move src/X11 to dri/ |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Austin Yuan | Apply the patch from Nanhai to support MPEG2 VLD on... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Austin Yuan | Added missing file test/mpeg2-I.jpg, mpeg2-i.mpg |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Austin Yuan | Proposed new vaCreateSurfaceFromV4L2Buffer to replace... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Austin Yuan | Rename vaDbgCopySurfaceToBuffer ->vaCopySurfaceToBuffer... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Austin Yuan | Fix the issue that all files are moved into a sub-direc... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Austin Yuan | Upload latest libVA library |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Austin Yuan | Test write permission |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Waldo Bastian | Fix interface revision of dummy driver. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Waldo Bastian | rev 0.29 (02/07/2007 Jonathan Bian) - VC1 parameter... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Waldo Bastian | Update to libva v0.26 |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Waldo Bastian | Update VA API to v0.24 |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Waldo Bastian | libva 0.23 |
commit | commitdiff | tree | snapshot |
|