OSDN Git Service

Fix typo of variable name
[android-x86/hardware-intel-common-vaapi.git] / src / gen9_vp9_encoder.c
2018-03-14 Xiang, HaihaoFix typo of variable name
2018-03-14 Víctor Manuel Jáqu... Remove implicit truncations from int to bit-field
2018-01-18 jkyuenc: Add restriction to vp9 encoder frame rate to avoid...
2017-11-27 Zhong Livp9enc: limit min_qp of brc to be non-zero
2017-09-22 Wang Tiatianchange prefix of function name from gen9 to i965 in...
2017-08-16 Xiang, HaihaoMerge branch 'v1.8-branch' into master
2017-07-13 Mark ThompsonRemove useless frame dimension check for VP9
2017-06-12 Daniel Charlesgen9_vp9_encoder: fix parameters sent to the shaders
2017-06-12 Xiang, HaihaoUnify the coding style in the driver
2017-04-19 Xiang, HaihaoMerge branch 'v1.8-branch' into 01org--master
2017-04-14 Daniel Charlesgen9_vp9_encoder: fix parameters sent to the shaders
2017-04-07 Xiang, HaihaoUnify the coding style in the driver
2017-03-02 Pengfei QuENC: move gpe related function into src/i965_gpe_utils.h/c
2017-01-17 Zhao YakuiFix the incorrect reference count of reconstructed_obje...
2017-01-17 Zhao YakuiFollow the HW spec to configure the buffer cache on...
2017-01-17 Sean V KelleyRevert "ENC: move gpe related function into src/i965_gp...
2017-01-10 Pengfei QuENC: move gpe related function into src/i965_gpe_utils.h/c
2017-01-09 Xiang, HaihaoMerge branch 'v1.7-branch' into fdo--master
2016-12-23 Mark ThompsonVP9 encoder: use generic rate control parameters
2016-11-30 Xiang, HaihaoRename gen9_gpe_mi_load_register_xxx() to gen8_gpe_mi_l...
2016-11-21 Zhao YakuiUse obtained eu_counts to configure GPU media pipeline...
2016-11-18 Xiang, HaihaoRename gen9_gpe_mi_store_register_mem() to gen8_gpe_mi_...
2016-11-18 Xiang, HaihaoRename gen9_gpe_mi_flush_dw() to gen8_gpe_mi_flush_dw()
2016-11-18 Xiang, HaihaoRename gen9_gpe_mi_store_data_imm() to gen8_gpe_mi_stor...
2016-11-18 Xiang, HaihaoRename gen9_gpe_mi_batch_buffer_start() to gen8_gpe_mi_...
2016-11-18 Xiang, HaihaoRename gen9_gpe_media_object_walker() to gen8_gpe_media...
2016-11-18 Xiang, HaihaoRename i965_gpe_dri_object_to_2d_gpe_resource() to...
2016-11-18 Xiang, HaihaoRename gen8p_gpe_context_map_curbe()/gen8p_gpe_context_...
2016-11-18 Xiang, HaihaoMove sampler state related settings to the inner struct...
2016-11-18 Xiang, HaihaoMove interface descriptor remapping table related setti...
2016-11-18 Xiang, HaihaoMove all curbe related settings to the inner structure...
2016-10-31 Xiang, HaihaoUse a 2-dimensional array to store misc parameters
2016-09-19 Xiang, HaihaoMerge branch 'v1.7-branch' into fdo--master
2016-09-16 Xiang, HaihaoUse a 2-dimensional array to store misc parameters
2016-08-22 Xiang, HaihaoEncode/VP9: Don't use hardcoded offsets
2016-08-22 Xiang, HaihaoEncode/VP9: turn gen9_vp9_get_coded_status() into a...
2016-08-22 Daniel Charlesvp9encoder: encoder to handle properly CSC on input...
2016-08-19 Xiang, HaihaoEncode/VP9: Don't use hardcoded offsets
2016-08-19 Xiang, HaihaoEncode/VP9: turn gen9_vp9_get_coded_status() into a...
2016-08-15 Daniel Charlesvp9encoder: encoder to handle properly CSC on input...
2016-06-07 Zhao YakuiFix the potential NULL issue
2016-06-07 Zhao YakuiFix the potential NULL issue
2016-05-27 Zhao YakuiAdd the support of CBR/VBR for Vp9 Encoding
2016-05-27 Zhao YakuiAdd the low-level implementation of VP9 encoding