summaryrefslogtreecommitdiff
path: root/va
AgeCommit message (Expand)AuthorFilesLines
2013-06-19vatrace: buffer_type_to_string: add missing VABufferTypeAdrian Marius Negreanu1-0/+8
2013-06-19va_parseConfig: still need to check env_valueAustin Yuan1-1/+2
2013-06-19vatrace: fix build issueAustin Yuan1-3/+3
2013-06-19va_trace: dump basic_unit_size/rc_flags in RateControl data structAustin Yuan1-0/+4
2013-06-19vatrace: Fix encoded coded buffer dump functionElaine Wang1-8/+7
2013-06-19vatrace: fix vatrace crash during video recordingElaine Wang1-7/+12
2013-06-19va_trace: allow surface trace to dump part of surface contentAustin Yuan1-9/+44
2013-06-19va_trace_surface: dumpe surface content after vaEndPicture callAustin Yuan2-21/+16
2013-06-19Fix va_fool.c klocwork issueElaine Wang1-1/+1
2013-06-19klockwork: Fix libva klocwork scaning issuesElaine Wang3-21/+26
2013-06-05Add default implementation for vaQuerySurfaceAttributes().Gwenole Beauchesne1-1/+138
2013-06-05API: add vaQuerySurfaceAttributes().Gwenole Beauchesne3-20/+40
2013-06-05Added new VA_RT_FORMAT_RGBP and VA_FOURCC_411RJonathan Bian1-0/+3
2013-06-05SurfaceAttribMemoryType: add ION memory type for AndroidAustin Yuan1-0/+2
2013-06-05ASurfaceAttribExternalBuffers flags: add more memory attribute flagsAustin Yuan1-0/+9
2013-06-05Changed values for VASurfaceAttribMemoryType from fourcc to bit fields.Jonathan Bian3-14/+19
2013-06-05Added new RT formats and fourcc codes for pixel formats.Jonathan Bian1-1/+17
2013-06-05Added new surface attributes to enable VA surface creation from external buff...Jonathan Bian3-1/+58
2013-06-05Add RGB RT format definition for video processLi,Xiaowei1-0/+2
2013-06-05tpi: clean the old interface, and use new oneAustin Yuan3-241/+80
2013-06-05Add new fourcc codesJonathan Bian1-0/+2
2013-06-05va_TraceCreateSurface->va_TraceCreateSurfaces: correct name changeAustin Yuan3-6/+11
2013-06-05API: add compat glue for older vaCreateSurfaces().Gwenole Beauchesne4-1/+179
2013-06-05API: add surface attributes.Gwenole Beauchesne3-31/+172
2013-05-28va_trace.c: fix a wrong conditional checkAustin Yuan1-1/+1
2013-05-28vatrace: VAEncXXXH264Baseline: start to drop VAEncXXXXBaselineAustin Yuan1-66/+2
2013-05-28vatrace: trace H.264 encode parametersErmilov, Dmitry1-1/+234
2013-05-28vatrace: API: drop H.264 specific VA buffer types.Gwenole Beauchesne1-14/+0
2013-05-28vatrace: API: rename H.264 encoding buffer structs with a Baseline suffix.Gwenole Beauchesne1-8/+10
2013-05-28doc/vpp: link modules from the main page.Gwenole Beauchesne1-0/+1
2013-05-28doc/encode: link modules from the main page.Gwenole Beauchesne1-0/+17
2013-05-28doc: add placeholder for the Core API.Gwenole Beauchesne1-0/+15
2013-05-28API: bump version to 0.34.0 (libva 1.2.0).Gwenole Beauchesne1-0/+1
2013-05-28va: Remove VAProcFilterColorStandardXiang, Haihao1-19/+1
2013-05-28Renamed de-interlacing flags to be more general and added new flag VA_DEINTER...Jonathan Bian1-5/+10
2013-05-28Added "flags" field to VAProcFilterParameterBufferDeinterlacing to indicate T...Jonathan Bian1-0/+16
2013-05-28Add maximum type number define, and one addition VPP flagBinglin Chen2-1/+9
2013-05-28VAProcPipelineParameterBufferType: start from 41 in case there are more encod...Austin Yuan1-2/+2
2013-05-28API: vpp: remove extraneous flags member.Gwenole Beauchesne1-2/+0
2013-05-28Fix sample code for VPPXiang, Haihao1-2/+2
2013-05-28vpp: fix comments for *Count enumerations.Gwenole Beauchesne1-4/+4
2013-05-28vpp: allow input/output color primaries as requested.Gwenole Beauchesne1-1/+38
2013-05-28vpp: move reference frames to pipeline parameter buffer.Gwenole Beauchesne1-23/+39
2013-05-28vpp: note that application of subpictures is now optional.Gwenole Beauchesne1-2/+3
2013-05-28vpp: add pipeline flags.Gwenole Beauchesne1-0/+27
2013-05-28vpp: explain filter flags more.Gwenole Beauchesne1-4/+10
2013-05-28vpp: add auto-saturation, auto-brightness, auto-contrast attributes.Gwenole Beauchesne1-1/+19
2013-05-28vpp: clarify background color semantics and driver behaviour.Gwenole Beauchesne1-4/+13
2013-05-28vpp: keep VAProcFilterParameterBuffer value type as float.Gwenole Beauchesne1-1/+0
2013-05-28vpp: fix vaQueryVideoProcPipelineCaps() semantics.Gwenole Beauchesne1-29/+53