summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* AVCENC: Pass the H264 RefPicList0/1 by using slice_param instead of hacked DP...Zhao Yakui2013-06-241-0/+19
* Fix possible memory leakXiang, Haihao2013-06-192-3/+10
* va.c: need to check the symbol before calling itAustin Yuan2013-06-191-1/+1
* va: fix vaErrorStr() to support new error codes.Gwenole Beauchesne2013-06-191-0/+6
* va_x11: fix klockscan issue (details is bellow)Austin Yuan2013-06-191-1/+3
* vatrace: print target_percentageAustin Yuan2013-06-191-0/+1
* vatrace: trace coded buffer create/destroyAustin Yuan2013-06-193-2/+81
* vatrace: dump unknonw private misc parametersAustin Yuan2013-06-191-1/+2
* vatrace: remove the delimiter of every elements dumpAustin Yuan2013-06-191-6/+0
* vatrace: refine the format of buf data dumpElaine Wang2013-06-191-3/+3
* vatrace: refine VAEncPackedHeaderParameterBufferType formatAustin Yuan2013-06-191-2/+6
* vatrace: print VAEncPackedHeaderParameterBufferTypeAustin Yuan2013-06-191-0/+28
* libva: Add VABuffer dumping for JPEG parametersCheng Yao2013-06-191-5/+140
* vatrace: only print info of valid reference framesAustin Yuan2013-06-191-6/+10
* vatrace: dump flags of VAPictureH264Elaine Wang2013-06-191-15/+21
* LIBVA_DRIVER_NAME still needs va_getDriverName to open DRM deviceFei Jiang2013-06-191-6/+12
* 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