OSDN Git Service

1. add interface VARenderDevice for output the video into an external device...
[android-x86/hardware-intel-common-libva.git] / va /
2011-04-01 Austin Yuan 1. add interface VARenderDevice for output the...
2011-02-09 Austin YuanFix build issue
2011-02-09 Austin Yuan 1) cleanup for VA_FOOL
2011-02-09 Gwenole BeauchesneMake VADriverContext.vtable a pointer.
2011-02-09 Gwenole BeauchesneBump VA-API version to 0.32.0. Fix __vaDriverInit*...
2011-01-27 Xiang, HaihaoUpdate VAAPI to 0.32
2011-01-26 Xiang, HaihaoAdd profile into VAPictureParameterBufferVC1
2011-01-14 Austin Yuan Refine VA_FOOL, and delete the hard coded clip...
2010-12-21 Austin YuanMerge branch 'master' of git+ssh://AustinYuan@git.freed...
2010-12-21 Austin YuanFix the build issue on Android
2010-12-21 Austin YuanRemove config.h va/va_version.h (from Gwenole)
2010-12-21 Gwenole BeauchesneAdd sysdeps.h for system-dependent definitions. e.g...
2010-12-21 Gwenole BeauchesneAndroid: try to auto generate <va/version.h>
2010-10-27 Austin YuanAdded the missing files
2010-10-27 Austin Yuanlibva-1.0.6
2010-09-26 Austin YuanFor VAEncPictureParameterBufferH264:last_picture
2010-09-25 Austin YuanRemove VADisplayAttribCSCFormat
2010-09-25 Austin YuanFix x11/Makefile.am license header
2010-09-15 Xiang, Haihaoadd scaling flags for vaPutSurface()
2010-07-26 Austin Yuanremove VADisplayAttribCSC* which is duplicated, and...
2010-07-26 Gwenole BeauchesneFix detection of fglrx.
2010-07-26 Gwenole BeauchesneFix H.264 PicParam buffer trace.
2010-07-26 Gwenole BeauchesneFix va_TraceEndPicture() to unlock the VA surface.
2010-07-26 Gwenole BeauchesneFix VA trace warnings.
2010-07-08 Gwenole BeauchesneFix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.
2010-07-07 Xiang, Haihaolibva: render front buffer for Pixmap.
2010-07-07 Gwenole BeauchesneDrop GLX 1.3 requirement.
2010-07-07 Gwenole BeauchesneCall GLX Pixmap related functions through the vtable.
2010-06-08 Austin YuanAdded VA_STATUS_ERROR_INVALID_IMAGE_FORMAT
2010-06-08 Xiang, HaihaoMerge branch 'i965_h264'
2010-06-04 Austin YuanLink libva-android with libva for vaDisplayIsValid
2010-06-04 Austin YuanFollow up the change of "LIBVA_DRIVER_NAME", remove...
2010-06-04 Gwenole BeauchesneMove LIBVA_DRIVER_NAME check in vaInitialize().
2010-06-04 Gwenole BeauchesneVA/GLX cosmetics (indentation, declarations)
2010-06-02 Gwenole BeauchesneDon't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS...
2010-06-02 Gwenole BeauchesneDon't dump VA surface pixels if driver doesn't return...
2010-06-02 Gwenole BeauchesneFix VA tracer to correctly dump array of bytes.
2010-06-02 Gwenole BeauchesneCall va_TraceEndPicture() after the actual vaEndPicture...
2010-06-02 Xiang, Haihaolibva: update DRI2 to support swapbuffer
2010-06-02 Austin Yuan1) clean up Android header file to make it work in...
2010-06-02 Gwenole BeauchesneFix make dist.
2010-06-02 Gwenole BeauchesneFix TPI lib dependencies.
2010-06-02 Gwenole BeauchesneDrop superfluous versions.
2010-05-21 Austin Yuanmv va_android.c -> va_dummy.c
2010-05-20 Austin YuanAdded intra_idr_period for H264 encode
2010-05-20 Austin Yuanremove vaDisplayIsValid from libva-glx
2010-05-18 Ren ZhaohanPass down ISurface instead of Surface
2010-05-13 Ren Zhaohanremove vaDisplayIsValid by linking libva_android.so
2010-05-12 Austin YuanFix build issue
2010-05-12 Gwenole BeauchesneAdd OpenGL extensions (v3) and generic implementation...
2010-05-12 Gwenole BeauchesneAdd OpenGL extensions (v3) and generic implementation...
2010-05-12 Ren Zhaohanremove Drawable paramater of vaPutSurfaceBuf
2010-05-12 Ren ZhaohanAdd copy va_tpi.h in Android.mk
2010-05-11 Ren ZhaohanAdd local vaDisplayIsValid
2010-05-11 Ren ZhaohanMerge branch 'test' into libva-1.1
2010-05-11 Ren ZhaohanAdd vaPutSurfaceBuf to va_backend_tpi.h and va_tpi...
2010-05-10 Austin Yuanglobal vaDisplayIsValid
2010-05-07 Austin YuanSeperate 3rd party API (e.g. vaCreateSurfaceFromXXX...
2010-05-07 Ren ZhaohanRemove and redifine some Xlib Macros, use void* instead...
2010-05-06 Ren Zhaohanmove va_android.c => va_android.cpp, use sp<Surface...
2010-05-06 Ren Zhaohanrestore old va_DisplayContextGetDriverName
2010-05-06 Ren Zhaohanuse Surface* instead of void*
2010-05-05 Ren Zhaohanadd new va_DisplayContextGetDriverName, remove 'x11...
2010-05-04 Ren Zhaohanremove udev
2010-04-29 Austin Yuanandroid and dummy backend
2010-04-28 Austin YuanMerge branch 'va_backend' into PO
2010-04-27 Ren Zhaohanlibva backend
2010-04-27 Austin YuanAdded VACodedBufferSegment
2010-04-16 Austin Yuansave
2010-04-15 Austin Yuansave
2010-04-15 Austin Yuansave
2010-04-15 Austin Yuansave
2010-04-15 Austin Yuansave
2010-04-08 Ren ZhaohanAdd vaPutSurfaceBuf for Android
2010-04-07 Ren Zhaohanpsb_drv_video error: vaPutSurface: invalidate drawable
2010-04-07 Austin Yuanremove the unmature MIO
2010-04-06 Elaine WangAdd coded_buf to VAEncPictureParameterBufferJPEG.
2010-04-06 Austin YuanMerge branch 'master' of ssh://git@moblin.intel.com...
2010-04-01 Ren ZhaohanAdd Android.mk, pass compile
2010-04-01 Austin YuanAdded codedbuf into JPEG encode picture parameter
2010-04-01 Ren ZhaohanUpdate va_DisplayContextIsValid, driver name and includ...
2010-04-01 Austin YuanAdded MIO example based on vaPutSurface
2010-04-01 Ren Zhaohanpass moblin compile
2010-03-31 Austin Yuanmove vaPutSurface(dpy, Surface *draw, XXX) into android...
2010-03-31 Austin Yuanfix build issue
2010-03-31 Austin YuanInitial android backend
2010-03-31 Austin YuanDisplay *x11_dpy ==> void *native_dpy for other window...
2010-03-30 Austin Yuanmerge vatrace
2010-03-29 Austin Yuanfix build issue
2010-03-29 Austin YuanAdd entrypoint for JPEG encode
2010-03-29 Austin YuanAdded JPEG/IEP data structure
2010-03-29 Austin YuanMerge branch 'powervr_iep_lite'
2010-03-24 Austin YuanMerge branch 'master' of git+ssh://AustinYuan@git.freed...
2010-03-08 Gwenole BeauchesneMove vaPutSurface() flags to <va/va.h> header.
2010-03-08 Gwenole BeauchesneDrop <va/va_x11.h> include from <va/va_backend.h> as...
2010-03-08 Austin YuanRemove IN_LIBVA defines, Thanks for the patch from...