summaryrefslogtreecommitdiff
path: root/vp8
AgeCommit message (Expand)Author
2011-04-25Merge "Change rc undershoot/overshoot semantics"John Koleszar
2011-04-25Merge "Limit size of initial keyframe in one-pass."John Koleszar
2011-04-25Merge "Add rc_max_intra_bitrate_pct control"John Koleszar
2011-04-25Limit size of initial keyframe in one-pass.John Koleszar
2011-04-25Add rc_max_intra_bitrate_pct controlJohn Koleszar
2011-04-25Merge "bug fix possible keyframe context divide by zero"John Koleszar
2011-04-25bug fix possible keyframe context divide by zeroJames Berry
2011-04-25Merge "keep values in registers during quantization"Johann
2011-04-25Merge "Removed unnecessary frame type checks"Scott LaVarnway
2011-04-25Merge "Removed dc_diff from MB_MODE_INFO"Scott LaVarnway
2011-04-22Fix overflow in temporal_filter_apply_sse2().Ronald S. Bultje
2011-04-21Merge "Remove unused kf rate variables"John Koleszar
2011-04-21Corrected format specifiers in debug print statementsAdrian Grange
2011-04-21keep values in registers during quantizationJohann
2011-04-21Removed unnecessary frame type checksScott LaVarnway
2011-04-21Removed dc_diff from MB_MODE_INFOScott LaVarnway
2011-04-20Removed force_no_skipScott LaVarnway
2011-04-20Removed redundant checks of the mode_info_context flagsScott LaVarnway
2011-04-19Remove unused kf rate variablesJohn Koleszar
2011-04-19modify SAVE_XMM for potential 64bit useJohann
2011-04-19Merge "Add save/restore xmm registers in x86 assembly code"Johann
2011-04-18Add save/restore xmm registers in x86 assembly codeJohann
2011-04-18Merge "Use sub-pixel search's SSE in mode selection"Yunqing Wang
2011-04-18Use sub-pixel search's SSE in mode selectionYunqing Wang
2011-04-18Merge "Handle long delay between video frames in multi-thread decoder(issue 3...Yunqing Wang
2011-04-18Merge "store quant_shift as an unsigned char"Johann
2011-04-18Merge "fixed an overflow in ssim calculation"Yaowu Xu
2011-04-18Removed unused timersScott LaVarnway
2011-04-15Handle long delay between video frames in multi-thread decoder(issue 312)Yunqing Wang
2011-04-15Merge "remove dead code, add missing RESTORE_XMM"Johann
2011-04-15remove executable bitJohann
2011-04-15Merge "Fix usage of value returned by vp8_pick_intra4x4mby_modes"Adrian Grange
2011-04-15Merge "Reduce unnecessary distortion computation"Yunqing Wang
2011-04-15remove dead code, add missing RESTORE_XMMJohann
2011-04-15Fix off-by-one in copy_and_extend_planeJohn Koleszar
2011-04-14Reduce unnecessary distortion computationYunqing Wang
2011-04-14Merge "Refactor lookahead ring buffer"John Koleszar
2011-04-14Merge "Use consistent delimiters."Fritz Koenig
2011-04-14Fix usage of value returned by vp8_pick_intra4x4mby_modesAdrian Grange
2011-04-13Use consistent delimiters.Fritz Koenig
2011-04-13Fixed use of early breakout in vp8_pick_intra4x4mby_modesAdrian Grange
2011-04-13Refactor lookahead ring bufferJohn Koleszar
2011-04-13store quant_shift as an unsigned charJohann
2011-04-12Change rc undershoot/overshoot semanticsJohn Koleszar
2011-04-12Merge "Bugfix for error accumulator stats"John Koleszar
2011-04-12Bugfix for error accumulator statsJohn Koleszar
2011-04-12Merge "Fix encoder range check for frame width and height"John Koleszar
2011-04-12Fix encoder range check for frame width and heightAttila Nagy
2011-04-11Set cpu_used range to [-16, 16] in real-time modeYunqing Wang
2011-04-11Define RDCOST only onceYunqing Wang