API: h264 encode: add new VA config attributes (max-slices, slice-structure).
[profile/ivi/libva.git] / va /
2012-01-02 Gwenole BeauchesneAPI: h264 encode: add new VA config attributes (max...
2012-01-02 Gwenole BeauchesneAPI: h264 encode: renumber config attributes used for...
2012-01-02 Gwenole BeauchesneAPI: h264 encode: improve VA config attributes document...
2012-01-02 Gwenole Beauchesnedoc: link modules from the main page.
2012-01-02 Gwenole BeauchesneAPI: h264 encode: add bitstream writers.
2012-01-02 Gwenole BeauchesneAPI: h264 encode: add new config attributes for encodin...
2012-01-02 Gwenole BeauchesneAPI: h264 encode: document DPB usage.
2012-01-02 Gwenole BeauchesneAPI: h264 encode: add macroblock parameter buffer.
2012-01-02 Gwenole BeauchesneAPI: h264 encode: rename insert_emulation_bytes to...
2012-01-02 Gwenole BeauchesneAPI: h264 encode: drop extraneous comment.
2012-01-02 Gwenole BeauchesneAPI: h264 encode: drop profile_idc.
2012-01-02 Gwenole BeauchesneAPI: h264 encode: re-define packed-headers buffer type...
2012-01-02 Gwenole BeauchesneAPI: add new H.264 encoding API for main and high profiles.
2012-01-02 Gwenole BeauchesneAPI: drop H.264 specific VA buffer types.
2012-01-02 Gwenole BeauchesneAPI: rename H.264 encoding buffer structs with a Baseli...
2011-12-18 Gwenole BeauchesneAPI: add a generic value type.
2011-12-18 Gwenole Beauchesnedoc: add placeholder for the Core API.
2011-11-16 Austin Yuanva_tpi.h: corret a typo (Kbuf->KBuf) 73/873/1
2011-10-20 Gwenole Beauchesneva: fix compiler warnings (drop unused variables). 62/862/1
2011-10-20 Gwenole Beauchesnelibva: fix reported version as the one from VA-API. 58/858/1
2011-10-20 Gwenole BeauchesneAPI: fix versioning. 56/856/1
2011-10-20 Austin Yuantest: fix build warnings on Android 55/855/1
2011-10-18 Gwenole Beauchesneandroid: fix <va/va_version.h> dependencies 54/854/1
2011-10-18 Gwenole Beauchesneandroid: fix generation of <va/va_version.h> 53/853/1
2011-10-18 Gwenole Beauchesneva: generate __vaDriverInit_*() function name at run... 52/852/1
2011-10-18 Gwenole Beauchesneva: don't explicitly include "config.h" 51/851/1
2011-10-18 Gwenole Beauchesnebuild: drop generated files. 50/850/1
2011-10-17 Austin Yuanva_tpi: correct the first argument of vaCreateSurfaceFr... 44/844/1
2011-10-11 Gwenole Beauchesneva_fglrx: fix driver name detection. 43/843/1
2011-09-22 Austin Yuanvatrace/vafool: refine it 42/842/1
2011-09-22 jiguoliangva_tpi: vaCreateSurfaceFromKBuf for streaming the video... 41/841/1
2011-09-22 ywan171va.h: TopFieldOrderCnt/BottomFieldOrderCnt should be... 40/840/1
2011-07-26 Austin Yuanva.h: VA_DECODE_ERROR_TYPE changed to VADecodeErrorType... 34/834/1
2011-07-26 Gwenole Beauchesnedri2: ignore BadDrawable errors. 33/833/1
2011-07-26 Gwenole BeauchesneFix make dist. 32/832/1
2011-07-26 Gwenole BeauchesneFix out-of-source builds. 31/831/1
2011-07-26 Gwenole Beauchesnecosmetics: clean up Makefiles. 29/829/1
2011-07-26 Gwenole BeauchesneVA/X11: drop useless casts. 28/828/1
2011-07-26 Gwenole BeauchesneVA/GLX: drop useless casts. 27/827/1
2011-07-26 Austin Yuanvatrace: trace JPEG encode parameters 26/826/1
2011-07-14 Austin YuanUpdate on vatrace/test and va.h 25/825/1
2011-06-30 Austin Yuanvatrace: print MPEG4/H263 encode parameters information 21/821/1
2011-06-24 Xiang, Haihaova: fix warning about memset. 15/815/1
2011-06-17 Gwenole BeauchesneFix vaTerminate() with non DRI-based drivers. 12/812/1
2011-06-16 Austin Yuanva-android: same as X11, also always create a new VA... 11/811/1
2011-06-13 Edgar Huceklibva: fix memeory leaks in libva 08/808/1
2011-06-10 Austin YuanRevert the change in VA_DRI2SwapBuffers: _XReply -... 05/805/1
2011-06-10 Austin YuanMerge branch 'master' of git+ssh://git.freedesktop... 04/804/1
2011-06-09 Alexander OsinCorrected trace prints (updated, change format, etc... 99/799/1
2011-05-31 Austin Yuanlibva: several changes 92/792/1
2011-05-16 Xiang, Haihaova: always create a new VA display on X11 83/783/1
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
next