index
:
~haihao/libva
g45_h264
i965_h264
master
staging
staging-rebased
v1.6-branch
vaapi-egl
vaapi-ext
Personal libva repository
haihao
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
va
/
va.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACE
Austin Yuan
1
-4
/
+4
2013-07-23
va: release VADisplayContext at the end of vaTerminate()
Xiang, Haihao
1
-3
/
+3
2013-06-08
vatrace: trace JPEG encode parameters and vaQuerySurfaceAttributes
Austin Yuan
1
-13
/
+21
2013-05-27
Add default implementation for vaQuerySurfaceAttributes().
Gwenole Beauchesne
1
-1
/
+138
2013-05-27
API: add vaQuerySurfaceAttributes().
Gwenole Beauchesne
1
-5
/
+5
2013-05-17
vatrace: trace coded buffer create/destroy
Austin Yuan
1
-2
/
+12
2013-04-16
LIBVA_DRIVER_NAME still needs va_getDriverName to open DRM device
Fei Jiang
1
-6
/
+12
2013-04-16
va_trace: refine the log format
Elaine Wang
1
-3
/
+3
2013-03-15
Fix possible memory leak
Xiang, Haihao
1
-0
/
+1
2012-12-27
va_parseConfig: still need to check env_value
Austin Yuan
1
-1
/
+2
2012-12-27
klockwork: Fix libva klocwork scaning issues
Elaine Wang
1
-4
/
+9
2012-08-08
va_trace_surface: dumpe surface content after vaEndPicture call
Austin Yuan
1
-8
/
+5
2012-08-08
va.c: need to check the symbol before calling it
Austin Yuan
1
-1
/
+1
2012-08-07
android: use Android logging utilities.
Daniel Charles
1
-4
/
+34
2012-07-27
drm: fix build without X11 headers.
Dmitry Ermilov
1
-9
/
+9
2012-04-03
API: bump version to 0.34.0 (libva 1.2.0).
Gwenole Beauchesne
1
-0
/
+1
2012-02-29
va_TraceCreateSurface->va_TraceCreateSurfaces: correct name change
Austin Yuan
1
-2
/
+3
2012-02-02
va: fix vaErrorStr() to support new error codes.
Gwenole Beauchesne
1
-0
/
+6
2012-01-02
Allow 0.32.x drivers.
Gwenole Beauchesne
1
-4
/
+24
2012-01-02
API: add surface attributes.
Gwenole Beauchesne
1
-15
/
+54
2012-01-02
vpp: add video processing hooks.
Gwenole Beauchesne
1
-0
/
+89
2011-10-20
va: fix compiler warnings (drop unused variables).
Gwenole Beauchesne
1
-6
/
+0
2011-10-20
libva: fix reported version as the one from VA-API.
Gwenole Beauchesne
1
-1
/
+1
2011-10-18
va: generate __vaDriverInit_*() function name at run-time.
Gwenole Beauchesne
1
-3
/
+14
2011-10-18
va: don't explicitly include "config.h"
Gwenole Beauchesne
1
-1
/
+0
2011-09-22
vatrace/vafool: refine it
Austin Yuan
1
-121
/
+78
2011-05-06
corrected vaBufferInfo interface
Alexander I Osin
1
-1
/
+1
2011-04-01
Fix build issue again
Austin Yuan
1
-2
/
+2
2011-04-01
Fix build issue
Austin Yuan
1
-1
/
+1
2011-04-01
1. add interface VARenderDevice for output the video into an external dev...
Austin Yuan
1
-15
/
+21
2011-02-09
Make VADriverContext.vtable a pointer.
Gwenole Beauchesne
1
-45
/
+58
2011-02-09
Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.
Gwenole Beauchesne
1
-4
/
+2
2011-01-14
Refine VA_FOOL, and delete the hard coded clip va_fool_264.h
Austin Yuan
1
-26
/
+101
2010-12-21
Add sysdeps.h for system-dependent definitions. e.g. Android.
Gwenole Beauchesne
1
-7
/
+1
2010-10-28
libva-1.0.6
Austin Yuan
1
-11
/
+124
2010-07-26
Fix VA trace warnings.
Gwenole Beauchesne
1
-0
/
+1
2010-07-08
Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.
Gwenole Beauchesne
1
-0
/
+2
2010-06-04
Move LIBVA_DRIVER_NAME check in vaInitialize().
Gwenole Beauchesne
1
-19
/
+31
2010-06-02
Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa...
Gwenole Beauchesne
1
-4
/
+0
2010-06-02
Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the drive...
Gwenole Beauchesne
1
-1
/
+3
2010-06-02
Drop superfluous versions.
Gwenole Beauchesne
1
-4
/
+0
2010-05-11
global vaDisplayIsValid
Austin Yuan
1
-1
/
+1
2010-05-08
Seperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.so
Austin Yuan
1
-69
/
+16
2010-05-07
Remove and redifine some Xlib Macros, use void* instead of Surface* for VASta...
Ren Zhaohan
1
-0
/
+5
2010-05-04
remove udev
Ren Zhaohan
1
-1
/
+1
2010-04-27
libva backend
Ren Zhaohan
1
-1
/
+9
2010-03-31
move vaPutSurface(dpy, Surface *draw, XXX) into android/va_android.c
Austin Yuan
1
-2
/
+2
2010-03-31
Initial android backend
Austin Yuan
1
-26
/
+0
2010-03-30
merge vatrace
Austin Yuan
1
-51
/
+37
2010-03-08
Remove IN_LIBVA defines, Thanks for the patch from Gwenole
Austin Yuan
1
-0
/
+1263