OSDN Git Service

h264encode: correct negative POC after a new IDR
[android-x86/hardware-intel-common-libva.git] / va /
2013-06-19 Xiang, HaihaoFix possible memory leak
2013-06-19 Austin Yuanva.c: need to check the symbol before calling it
2013-06-19 Gwenole Beauchesneva: fix vaErrorStr() to support new error codes.
2013-06-19 Austin Yuanva_x11: fix klockscan issue (details is bellow)
2013-06-19 Austin Yuanvatrace: print target_percentage
2013-06-19 Austin Yuanvatrace: trace coded buffer create/destroy
2013-06-19 Austin Yuanvatrace: dump unknonw private misc parameters
2013-06-19 Austin Yuanvatrace: remove the delimiter of every elements dump
2013-06-19 Elaine Wangvatrace: refine the format of buf data dump
2013-06-19 Austin Yuanvatrace: refine VAEncPackedHeaderParameterBufferType...
2013-06-19 Austin Yuanvatrace: print VAEncPackedHeaderParameterBufferType
2013-06-19 Cheng Yaolibva: Add VABuffer dumping for JPEG parameters
2013-06-19 Austin Yuanvatrace: only print info of valid reference frames
2013-06-19 Elaine Wangvatrace: dump flags of VAPictureH264
2013-06-19 Fei JiangLIBVA_DRIVER_NAME still needs va_getDriverName to open...
2013-06-19 Elaine Wangva_trace: refine the log format
2013-06-19 Austin Yuanvatrace: print function name for vaMapBuffer trace...
2013-06-19 Adrian Marius Negreanuvatrace: buffer_type_to_string: add missing VABufferType
2013-06-19 Austin Yuanva_parseConfig: still need to check env_value
2013-06-19 Austin Yuanvatrace: fix build issue
2013-06-19 Austin Yuanva_trace: dump basic_unit_size/rc_flags in RateControl...
2013-06-19 Elaine Wangvatrace: Fix encoded coded buffer dump function
2013-06-19 Elaine Wangvatrace: fix vatrace crash during video recording
2013-06-19 Austin Yuanva_trace: allow surface trace to dump part of surface...
2013-06-19 Austin Yuanva_trace_surface: dumpe surface content after vaEndPict...
2013-06-19 Elaine WangFix va_fool.c klocwork issue
2013-06-19 Elaine Wangklockwork: Fix libva klocwork scaning issues
2013-06-05 Gwenole BeauchesneAdd default implementation for vaQuerySurfaceAttributes().
2013-06-05 Gwenole BeauchesneAPI: add vaQuerySurfaceAttributes().
2013-06-05 Jonathan BianAdded new VA_RT_FORMAT_RGBP and VA_FOURCC_411R
2013-06-05 Austin YuanSurfaceAttribMemoryType: add ION memory type for Android
2013-06-05 Austin YuanASurfaceAttribExternalBuffers flags: add more memory...
2013-06-05 Jonathan BianChanged values for VASurfaceAttribMemoryType from fourc...
2013-06-05 Jonathan BianAdded new RT formats and fourcc codes for pixel formats.
2013-06-05 Jonathan BianAdded new surface attributes to enable VA surface creat...
2013-06-05 Li,XiaoweiAdd RGB RT format definition for video process
2013-06-05 Austin Yuantpi: clean the old interface, and use new one
2013-06-05 Jonathan BianAdd new fourcc codes
2013-06-05 Austin Yuanva_TraceCreateSurface->va_TraceCreateSurfaces: correct...
2013-06-05 Gwenole BeauchesneAPI: add compat glue for older vaCreateSurfaces().
2013-06-05 Gwenole BeauchesneAPI: add surface attributes.
2013-05-28 Austin Yuanva_trace.c: fix a wrong conditional check
2013-05-28 Austin Yuanvatrace: VAEncXXXH264Baseline: start to drop VAEncXXXXB...
2013-05-28 Ermilov, Dmitryvatrace: trace H.264 encode parameters
2013-05-28 Gwenole Beauchesnevatrace: API: drop H.264 specific VA buffer types.
2013-05-28 Gwenole Beauchesnevatrace: API: rename H.264 encoding buffer structs...
2013-05-28 Gwenole Beauchesnedoc/vpp: link modules from the main page.
2013-05-28 Gwenole Beauchesnedoc/encode: link modules from the main page.
2013-05-28 Gwenole Beauchesnedoc: add placeholder for the Core API.
2013-05-28 Gwenole BeauchesneAPI: bump version to 0.34.0 (libva 1.2.0).
2013-05-28 Xiang, Haihaova: Remove VAProcFilterColorStandard
2013-05-28 Jonathan BianRenamed de-interlacing flags to be more general and...
2013-05-28 Jonathan BianAdded "flags" field to VAProcFilterParameterBufferDeint...
2013-05-28 Binglin ChenAdd maximum type number define, and one addition VPP...
2013-05-28 Austin YuanVAProcPipelineParameterBufferType: start from 41 in...
2013-05-28 Gwenole BeauchesneAPI: vpp: remove extraneous flags member.
2013-05-28 Xiang, HaihaoFix sample code for VPP
2013-05-28 Gwenole Beauchesnevpp: fix comments for *Count enumerations.
2013-05-28 Gwenole Beauchesnevpp: allow input/output color primaries as requested.
2013-05-28 Gwenole Beauchesnevpp: move reference frames to pipeline parameter buffer.
2013-05-28 Gwenole Beauchesnevpp: note that application of subpictures is now optional.
2013-05-28 Gwenole Beauchesnevpp: add pipeline flags.
2013-05-28 Gwenole Beauchesnevpp: explain filter flags more.
2013-05-28 Gwenole Beauchesnevpp: add auto-saturation, auto-brightness, auto-contras...
2013-05-28 Gwenole Beauchesnevpp: clarify background color semantics and driver...
2013-05-28 Gwenole Beauchesnevpp: keep VAProcFilterParameterBuffer value type as...
2013-05-28 Gwenole Beauchesnevpp: fix vaQueryVideoProcPipelineCaps() semantics.
2013-05-28 Gwenole Beauchesnevpp: mention that source surface also covers its associ...
2013-05-28 Gwenole Beauchesnevpp: improve documentation for VAProcPipelineParameterB...
2013-05-28 Gwenole Beauchesnevpp: fix vaQueryVideoProcFilterCaps() prototype.
2013-05-28 Gwenole Beauchesnevpp: remove obsolete sample code.
2013-05-28 Gwenole Beauchesnevpp: fix VAProcPipelineParameterBuffer typedef.
2013-05-28 Gwenole Beauchesnevpp: add video processing hooks.
2013-05-28 Gwenole BeauchesneAPI: add video processing interfaces.
2013-05-28 Xiang, Haihaova: Remove user_data from MPEG-2 encoding APIs
2013-05-28 Xiang, HaihaoAPI for MPEG-2 encoding
2013-05-28 Xiang, Haihaova: Add a flag to signal APP whether the driver support...
2013-05-28 Xiang, Haihaoinstall va_enc_h264.h
2013-05-28 Jonathan BianAdded baseline to the list of profiles for the document...
2013-05-28 Jonathan BianAdded aspect ratio related fields to VAEncSequenceParam...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add more explicit packed header types...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: move up num_macroblocks, next to...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: remove dec_ref_pic_marking().
2013-05-28 Gwenole BeauchesneAPI: h264 encode: remove ref_pic_list_modification().
2013-05-28 Gwenole BeauchesneAPI: h264 encode: fix comment for RefPicList0/1.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add intra_idr_period to sequence...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: document DPB usage.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: drop extraneous comment.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: drop profile_idc.
2013-05-28 Jonathan BianAdded new VAEncPackedHeaderRawData value to VAEncPacked...
2013-05-28 Austin YuanVAEncXXXH264Baseline: start to drop VAEncXXXXBaseline
2013-05-28 Austin YuanVACodedBufferSegment: correct the description
2013-05-28 Austin YuanVA_STATUS_ERROR_HW_BUSY: error code to indicate HW...
2013-05-28 Austin YuanVAEncMiscParameterRateControl: add back some fields...
2013-05-28 Austin YuanVACodedBufferSegment: modify the semantics/description
2013-05-28 Xiang, HaihaoAdd VAEncMiscParameterHRD data structure to pass HRD...
2013-05-28 Gwenole BeauchesneAPI: encode: document VACodedBufferSegment.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add VA_RC_VBR_CONSTRAINED.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: fix VAConfigAttribEncMaxRefFrames...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add packed SEI header.
next