OSDN Git Service

test/encode/avcenc: use getopt_long_only() to parse optional command-line options
[android-x86/hardware-intel-common-libva.git] / test / encode / avcenc.c
2016-05-09 Xiang, Haihaotest/encode/avcenc: use getopt_long_only() to parse...
2015-09-17 U. Artie Eofftest/encode: remove unused variables and functions
2015-09-15 Xiang, Haihaoavcenc: support large source file
2014-11-26 Zhao YakuiEncoding/avcenc: Optimize the allocated VA surfaces...
2014-09-08 Zhao, YakuiTest/encode/avcenc: Follow the H264 spec to fix wrong...
2014-09-08 Zhao Yakuitest/encode/avcenc: Follow the idea in h264encode to...
2014-09-08 Zhao Yakuitest/encode/avcenc: update the SPS parameter for encoding
2014-09-08 Zhao Yakuitest/avcenc: Fix the incorrect parameter setting for...
2014-09-08 Zhao Yakuitest/avcenc: Remove the dynamic shrink of coded buffer
2014-08-04 Xiang, Haihaoavcenc: only support chroma_format_idc with 1
2013-06-24 Zhao YakuiAVCENC: Pass the H264 RefPicList0/1 by using slice_para...
2013-06-05 Gwenole Beauchesnetests: cope with new vaCreateSurfaces() API.
2013-05-28 Zhao YakuiAdd the SEI segment for CBR mode to pass HRD test
2013-05-28 Xiang, Haihaoavcenc: Fix constraint flag
2013-05-28 Zhou ChangAdded high profile support in SPS for avcenc.
2013-05-28 Xiang, Haihaotest: use the new H264 encoding and VPP interfaces
2013-05-28 Zhou Changtest/encode/avcenc: Add HRD support in avcenc demo...
2013-05-28 Xiang, Haihaotest/encode/avcenc: support I420/YV12 format
2013-05-28 Zhou Changtest/encode/avcenc: Add transform 8x8 support in test...
2013-05-28 Xiang, Haihaotest: use new interface for all test cases
2013-05-28 Hai Lantest/encode/avcenc: use kbps as fb input
2013-05-28 Xiang, Haihaotest/encode/avcenc: use new packed header interface
2013-05-28 Zhou Changtest/encode/avcenc: Wait upload thread exiting before...
2013-05-28 Zhou Changtest/encode/avcenc: Simplify the IPB pattern file upload
2013-05-28 Zhou Changtest/encode/avcenc: Fixed bug about B frame display...
2013-05-28 Hai Lanavcenc: correct the description for the mode parameter
2013-05-28 Xiang, Haihaotest/encode/avcenc: close files
2013-05-28 Xiang, Haihaotest/encode/avcenc: re-try until success
2013-05-28 Xiang, Haihaotest/encode/avcenc: upload YUV data in a thread
2013-05-28 Xiang, Haihaotest/encode/avcenc: silence waring about implicit decla...
2013-05-28 Xiang, Haihaotest/encode/avcenc: postpone YUV data uploading
2013-05-28 Xiang, Haihaotest/encode/avcenc: increase the times of trying after...
2013-05-28 Hai Lanavcenc: use gettimeofday to calculate the FPS
2013-05-28 Hai Lantest/encode/avcenc: Fix bug of ignoring QP value
2013-05-28 Hai Lantest/encode/avcenc: Fix a QP error in avcenc
2013-05-28 Hai Lantest/encode/avcenc: Add a parameter to set I/IP/IPB...
2013-05-28 Zhou Changtest/encode/avcenc: Support continue B frames in test...
2013-05-28 Xiang, Haihaotest/encode/avcenc: use generic ExtType name in test...
2013-05-28 Xiang, Haihaotest/encode/avcenc: send packed PPS/SPS header to driver
2013-05-28 Zhou Changtest/encode/avcenc: Modify default direct mode.
2013-05-28 Xiang, Haihaotest/encode/avcenc: use a small size for coded buffer.
2013-05-28 Xiang, Haihaotest/encode/avcenc: directly uses coded buffer size
2013-05-28 Xiang, Haihaotest/encode/avcenc: directly save slice data
2013-05-28 Xiang, Haihaotest/encode/avcenc: use trail data to calculate slice...
2013-05-28 Xiang, Haihaotest/encode/avcenc: don't generate slice header anymore
2013-05-28 Xiang, Haihaotest/encode/avcenc: pass all parameters to driver
2013-05-28 Xiang, Haihaotest/encode/avcenc: use new buffer type to pass parameters
2013-05-28 Xiang, Haihaotest/encode/avcenc: indentation fix
2013-05-28 Zhou Changtest/encode/avcenc: Add bit rate control/const qp mode...
2013-05-28 Zhou Changtest/encode/avcenc: fix reading raw YUV file order...
2013-05-28 Zhou Changtest/encode/avcenc: bug fixed: B frame stream can't...
2013-05-28 Zhou Changtest/encode/avcenc: Support B frame in MFC and VME.
2013-05-28 Gwenole Beauchesnetest: rename H.264 encoding buffer structs with a Basel...
2012-09-28 Gwenole Beauchesnetests: include "sysdeps.h" wherever necessary.
2012-09-26 Gwenole Beauchesnetests: avcenc: allow selection of display.
2012-09-26 Dmitry Ermilovtests: avcenc: use common VA display creation routines.
2012-09-26 Haitao Huangtest/encode/avcenc: rename swap32() to va_swap32().
2012-06-28 Austin Yuanlicense header: add the missing license header to files
2011-06-10 Austin YuanMerge branch 'master' of git+ssh://git.freedesktop...
2011-06-10 Xiang, Haihaotest/encode/avcenc: don't include <pciaccess.h>
2011-05-10 Xiang, Haihaotest/encode/avcenc: fix for VAEncSequenceParameterBuffe...
2011-04-28 Zhou Changtest/encode/avcenc: a simple encoder based on VA API...