profile/ivi/libva.git
2012-06-28 Gwenole Beauchesneconfigure: fix GLX and EGL tests.
2012-06-28 Xiang, Haihaofix the check for EGL
2012-06-19 Xiang, HaihaoAPI for MPEG-2 encoding
2012-06-18 Gwenole Beauchesnejpeg: mark default Huffman table as valid.
2012-06-18 Gwenole Beauchesnejpeg: fix display of dimensions.
2012-05-21 Jonathan BianAdd VP8 decoding API
2012-05-21 Jonathan BianAdd Deblocking and FRC filter to VPP API
2012-05-21 Austin Yuanlicense header: add the missing license header to files
2012-05-11 Gwenole Beauchesnejpeg: fix IQ matrix and Huffman table buffer name.
2012-05-11 Gwenole BeauchesneUpdate JPEG decode demo to match current API.
2012-05-11 Zhao HalleyA simple JPEG example to use VAAPI
2012-05-11 Gwenole Beauchesnejpeg: cosmetics (vertical align).
2012-04-25 Austin YuanAndroid.mk: install VPP header files
2012-04-25 Austin YuanVAEncXXXH264Baseline: start to drop VAEncXXXXBaseline
2012-04-25 Austin Yuantpi: clean the old interface, and use new one
2012-04-25 Austin Yuanandroid backend: add the new device ID into it
2012-04-25 Jonathan BianAdd new fourcc codes
2012-04-24 Gwenole BeauchesneAdd initial JPEG decoding API.
2012-04-19 Ermilov, Dmitryvatrace: trace H.264 encode parameters
2012-04-08 Gwenole BeauchesneAPI: h264 decode: fix the definition of slice_data_bit_...
2012-04-08 Gwenole BeauchesneRevert "API: h264 decode: introduce num_emulation_preve...
2012-04-04 Gwenole BeauchesneAPI: h264 decode: introduce num_emulation_prevention_bytes.
2012-04-04 Gwenole BeauchesneAPI: h264 decode: clarify slice_data_bit_offset field.
2012-04-03 Gwenole BeauchesneAPI: vpp: remove extraneous flags member.
2012-04-03 Gwenole BeauchesneAPI: bump version to 0.34.0 (libva 1.2.0).
2012-03-29 Xiang, Haihaotest/transcode/mpeg2transcode: set right picture width...
2012-03-22 Zhou ChangAdded high profile support in SPS for avcenc.
2012-03-07 Jonathan BianAdded aspect ratio related fields to VAEncSequenceParam...
2012-03-01 Austin YuanVACodedBufferSegment: correct the description
2012-03-01 Austin Yuanva_TraceCreateSurface->va_TraceCreateSurfaces: correct...
2012-03-01 Austin YuanAndroid.mk: change Android Makefile accordingly
2012-03-01 Austin Yuantest: use new vaCreateSurfaces interface
2012-03-01 Austin YuanVAProcPipelineParameterBufferType: start from 41 in...
2012-03-01 Austin YuanVA_STATUS_ERROR_HW_BUSY: error code to indicate HW...
2012-03-01 Austin YuanVAEncMiscParameterRateControl: add back some fields...
2012-03-01 Austin YuanVADisplayAttribDirectSurface: drop it
2012-03-01 Austin YuanVADisplayAttribBLEMode: drop it since no implementation...
2012-02-28 Austin YuanVACodedBufferSegment: modify the semantics/description
2012-02-23 Xiang, Haihaotest/transcode: Fix DSO issue
2012-02-22 Xiang, Haihaotest/transcode/mpeg2transcode: use the method of consta...
2012-02-22 Xiang, HaihaoFix sample code for VPP
2012-02-22 Xiang, Haihaoinstall va_enc.h and va_enc_h264.h
2012-02-22 Xiang, Haihaotest: use the new H264 encoding and VPP interfaces
2012-02-22 Hai LanAdd test/transcode/Makefile.am
2012-02-22 Xiang, Haihaotest: use new interface for all test cases
2012-02-22 Hai Lantest/transcode/mpeg2transcode.cpp:modify the comments
2012-02-22 Hai Lantest/transcode: Add a test case for transcoding
2012-02-22 Zhou Changtest/encode/avcenc: Add HRD support in avcenc demo...
2012-02-22 Xiang, Haihaotest/encode/avcenc: support I420/YV12 format
2012-02-22 Zhou Changtest/encode/avcenc: Add transform 8x8 support in test...
2012-02-22 Xiang, Haihaotest: use new interface for all test cases
2012-02-22 Hai Lantest/encode/avcenc: use kbps as fb input
2012-02-22 Xiang, Haihaotest/encode/avcenc: use new packed header interface
2012-02-22 Zhou Changtest/encode/avcenc: Wait upload thread exiting before...
2012-02-22 Zhou Changtest/encode/avcenc: Simplify the IPB pattern file upload
2012-02-22 Zhou Changtest/encode/avcenc: Fixed bug about B frame display...
2012-02-22 Hai Lanavcenc: correct the description for the mode parameter
2012-02-22 Xiang, Haihaotest/encode/avcenc: close files
2012-02-22 Xiang, Haihaotest/encode/avcenc: re-try until success
2012-02-22 Xiang, Haihaotest/encode/avcenc: upload YUV data in a thread
2012-02-22 Xiang, Haihaotest/encode/avcenc: silence waring about implicit decla...
2012-02-22 Xiang, Haihaotest/encode/avcenc: postpone YUV data uploading
2012-02-22 Xiang, Haihaotest/encode/avcenc: increase the times of trying after...
2012-02-22 Hai Lanavcenc: use gettimeofday to calculate the FPS
2012-02-22 Hai Lantest/encode/avcenc: Fix bug of ignoring QP value
2012-02-22 Hai Lantest/encode/avcenc: Fix a QP error in avcenc
2012-02-22 Hai Lantest/encode/avcenc: Add a parameter to set I/IP/IPB...
2012-02-22 Zhou Changtest/encode/avcenc: Support continue B frames in test...
2012-02-22 Xiang, Haihaotest/encode/avcenc: use generic ExtType name in test...
2012-02-22 Xiang, Haihaotest/encode/avcenc: send packed PPS/SPS header to driver
2012-02-22 Zhou Changtest/encode/avcenc: Modify default direct mode.
2012-02-22 Xiang, Haihaotest/encode/avcenc: use a small size for coded buffer.
2012-02-22 Xiang, Haihaotest/encode/avcenc: directly uses coded buffer size
2012-02-22 Xiang, Haihaotest/encode/avcenc: directly save slice data
2012-02-22 Xiang, Haihaotest/encode/avcenc: use trail data to calculate slice...
2012-02-22 Xiang, Haihaotest/encode/avcenc: don't generate slice header anymore
2012-02-22 Xiang, Haihaotest/encode/avcenc: pass all parameters to driver
2012-02-22 Xiang, Haihaotest/encode/avcenc: use new buffer type to pass parameters
2012-02-22 Xiang, Haihaotest/encode/avcenc: indentation fix
2012-02-22 Zhou Changtest/encode/avcenc: Add bit rate control/const qp mode...
2012-02-22 Zhou Changtest/encode/avcenc: fix reading raw YUV file order...
2012-02-22 Zhou Changtest/encode/avcenc: bug fixed: B frame stream can't...
2012-02-22 Zhou Changtest/encode/avcenc: Support B frame in MFC and VME.
2012-02-22 Xiang, HaihaoAdd VAEncMiscParameterHRD data structure to pass HRD...
2012-02-01 Gwenole Beauchesneva: fix vaErrorStr() to support new error codes.
2012-02-01 Xiang, Haihaovainfo: silence compiler warning
2012-02-01 Xiang, Haihaovainfo: update vainfo for Video Proc Pipeline
2012-01-02 Gwenole Beauchesnevpp: link modules from the main page.
2012-01-02 Gwenole BeauchesneAllow 0.32.x drivers.
2012-01-02 Gwenole BeauchesneAPI: bump minor version.
2012-01-02 Gwenole BeauchesneAPI: add compat glue for older vaCreateSurfaces().
2012-01-02 Gwenole Beauchesnetests: cope with new vaCreateSurfaces() API.
2012-01-02 Gwenole BeauchesneAPI: add surface attributes.
2012-01-02 Gwenole Beauchesnevpp: add video processing hooks.
2012-01-02 Gwenole Beauchesnevpp: fix comments for *Count enumerations.
2012-01-02 Gwenole Beauchesnevpp: allow input/output color primaries as requested.
2012-01-02 Gwenole Beauchesnevpp: move reference frames to pipeline parameter buffer.
2012-01-02 Gwenole Beauchesnevpp: note that application of subpictures is now optional.
2012-01-02 Gwenole Beauchesnevpp: add pipeline flags.
2012-01-02 Gwenole Beauchesnevpp: explain filter flags more.
next