mpeg2enc: find the right frame_rate_code
[profile/ivi/libva.git] / test / encode /
2012-12-07 Xiang, Haihaompeg2enc: find the right frame_rate_code
2012-12-07 Xiang, Haihaompeg2enc: Update intra slice flag
2012-12-07 Xiang, Haihaompeg2enc: Pass slice parameters in a group
2012-12-07 Xiang, Haihaompeg2enc: A simple MPEG-2 encoder based on VA-API
2012-10-09 Gwenole Beauchesnetests: add missing -lpthread link option.
2012-10-08 Gwenole Beauchesnetests: fix build with alternate X11 paths.
2012-09-28 Gwenole Beauchesneandroid: fix build of test programs.
2012-09-28 Gwenole Beauchesnetests: include "sysdeps.h" wherever necessary.
2012-09-27 Haitao Huangandroid: fix tests for Android ICS.
2012-09-27 Gwenole Beauchesnetests: sanitize build of test cases.
2012-09-27 Gwenole Beauchesnebuild: drop useless Makefile variables.
2012-09-27 Zhao YakuiAdd the SEI segment for CBR mode to pass HRD test
2012-09-07 Xiang, Haihaoavcenc: Fix constraint flag
2012-08-01 Zhao Yakuitest/avcenc: link with -lpthread.
2012-07-27 Dmitry ErmilovAllow build without VA/X11 API.
2012-07-16 Gwenole Beauchesnetests: avcenc: allow selection of display.
2012-07-13 Dmitry Ermilovtests: avcenc: use common VA display creation routines.
2012-07-13 Gwenole Beauchesnetest: fix avcenc build on Android.
2012-07-06 Haitao Huangtest/encode: add avcenc target for Android.mk.
2012-07-06 Haitao Huangtest/encode/avcenc: rename swap32() to va_swap32().
2012-07-06 Haitao Huangtest: remove trailing whitespaces in Android.mk files.
2012-05-21 Austin Yuanlicense header: add the missing license header to files
2012-04-25 Austin YuanVAEncXXXH264Baseline: start to drop VAEncXXXXBaseline
2012-03-22 Zhou ChangAdded high profile support in SPS for avcenc.
2012-02-22 Xiang, Haihaotest: use the new H264 encoding and VPP interfaces
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-01-02 Gwenole Beauchesnetests: cope with new vaCreateSurfaces() API.
2012-01-02 Gwenole BeauchesneAPI: rename H.264 encoding buffer structs with a Baseli...
2011-10-20 Austin Yuantest: fix build warnings on Android 55/855/1
2011-09-19 Xiang, Haihaova/test: Fix DSO link issue 38/838/1
2011-07-26 Gwenole BeauchesneFix make dist. 32/832/1
2011-07-26 Gwenole BeauchesneFix out-of-source builds. 31/831/1
2011-07-14 Austin YuanUpdate on vatrace/test and va.h 25/825/1
2011-06-24 Xiang, Haihaova/test: return a value to silence compiler waring 16/816/1
2011-06-20 Austin Yuantest/putsurface: more cleanup, remove #ifdef ANDROID... 14/814/1
2011-06-20 Austin Yuantest/putsurface: add UV element into the auto-generated... 13/813/1
2011-06-10 Austin YuanMerge branch 'master' of git+ssh://git.freedesktop... 04/804/1
2011-06-10 Xiang, Haihaotest/encode/avcenc: don't include <pciaccess.h> 03/803/1
2011-05-10 Xiang, Haihaotest/encode/avcenc: fix for VAEncSequenceParameterBuffe... 73/773/1
2011-05-06 Austin Yuan1) test/*: enable/refine the test/* for both X11 and... 68/768/1
2011-05-06 Austin Yuan1) test/*: enable/refine the test/* for both X11 and... 67/767/1
2011-04-28 Zhou Changtest/encode/avcenc: a simple encoder based on VA API... 63/763/1
2011-04-26 Xiang, HaihaoMerge branch 'snb-encoder' 62/762/1
2011-04-07 Xiang, Haihaotest/encode/h264encode: Destroy config after context. 40/740/1
2011-01-14 Austin Yuan Refine VA_FOOL, and delete the hard coded clip... 96/696/1
2010-06-08 Xiang, HaihaoMerge branch 'i965_h264' 14/614/1
2010-06-02 Austin Yuan1) clean up Android header file to make it work in... 93/593/1
2010-06-02 Gwenole BeauchesneFix out-of-source builds. 89/589/1
2010-03-29 Austin YuanMerge branch 'powervr_iep_lite' 23/523/1
2010-03-24 Austin YuanMerge branch 'master' of git+ssh://AustinYuan@git.freed... 20/520/1 20100324_5.3.0.0000
2010-03-08 Austin YuanRemove IN_LIBVA defines, Thanks for the patch from... 16/516/1
2010-03-05 Austin YuanFix a typo 15/515/1
2010-03-04 Austin YuanFix test/./h264encode.c issue 14/514/1
2009-12-01 Austin YuanMerge branch 'sync-fdo-master' 01/501/1
2009-12-01 Austin Yuanrefine test program: putsurface/h264encode 00/500/1
2009-11-27 Austin Yuanre-arrange test programs 97/497/1