summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-07tests: cope with new vaQuerySurfaceAttributes() API.Gwenole Beauchesne1-36/+152
2013-06-07test: add color conversion test option in putsurfaceZhao Halley1-16/+217
2013-06-05tests: cope with new vaCreateSurfaces() API.Gwenole Beauchesne11-28/+40
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-28test: update MPEG-2 encoding caseXiang, Haihao1-12/+0
2013-05-28tests: disable v4l demo for now.Gwenole Beauchesne1-1/+1
2013-05-28vaPutSurface test on Android: fix build isste on Android JBAustin Yuan5-123/+102
2013-05-28h264encode: fix build warning on AndroidAustin Yuan2-11/+11
2013-05-28h264encode: remove the leftover file h264encode_android.cppAustin Yuan1-70/+0
2013-05-28h264encode: fix some issuesElaine Wang1-0/+1906
2013-05-28test/h264encode: refine the h264encode to support advanced modeAustin Yuan6-562/+53
2013-05-28test/putsurface_x11.c: don't hard code the DISPLAY to ":0.0"Austin Yuan1-1/+1
2013-05-28mpeg2enc: find the proper profile and levelXiang, Haihao1-3/+54
2013-05-28mpeg2enc: Fix the picture header for B frameXiang, Haihao1-1/+2
2013-05-28mpeg2enc: Fix time_code_seconds in time_codeXiang, Haihao1-1/+1
2013-05-28mpeg2enc: temporal_referenc and GOP header follow MPEG-2 Spec.Xiang, Haihao1-43/+67
2013-05-28mpeg2enc: Silence compiler warningXiang, Haihao1-2/+2
2013-05-28test/encode: Add -Wall option to default build flagsXiang, Haihao1-0/+1
2013-05-28mpeg2enc: Simplify the mapping between display order and encoding orderXiang, Haihao1-98/+70
2013-05-28mpeg2enc: set the frames between I and P framesXiang, Haihao1-1/+3
2013-05-28mpeg2enc: forward and backword referenc follow the picture typeXiang, Haihao1-0/+7
2013-05-28mpeg2enc: Remove the assertion for mode 1Xiang, Haihao1-1/+0
2013-05-28mpeg2enc: f_code[s][t] follows the picture coding typeXiang, Haihao1-0/+19
2013-05-28mpeg2enc: level and profile follow the user settingXiang, Haihao1-4/+38
2013-05-28mpeg2enc: Options for profile and levelXiang, Haihao1-0/+39
2013-05-28mpeg2enc: enumerate mode typeXiang, Haihao1-5/+11
2013-05-28mpeg2enc: fix a typoXiang, Haihao1-8/+8
2013-05-28mpeg2enc: Set default qp to 8Xiang, Haihao1-1/+1
2013-05-28mpeg2enc: Keep the packed data consistent with each parametersXiang, Haihao1-17/+35
2013-05-28mpeg2enc: update time_code for the new GOPXiang, Haihao1-0/+40