summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* va_trace: refine the log formatElaine Wang2013-06-194-26/+36
* vatrace: print function name for vaMapBuffer trace with coded bufferAustin Yuan2013-06-191-7/+9
* vatrace: buffer_type_to_string: add missing VABufferTypeAdrian Marius Negreanu2013-06-191-0/+8
* va_parseConfig: still need to check env_valueAustin Yuan2013-06-191-1/+2
* vatrace: fix build issueAustin Yuan2013-06-191-3/+3
* va_trace: dump basic_unit_size/rc_flags in RateControl data structAustin Yuan2013-06-191-0/+4
* vatrace: Fix encoded coded buffer dump functionElaine Wang2013-06-191-8/+7
* vatrace: fix vatrace crash during video recordingElaine Wang2013-06-191-7/+12
* va_trace: allow surface trace to dump part of surface contentAustin Yuan2013-06-191-9/+44
* va_trace_surface: dumpe surface content after vaEndPicture callAustin Yuan2013-06-192-21/+16
* Fix va_fool.c klocwork issueElaine Wang2013-06-191-1/+1
* klockwork: Fix libva klocwork scaning issuesElaine Wang2013-06-193-21/+26
* tests: cope with new vaQuerySurfaceAttributes() API.Gwenole Beauchesne2013-06-071-36/+152
* test: add color conversion test option in putsurfaceZhao Halley2013-06-071-16/+217
* tests: cope with new vaCreateSurfaces() API.Gwenole Beauchesne2013-06-0511-28/+40
* Add default implementation for vaQuerySurfaceAttributes().Gwenole Beauchesne2013-06-051-1/+138
* API: add vaQuerySurfaceAttributes().Gwenole Beauchesne2013-06-053-20/+40
* Added new VA_RT_FORMAT_RGBP and VA_FOURCC_411RJonathan Bian2013-06-051-0/+3
* SurfaceAttribMemoryType: add ION memory type for AndroidAustin Yuan2013-06-051-0/+2
* ASurfaceAttribExternalBuffers flags: add more memory attribute flagsAustin Yuan2013-06-051-0/+9
* Changed values for VASurfaceAttribMemoryType from fourcc to bit fields.Jonathan Bian2013-06-053-14/+19
* Added new RT formats and fourcc codes for pixel formats.Jonathan Bian2013-06-051-1/+17
* Added new surface attributes to enable VA surface creation from external buff...Jonathan Bian2013-06-053-1/+58
* Add RGB RT format definition for video processLi,Xiaowei2013-06-051-0/+2
* tpi: clean the old interface, and use new oneAustin Yuan2013-06-053-241/+80
* Add new fourcc codesJonathan Bian2013-06-051-0/+2
* va_TraceCreateSurface->va_TraceCreateSurfaces: correct name changeAustin Yuan2013-06-053-6/+11
* API: add compat glue for older vaCreateSurfaces().Gwenole Beauchesne2013-06-054-1/+179
* API: add surface attributes.Gwenole Beauchesne2013-06-053-31/+172
* test: update MPEG-2 encoding caseXiang, Haihao2013-05-281-12/+0
* tests: disable v4l demo for now.Gwenole Beauchesne2013-05-281-1/+1
* vaPutSurface test on Android: fix build isste on Android JBAustin Yuan2013-05-285-123/+102
* h264encode: fix build warning on AndroidAustin Yuan2013-05-282-11/+11
* h264encode: remove the leftover file h264encode_android.cppAustin Yuan2013-05-281-70/+0
* h264encode: fix some issuesElaine Wang2013-05-281-0/+1906
* test/h264encode: refine the h264encode to support advanced modeAustin Yuan2013-05-286-562/+53
* test/putsurface_x11.c: don't hard code the DISPLAY to ":0.0"Austin Yuan2013-05-281-1/+1
* mpeg2enc: find the proper profile and levelXiang, Haihao2013-05-281-3/+54
* mpeg2enc: Fix the picture header for B frameXiang, Haihao2013-05-281-1/+2
* mpeg2enc: Fix time_code_seconds in time_codeXiang, Haihao2013-05-281-1/+1
* mpeg2enc: temporal_referenc and GOP header follow MPEG-2 Spec.Xiang, Haihao2013-05-281-43/+67
* mpeg2enc: Silence compiler warningXiang, Haihao2013-05-281-2/+2
* test/encode: Add -Wall option to default build flagsXiang, Haihao2013-05-281-0/+1
* mpeg2enc: Simplify the mapping between display order and encoding orderXiang, Haihao2013-05-281-98/+70
* mpeg2enc: set the frames between I and P framesXiang, Haihao2013-05-281-1/+3
* mpeg2enc: forward and backword referenc follow the picture typeXiang, Haihao2013-05-281-0/+7
* mpeg2enc: Remove the assertion for mode 1Xiang, Haihao2013-05-281-1/+0
* mpeg2enc: f_code[s][t] follows the picture coding typeXiang, Haihao2013-05-281-0/+19
* mpeg2enc: level and profile follow the user settingXiang, Haihao2013-05-281-4/+38
* mpeg2enc: Options for profile and levelXiang, Haihao2013-05-281-0/+39