index
:
delta/libva.git
coverity_scan
gh-pages
libva30
libva31
master
staging
staging-rebased
test
v1.0-branch
v1.3.x
v1.4-branch
v1.5-branch
v1.6-branch
v1.7-branch
v1.8-branch
v2.0-branch
v2.1-branch
v2.2-branch
v2.3-branch
v2.4-branch
v2.5-branch
v2.6-branch
v2.7-branch
v2.8-branch
v2.9-branch
vaapi-egl
vaapi-ext
github.com: 01org/libva.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
va
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: fix make dist.
Gwenole Beauchesne
2013-06-27
1
-0
/
+1
*
Remove the EGL dependency on X11
Zhao Yakui
2013-06-25
1
-2
/
+2
*
Fix possible memory leak
Xiang, Haihao
2013-06-19
2
-3
/
+10
*
va.c: need to check the symbol before calling it
Austin Yuan
2013-06-19
1
-1
/
+1
*
va: fix vaErrorStr() to support new error codes.
Gwenole Beauchesne
2013-06-19
1
-0
/
+6
*
va_x11: fix klockscan issue (details is bellow)
Austin Yuan
2013-06-19
1
-1
/
+3
*
vatrace: print target_percentage
Austin Yuan
2013-06-19
1
-0
/
+1
*
vatrace: trace coded buffer create/destroy
Austin Yuan
2013-06-19
3
-2
/
+81
*
vatrace: dump unknonw private misc parameters
Austin Yuan
2013-06-19
1
-1
/
+2
*
vatrace: remove the delimiter of every elements dump
Austin Yuan
2013-06-19
1
-6
/
+0
*
vatrace: refine the format of buf data dump
Elaine Wang
2013-06-19
1
-3
/
+3
*
vatrace: refine VAEncPackedHeaderParameterBufferType format
Austin Yuan
2013-06-19
1
-2
/
+6
*
vatrace: print VAEncPackedHeaderParameterBufferType
Austin Yuan
2013-06-19
1
-0
/
+28
*
libva: Add VABuffer dumping for JPEG parameters
Cheng Yao
2013-06-19
1
-5
/
+140
*
vatrace: only print info of valid reference frames
Austin Yuan
2013-06-19
1
-6
/
+10
*
vatrace: dump flags of VAPictureH264
Elaine Wang
2013-06-19
1
-15
/
+21
*
LIBVA_DRIVER_NAME still needs va_getDriverName to open DRM device
Fei Jiang
2013-06-19
1
-6
/
+12
*
va_trace: refine the log format
Elaine Wang
2013-06-19
4
-26
/
+36
*
vatrace: print function name for vaMapBuffer trace with coded buffer
Austin Yuan
2013-06-19
1
-7
/
+9
*
vatrace: buffer_type_to_string: add missing VABufferType
Adrian Marius Negreanu
2013-06-19
1
-0
/
+8
*
va_parseConfig: still need to check env_value
Austin Yuan
2013-06-19
1
-1
/
+2
*
vatrace: fix build issue
Austin Yuan
2013-06-19
1
-3
/
+3
*
va_trace: dump basic_unit_size/rc_flags in RateControl data struct
Austin Yuan
2013-06-19
1
-0
/
+4
*
vatrace: Fix encoded coded buffer dump function
Elaine Wang
2013-06-19
1
-8
/
+7
*
vatrace: fix vatrace crash during video recording
Elaine Wang
2013-06-19
1
-7
/
+12
*
va_trace: allow surface trace to dump part of surface content
Austin Yuan
2013-06-19
1
-9
/
+44
*
va_trace_surface: dumpe surface content after vaEndPicture call
Austin Yuan
2013-06-19
2
-21
/
+16
*
Fix va_fool.c klocwork issue
Elaine Wang
2013-06-19
1
-1
/
+1
*
klockwork: Fix libva klocwork scaning issues
Elaine Wang
2013-06-19
3
-21
/
+26
*
Add default implementation for vaQuerySurfaceAttributes().
Gwenole Beauchesne
2013-06-05
1
-1
/
+138
*
API: add vaQuerySurfaceAttributes().
Gwenole Beauchesne
2013-06-05
3
-20
/
+40
*
Added new VA_RT_FORMAT_RGBP and VA_FOURCC_411R
Jonathan Bian
2013-06-05
1
-0
/
+3
*
SurfaceAttribMemoryType: add ION memory type for Android
Austin Yuan
2013-06-05
1
-0
/
+2
*
ASurfaceAttribExternalBuffers flags: add more memory attribute flags
Austin Yuan
2013-06-05
1
-0
/
+9
*
Changed values for VASurfaceAttribMemoryType from fourcc to bit fields.
Jonathan Bian
2013-06-05
3
-14
/
+19
*
Added new RT formats and fourcc codes for pixel formats.
Jonathan Bian
2013-06-05
1
-1
/
+17
*
Added new surface attributes to enable VA surface creation from external buff...
Jonathan Bian
2013-06-05
3
-1
/
+58
*
Add RGB RT format definition for video process
Li,Xiaowei
2013-06-05
1
-0
/
+2
*
tpi: clean the old interface, and use new one
Austin Yuan
2013-06-05
3
-241
/
+80
*
Add new fourcc codes
Jonathan Bian
2013-06-05
1
-0
/
+2
*
va_TraceCreateSurface->va_TraceCreateSurfaces: correct name change
Austin Yuan
2013-06-05
3
-6
/
+11
*
API: add compat glue for older vaCreateSurfaces().
Gwenole Beauchesne
2013-06-05
4
-1
/
+179
*
API: add surface attributes.
Gwenole Beauchesne
2013-06-05
3
-31
/
+172
*
va_trace.c: fix a wrong conditional check
Austin Yuan
2013-05-28
1
-1
/
+1
*
vatrace: VAEncXXXH264Baseline: start to drop VAEncXXXXBaseline
Austin Yuan
2013-05-28
1
-66
/
+2
*
vatrace: trace H.264 encode parameters
Ermilov, Dmitry
2013-05-28
1
-1
/
+234
*
vatrace: API: drop H.264 specific VA buffer types.
Gwenole Beauchesne
2013-05-28
1
-14
/
+0
*
vatrace: API: rename H.264 encoding buffer structs with a Baseline suffix.
Gwenole Beauchesne
2013-05-28
1
-8
/
+10
*
doc/vpp: link modules from the main page.
Gwenole Beauchesne
2013-05-28
1
-0
/
+1
*
doc/encode: link modules from the main page.
Gwenole Beauchesne
2013-05-28
1
-0
/
+17
[next]