summaryrefslogtreecommitdiff
path: root/va
Commit message (Expand)AuthorAgeFilesLines
* va: fix compiler warnings (drop unused variables).Gwenole Beauchesne2011-10-201-6/+0
* libva: fix reported version as the one from VA-API.Gwenole Beauchesne2011-10-201-1/+1
* API: fix versioning.Gwenole Beauchesne2011-10-201-14/+14
* test: fix build warnings on AndroidAustin Yuan2011-10-201-1/+1
* android: fix <va/va_version.h> dependenciesGwenole Beauchesne2011-10-181-2/+2
* android: fix generation of <va/va_version.h>Gwenole Beauchesne2011-10-181-8/+5
* va: generate __vaDriverInit_*() function name at run-time.Gwenole Beauchesne2011-10-181-3/+14
* va: don't explicitly include "config.h"Gwenole Beauchesne2011-10-181-1/+0
* build: drop generated files.Gwenole Beauchesne2011-10-181-87/+0
* va_tpi: correct the first argument of vaCreateSurfaceFromKBufAustin Yuan2011-10-161-1/+1
* va_fglrx: fix driver name detection.Gwenole Beauchesne2011-10-111-11/+32
* vatrace/vafool: refine itAustin Yuan2011-09-2210-888/+469
* va_tpi: vaCreateSurfaceFromKBuf for streaming the video playback to remote mo...jiguoliang2011-09-213-18/+87
* va.h: TopFieldOrderCnt/BottomFieldOrderCnt should be signed instead of unsignedywan1712011-09-211-2/+2
* va.h: VA_DECODE_ERROR_TYPE changed to VADecodeErrorType for unified codying s...Austin Yuan2011-07-261-4/+4
* dri2: ignore BadDrawable errors.Gwenole Beauchesne2011-07-261-1/+20
* Fix make dist.Gwenole Beauchesne2011-07-261-0/+3
* Fix out-of-source builds.Gwenole Beauchesne2011-07-264-4/+6
* cosmetics: clean up Makefiles.Gwenole Beauchesne2011-07-263-73/+108
* VA/X11: drop useless casts.Gwenole Beauchesne2011-07-264-18/+18
* VA/GLX: drop useless casts.Gwenole Beauchesne2011-07-261-19/+19
* vatrace: trace JPEG encode parametersAustin Yuan2011-07-261-0/+109
* Update on vatrace/test and va.hAustin Yuan2011-07-142-5/+28
* vatrace: print MPEG4/H263 encode parameters informationAustin Yuan2011-06-301-5/+161
* va: fix warning about memset.Xiang, Haihao2011-06-242-2/+2
* Fix vaTerminate() with non DRI-based drivers.Gwenole Beauchesne2011-06-171-1/+1
* va-android: same as X11, also always create a new VA display on androidAustin Yuan2011-06-161-40/+13
* libva: fix memeory leaks in libvaEdgar Hucek2011-06-132-0/+12
* Revert the change in VA_DRI2SwapBuffers: _XReply -->_XSendAustin Yuan2011-06-101-2/+2
* Corrected trace prints (updated, change format, etc), replaced \t by spaces i...Alexander Osin2011-06-091-62/+116
* libva: several changesAustin Yuan2011-05-307-22/+67
* va: always create a new VA display on X11Xiang, Haihao2011-05-161-38/+6
* va: fix build issueXiang, Haihao2011-05-061-2/+2
* 1) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan2011-05-052-16/+12
* corrected vaBufferInfo interfaceAlexander I Osin2011-05-061-5/+4
* corrected vaBufferInfo interfaceAlexander I Osin2011-05-061-1/+1
* Fixed number bugs in va_TraceSurface.Alexander I Osin2011-05-061-8/+10
* Use constant instead of enum for RenderDevice/RenderModelibva-1.0.12Austin Yuan2011-04-011-14/+8
* Fix build issue againAustin Yuan2011-04-011-2/+2
* Fix build issueAustin Yuan2011-04-011-1/+1
* 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan2011-04-0111-30/+154
* Fix build issueAustin Yuan2011-02-091-1/+5
* 1) cleanup for VA_FOOLAustin Yuan2011-02-0811-32/+274
* Make VADriverContext.vtable a pointer.Gwenole Beauchesne2011-02-094-54/+80
* Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.Gwenole Beauchesne2011-02-091-4/+2
* Update VAAPI to 0.32Xiang, Haihao2011-01-271-3/+3
* Add profile into VAPictureParameterBufferVC1Xiang, Haihao2011-01-261-0/+1
* Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan2011-01-1415-19074/+984
* Fix the build issue on AndroidAustin Yuan2010-12-211-12/+16
* Remove config.h va/va_version.h (from Gwenole)Austin Yuan2010-12-211-87/+0