OSDN Git Service

Add new fourcc codes
[android-x86/hardware-intel-common-libva.git] / va /
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.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add macroblock-info config attribute.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: fix max-frame-size parameter buffer...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add max-frame-size misc buffer type.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: remove TABs in newly added code.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add constant QP rate control attribute.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: fix comments.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add new VA config attributes (max...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: renumber config attributes used for...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: improve VA config attributes document...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add new config attributes for encodin...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: add macroblock parameter buffer.
2013-05-28 Gwenole BeauchesneAPI: h264 encode: rename insert_emulation_bytes to...
2013-05-28 Gwenole BeauchesneAPI: h264 encode: re-define packed-headers buffer type...
2013-05-28 Gwenole BeauchesneAPI: add new H.264 encoding API for main and high profiles.
2013-05-28 Gwenole BeauchesneAPI: drop H.264 specific VA buffer types.
2013-05-28 Gwenole BeauchesneAPI: rename H.264 encoding buffer structs with a Baseli...
2013-05-28 Gwenole BeauchesneAPI: add a generic value type.
2013-03-19 Armin KAutomake 1.13 fixups
2012-11-15 Rob Bradfordwayland: port to 1.0 protocol.
2012-09-28 Gwenole Beauchesneglx: fix gl_create_context() with parent context set.
2012-09-28 Gwenole BeauchesneDrop VA/dummy backend.
2012-09-28 Haitao Huangandroid: use common DRM driver detection code.
2012-09-28 Haitao Huangandroid: fix tests for Android ICS.
2012-09-28 Haitao Huangandroid: export JPEG decode header.
2012-09-28 Daniel Charlesandroid: rename the LOG_TAG per module.
2012-09-28 Daniel Charlesandroid: use Android logging utilities.
2012-09-27 Gwenole Beauchesneconfigure: minor clean-ups.
2012-09-27 Gwenole Beauchesnebuild: drop useless Makefile variables.
2012-09-27 Gwenole BeauchesneSanitize build dependencies.
2012-09-26 Gwenole Beauchesnewayland: add initial support for EMGD driver.
2012-09-26 Zhao halleywayland: ship with wayland-drm protocol.
2012-09-26 Gwenole BeauchesneAPI: add support for Wayland.
2012-09-26 Gwenole Beauchesnedrm: don't export internal functions.
2012-09-26 Gwenole Beauchesnedrm: move driver name detection to utilities.
2012-09-26 Dmitry Ermilovdrm: fix build without X11 headers.
2012-09-26 Gwenole Beauchesnedrm: allow authentication through X11 server.
2012-09-26 Gwenole Beauchesnedrm: ensure DRM connection is authenticated.
next