summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_if.c
AgeCommit message (Expand)Author
2014-03-27Merge "Moving thresh_mult{,_sub8x8} from SPEED_FEATURES to VP9_COMP."Dmitry Kovalev
2014-03-26Move aq_mode=2 (complexity_aq) to separate file.Marco Paniconi
2014-03-26Moving thresh_mult{,_sub8x8} from SPEED_FEATURES to VP9_COMP.Dmitry Kovalev
2014-03-26Encapsulating CYCLIC_REFRESH struct into .c file.Dmitry Kovalev
2014-03-26Merge "Added a speed feature "allow_skip_recode""Yaowu Xu
2014-03-26Merge "Removed redundant settings"Yaowu Xu
2014-03-25Merge "Moving setup_{key, inter}_frame() to vp9_onyx_if.c."Dmitry Kovalev
2014-03-25Added a speed feature "allow_skip_recode"Yaowu Xu
2014-03-25Removed redundant settingsYaowu Xu
2014-03-25Moving above_context to VP9_COMMON.Dmitry Kovalev
2014-03-25Merge "Enable recursive partition selection for non-RD coding mode"Jingning Han
2014-03-24Merge "Initialization code cleanup."Dmitry Kovalev
2014-03-24Enable recursive partition selection for non-RD coding modeJingning Han
2014-03-24Initialization code cleanup.Dmitry Kovalev
2014-03-24Moving setup_{key, inter}_frame() to vp9_onyx_if.c.Dmitry Kovalev
2014-03-24Adding init_rate_control() function + cleanup.Dmitry Kovalev
2014-03-21Merge "Convert use_fast_lpf_pick to an enum."Dmitry Kovalev
2014-03-21Rename the aq_mode files.Marco Paniconi
2014-03-21Convert use_fast_lpf_pick to an enum.Alex Converse
2014-03-21Merge "Reusing {above, left}_seg_context vars in both encoder and decoder."Dmitry Kovalev
2014-03-20Change the min/max q validation in lossless modeYaowu Xu
2014-03-20Use local vairable in rd_auto_partition_range()Yaowu Xu
2014-03-20Reusing {above, left}_seg_context vars in both encoder and decoder.Dmitry Kovalev
2014-03-20Merge "[svc] Finalize spatial svc first pass rate control"Minghai Shang
2014-03-19Merge "Enable variable block size test in non-RD mode decision"Jingning Han
2014-03-19Merge "Cleaning up vp9_onyx_if.c and vp9_onyx_int.h."Dmitry Kovalev
2014-03-19Enable variable block size test in non-RD mode decisionJingning Han
2014-03-19[svc] Finalize spatial svc first pass rate controlMinghai Shang
2014-03-19Merge "Remove an unused function"Yaowu Xu
2014-03-18Cleaning up vp9_onyx_if.c and vp9_onyx_int.h.Dmitry Kovalev
2014-03-18In-frame q adjustment for cyclic background refresh.Marco Paniconi
2014-03-17Remove an unused functionYaowu Xu
2014-03-17Moving defines from vp9_onyx_int.h to suitable *.c files.Dmitry Kovalev
2014-03-13Merge "Adding vp9_swap_mi_and_prev_mi() function."Dmitry Kovalev
2014-03-13Merge "Move svc layer_context to separate file."Marco Paniconi
2014-03-13Move svc layer_context to separate file.Marco Paniconi
2014-03-13Adding vp9_swap_mi_and_prev_mi() function.Dmitry Kovalev
2014-03-13Merge "Preliminary code for variance based paritioning"Deb Mukherjee
2014-03-12Moving declaration of vp9_encode_frame() to vp9_encodeframe.h.Dmitry Kovalev
2014-03-12Preliminary code for variance based paritioningDeb Mukherjee
2014-03-11Increase redo_frequency to 4 and cleanupsYaowu Xu
2014-03-10Merge "Using enums instead of integers."Dmitry Kovalev
2014-03-10Merge "Moving static_scene_max_gf_interval to RATE_CONTROL struct."Dmitry Kovalev
2014-03-10Using enums instead of integers.Dmitry Kovalev
2014-03-10Moving static_scene_max_gf_interval to RATE_CONTROL struct.Dmitry Kovalev
2014-03-10Fix use of uninitialized bsize in non-RD modeJingning Han
2014-03-10Merge "Support for a fast diamond search"Deb Mukherjee
2014-03-07Support for a fast diamond searchDeb Mukherjee
2014-03-06Adding const to FIRSTPASS_STATS pointers.Dmitry Kovalev
2014-03-05Adjust some speed features for --rt (-5)Yaowu Xu