update .gitignore
[profile/ivi/libva.git] / va /
2011-05-06 Xiang, Haihaova: fix build issue 70/770/1
2011-05-06 Austin Yuan1) test/*: enable/refine the test/* for both X11 and... 68/768/1
2011-05-06 Austin Yuan1) test/*: enable/refine the test/* for both X11 and... 67/767/1
2011-05-06 Alexander I Osincorrected vaBufferInfo interface 66/766/1
2011-05-06 Alexander I Osincorrected vaBufferInfo interface 65/765/1
2011-05-06 Alexander I OsinFixed number bugs in va_TraceSurface. 64/764/1
2011-04-01 Austin YuanUse constant instead of enum for RenderDevice/RenderMode 33/733/1 libva-1.0.12
2011-04-01 Austin YuanFix build issue again 32/732/1
2011-04-01 Austin YuanFix build issue 31/731/1
2011-04-01 Austin Yuan 1. add interface VARenderDevice for output the... 29/729/1
2011-02-09 Austin YuanFix build issue 10/710/1
2011-02-09 Austin Yuan 1) cleanup for VA_FOOL 09/709/1
2011-02-09 Gwenole BeauchesneMake VADriverContext.vtable a pointer. 07/707/1
2011-02-09 Gwenole BeauchesneBump VA-API version to 0.32.0. Fix __vaDriverInit*... 06/706/1
2011-01-27 Xiang, HaihaoUpdate VAAPI to 0.32 03/703/1
2011-01-26 Xiang, HaihaoAdd profile into VAPictureParameterBufferVC1 99/699/1
2011-01-14 Austin Yuan Refine VA_FOOL, and delete the hard coded clip... 96/696/1
2010-12-21 Austin YuanMerge branch 'master' of git+ssh://AustinYuan@git.freed... 93/693/1
2010-12-21 Austin YuanFix the build issue on Android 92/692/1
2010-12-21 Austin YuanRemove config.h va/va_version.h (from Gwenole) 89/689/1
2010-12-21 Gwenole BeauchesneAdd sysdeps.h for system-dependent definitions. e.g... 88/688/1
2010-12-21 Gwenole BeauchesneAndroid: try to auto generate <va/version.h> 87/687/1
2010-10-27 Austin YuanAdded the missing files 60/660/1 libva-1.0.6
2010-10-27 Austin Yuanlibva-1.0.6 59/659/1
2010-09-26 Austin YuanFor VAEncPictureParameterBufferH264:last_picture 58/658/1
2010-09-25 Austin YuanRemove VADisplayAttribCSCFormat 57/657/1
2010-09-25 Austin YuanFix x11/Makefile.am license header 56/656/1
2010-09-15 Xiang, Haihaoadd scaling flags for vaPutSurface() 51/651/1
2010-07-26 Austin Yuanremove VADisplayAttribCSC* which is duplicated, and... 49/649/1
2010-07-26 Gwenole BeauchesneFix detection of fglrx. 48/648/1
2010-07-26 Gwenole BeauchesneFix H.264 PicParam buffer trace. 47/647/1
2010-07-26 Gwenole BeauchesneFix va_TraceEndPicture() to unlock the VA surface. 46/646/1
2010-07-26 Gwenole BeauchesneFix VA trace warnings. 45/645/1
2010-07-08 Gwenole BeauchesneFix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT. 27/627/1
2010-07-07 Xiang, Haihaolibva: render front buffer for Pixmap. 23/623/1
2010-07-07 Gwenole BeauchesneDrop GLX 1.3 requirement. 21/621/1
2010-07-07 Gwenole BeauchesneCall GLX Pixmap related functions through the vtable. 20/620/1
2010-06-08 Austin YuanAdded VA_STATUS_ERROR_INVALID_IMAGE_FORMAT 15/615/1
2010-06-08 Xiang, HaihaoMerge branch 'i965_h264' 14/614/1
2010-06-04 Austin YuanLink libva-android with libva for vaDisplayIsValid 12/612/1
2010-06-04 Austin YuanFollow up the change of "LIBVA_DRIVER_NAME", remove... 11/611/1
2010-06-04 Gwenole BeauchesneMove LIBVA_DRIVER_NAME check in vaInitialize(). 10/610/1
2010-06-04 Gwenole BeauchesneVA/GLX cosmetics (indentation, declarations) 09/609/1
2010-06-02 Gwenole BeauchesneDon't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS... 07/607/1
2010-06-02 Gwenole BeauchesneDon't dump VA surface pixels if driver doesn't return... 04/604/1
2010-06-02 Gwenole BeauchesneFix VA tracer to correctly dump array of bytes. 03/603/1
2010-06-02 Gwenole BeauchesneCall va_TraceEndPicture() after the actual vaEndPicture... 02/602/1
2010-06-02 Xiang, Haihaolibva: update DRI2 to support swapbuffer 94/594/1
2010-06-02 Austin Yuan1) clean up Android header file to make it work in... 93/593/1
2010-06-02 Gwenole BeauchesneFix make dist. 92/592/1
2010-06-02 Gwenole BeauchesneFix TPI lib dependencies. 91/591/1
2010-06-02 Gwenole BeauchesneDrop superfluous versions. 90/590/1
2010-05-21 Austin Yuanmv va_android.c -> va_dummy.c 88/588/1
2010-05-20 Austin YuanAdded intra_idr_period for H264 encode 87/587/1
2010-05-20 Austin Yuanremove vaDisplayIsValid from libva-glx 86/586/1
2010-05-18 Ren ZhaohanPass down ISurface instead of Surface 85/585/1
2010-05-13 Ren Zhaohanremove vaDisplayIsValid by linking libva_android.so 84/584/1
2010-05-12 Austin YuanFix build issue 82/582/1
2010-05-12 Gwenole BeauchesneAdd OpenGL extensions (v3) and generic implementation... 81/581/1
2010-05-12 Gwenole BeauchesneAdd OpenGL extensions (v3) and generic implementation... 80/580/1
2010-05-12 Ren Zhaohanremove Drawable paramater of vaPutSurfaceBuf 79/579/1
2010-05-12 Ren ZhaohanAdd copy va_tpi.h in Android.mk 78/578/1
2010-05-11 Ren ZhaohanAdd local vaDisplayIsValid 77/577/1
2010-05-11 Ren ZhaohanMerge branch 'test' into libva-1.1 76/576/1
2010-05-11 Ren ZhaohanAdd vaPutSurfaceBuf to va_backend_tpi.h and va_tpi... 75/575/1
2010-05-10 Austin Yuanglobal vaDisplayIsValid 74/574/1 PO-ww20.1-video PO-ww20.2-video
2010-05-07 Austin YuanSeperate 3rd party API (e.g. vaCreateSurfaceFromXXX... 73/573/1
2010-05-07 Ren ZhaohanRemove and redifine some Xlib Macros, use void* instead... 72/572/1
2010-05-06 Ren Zhaohanmove va_android.c => va_android.cpp, use sp<Surface... 70/570/1
2010-05-06 Ren Zhaohanrestore old va_DisplayContextGetDriverName 69/569/1
2010-05-06 Ren Zhaohanuse Surface* instead of void* 68/568/1
2010-05-05 Ren Zhaohanadd new va_DisplayContextGetDriverName, remove 'x11... 67/567/1 PO-ww19.3-new
2010-05-04 Ren Zhaohanremove udev 66/566/1
2010-04-29 Austin Yuanandroid and dummy backend 65/565/1
2010-04-28 Austin YuanMerge branch 'va_backend' into PO 64/564/1
2010-04-27 Ren Zhaohanlibva backend 63/563/1
2010-04-27 Austin YuanAdded VACodedBufferSegment 62/562/1
2010-04-16 Austin Yuansave 59/559/1
2010-04-15 Austin Yuansave 58/558/1
2010-04-15 Austin Yuansave 57/557/1
2010-04-15 Austin Yuansave 56/556/1
2010-04-15 Austin Yuansave 55/555/1
2010-04-08 Ren ZhaohanAdd vaPutSurfaceBuf for Android 49/549/1 20100414_5.3.0.0002 20100421_5.3.0.0003 20100428_5.3.0.0004 20100505_5.3.0.0005 20100510_5.3.0.0006_mdfld_eng_1 20100512_5.3.0.0007 20100517_5.3.0.0008 IMG_Drop_20100507_MDFLD
2010-04-07 Ren Zhaohanpsb_drv_video error: vaPutSurface: invalidate drawable 48/548/1
2010-04-07 Austin Yuanremove the unmature MIO 45/545/1
2010-04-06 Elaine WangAdd coded_buf to VAEncPictureParameterBufferJPEG. 41/541/1
2010-04-06 Austin YuanMerge branch 'master' of ssh://git@moblin.intel.com... 39/539/1
2010-04-01 Ren ZhaohanAdd Android.mk, pass compile 34/534/1
2010-04-01 Austin YuanAdded codedbuf into JPEG encode picture parameter 38/538/1
2010-04-01 Ren ZhaohanUpdate va_DisplayContextIsValid, driver name and includ... 37/537/1
2010-04-01 Austin YuanAdded MIO example based on vaPutSurface 36/536/1
2010-04-01 Ren Zhaohanpass moblin compile 35/535/1
2010-03-31 Austin Yuanmove vaPutSurface(dpy, Surface *draw, XXX) into android... 33/533/1
2010-03-31 Austin Yuanfix build issue 32/532/1
2010-03-31 Austin YuanInitial android backend 31/531/1
2010-03-31 Austin YuanDisplay *x11_dpy ==> void *native_dpy for other window... 29/529/1
2010-03-30 Austin Yuanmerge vatrace 28/528/1
2010-03-29 Austin Yuanfix build issue 27/527/1 20100330_5.3.0.0001_Alpha2
2010-03-29 Austin YuanAdd entrypoint for JPEG encode 25/525/1
2010-03-29 Austin YuanAdded JPEG/IEP data structure 24/524/1
next