summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2019-11-18Add frame_type and show_idx to EncodeFrameResultangiebird
2019-11-18Add ComputeFirstPassStats()angiebird
2019-11-15Add const to oxcf of vp9_create_compressorangiebird
2019-11-14Add vp9_update_compressor_with_img_fmt()angiebird
2019-11-14Add vp9_lookahead_full/vp9_lookahead_next_show_idxangiebird
2019-11-14Remove output_pkt_list from cpiangiebird
2019-11-13Pack psnr pkt outside of vp9_get_compressed_dataangiebird
2019-11-13Remove psnr_pkt in LAYER_CONTEXTangiebird
2019-11-13Remove the macro of vp9_lookahead_pushangiebird
2019-11-13Add g_timebase/g_timebase_in_ts to oxcfangiebird
2019-10-30Refactor check_initial_widthangiebird
2019-10-30Move noise_sensitivity to set_encoder_configangiebird
2019-10-30Remove extra function calls in check_initial_widthangiebird
2019-10-30Move init_ref_frame_bufs to vp9_create_compressorangiebird
2019-10-29Remove bits_left update in encoder_encode()angiebird
2019-10-29Add vp9_get_encoder_config / vp9_get_frame_infoangiebird
2019-10-29vp9_get_coding_frame_num()angiebird
2019-10-29Make [min/max]_gf_interval static under rate_ctrlangiebird
2019-10-29Add rate_ctrl flagangiebird
2019-10-29Add get_arf_layers()angiebird
2019-10-29Use RANGE in get_gop_coding_frame_numangiebird
2019-10-29Add get_gf_interval_active_range()angiebird
2019-10-22Make gop size independent from kf_zeromotion_pctangiebird
2019-10-22Add get_frames_to_next_key()angiebird
2019-10-22Rename i by frames_to_key in find_next_key_frameangiebird
2019-10-22Remove input_stats when decide frames_to_keyangiebird
2019-10-21Remove twopass param from test_candidate_kfangiebird
2019-10-21Pass first_pass_info/show_idx to test_candidate_kfangiebird
2019-10-21Refactor test_candidate_kf()angiebird
2019-10-21Decide the key frame directly when auto_key is offangiebird
2019-10-21Remove detect_transition_to_still()angiebird
2019-10-21Change the interface of find_next_key_frameangiebird
2019-10-21Refactor kf_group_err in find_next_key_frameangiebird
2019-10-21Simplify the logics in find_next_key_frameangiebird
2019-10-21Add get_gop_coding_frame_num()angiebird
2019-10-16Localize zero_motion_accumulatorangiebird
2019-10-16Rename num_show_frames by num_coding_framesangiebird
2019-10-16Use compute_arf_boost() in define_gf_group()angiebird
2019-10-15Localize av_err mean_mod_score in define_gf_groupangiebird
2019-10-15Move code of deciding gop size into bracketsangiebird
2019-10-15Localize last_loop_decay_rateangiebird
2019-10-15Make get_zero_mtion_factor avoid using cpiangiebird
2019-10-15Add check_transition_to_still()angiebird
2019-10-15Add compute_arf_boost()angiebird
2019-10-11Correct the num_frams of fps_init_first_pass_infoangiebird
2019-10-11Simplify the logics of computing gf_group_err etcangiebird
2019-10-11Add calc_norm_frame_score()angiebird
2019-10-11Remove mod_frame_err in define_gf_groupangiebird
2019-10-11Simplify the if clause in define_gf_groupangiebird
2019-10-10Refactor calc_frame_boost()angiebird