summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2015-06-17Merge "Fix integer overflow issue in rtc coding flow intra mode search"James Zern
2015-06-16Fix integer overflow issue in rtc coding flow intra mode searchJingning Han
2015-06-17mips msa vp9 fdct 32x32 optimizationParag Salasakar
2015-06-17Merge "mips msa vp9 fdct 16x16 optimization"Parag Salasakar
2015-06-16Remove duplicate calls for set_frame_size in 1 pass mode.Marco
2015-06-16Merge "Eliminated frame_type check in get_partition_probs()"Scott LaVarnway
2015-06-16Eliminated frame_type check in get_partition_probs()Scott LaVarnway
2015-06-16mips msa vp9 fdct 16x16 optimizationParag Salasakar
2015-06-15vp9_pred_common: inline vp9_get_tx_size_contextJames Zern
2015-06-15vp9_pred_common: inline vp9_get_segment_idJames Zern
2015-06-15Merge "vp9_ethread: create enough threads while using SVC"Yunqing Wang
2015-06-15Merge changes I19588f9e,I6dc338a6James Zern
2015-06-15vp9_ethread: create enough threads while using SVCYunqing Wang
2015-06-15Remove redundant second declaration in svc_layercontext.cMarco
2015-06-12vp9_encodeframe: make coord_lookup[] staticJames Zern
2015-06-12vp9_resize: make vp9_filteredinterp_*[] staticJames Zern
2015-06-12vp9_mcomp: make search_step_table staticJames Zern
2015-06-12vp9_encodeframe: delete auto_partition_range()James Zern
2015-06-12vp9_mcomp: don't mark setup_center_error() inlineJames Zern
2015-06-12vp9_encoder: hide adjust_image_stat()James Zern
2015-06-12Fix potential overflow issue in hadamard_16x16()Jingning Han
2015-06-12Add dynamic range comment to hadamard_8x8()Jingning Han
2015-06-12Merge "Allocate tile data adaptively to accommodate the frame size increase"Yunqing Wang
2015-06-11Merge "inline vp9_get_segdata()"Scott LaVarnway
2015-06-11Allocate tile data adaptively to accommodate the frame size increaseYunqing Wang
2015-06-11inline vp9_get_segdata()Scott LaVarnway
2015-06-11Move adjustment of some CR parameters to existing function.Marco
2015-06-11Merge "inline vp9_segfeature_active()"Scott LaVarnway
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-06-10Merge "Changes to active maxq calculation in two pass."Paul Wilkins
2015-06-10Merge "Reducing size of MODE_INFO struct"Scott LaVarnway
2015-06-09Adjust some parameters for cyclic refresh for low bitrates.Marco
2015-06-09Changes to active maxq calculation in two pass.Paul Wilkins
2015-06-09Enable more split modes for animated content.Paul Wilkins
2015-06-08Merge "Animation and dead zone detection."Paul Wilkins
2015-06-05Merge "Duplicate reference variance code"Johann
2015-06-05Fix to spatial svc: set reference_frame masking.Marco
2015-06-04Bugfx in setting layer framerate.Marco
2015-06-04Reducing size of MODE_INFO structScott LaVarnway
2015-06-04Merge "Make vp9 subpixel match vp8"Johann Koenig
2015-06-03Make vp9 subpixel match vp8Johann
2015-06-03Remove ABI check for 1 pass CBR SVC.Marco
2015-06-04Animation and dead zone detection.Paul Wilkins
2015-06-03Duplicate reference variance codeJohann
2015-06-02Vidyo patch: Rate control for SVC, 1 pass CBR mode.Marco
2015-06-01Merge "Fast feedback of bits on undershoot."paulwilkins
2015-05-28For non-rd pickmode: remove VAR_PARTITION condition.Marco
2015-05-28Merge "[svc] Disable tiles for spatial svc case"Minghai Shang
2015-05-28Merge "Re-worked header files"Scott LaVarnway
2015-05-28Merge "Add error handling when running out of free frame buffers."hkuang