summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
AgeCommit message (Expand)Author
2011-06-23Revert "Reduce overshoot in 1 pass rate control"John Koleszar
2011-06-07Merge "Reduce overshoot in 1 pass rate control"John Koleszar
2011-06-06Merge "neon fast quantize block pair"Johann
2011-06-03Reduce overshoot in 1 pass rate controlJohn Koleszar
2011-06-01Merge "Fix code under #if CONFIG_INTERNAL_STATS."John Koleszar
2011-06-01Fix code under #if CONFIG_INTERNAL_STATS.Ronald S. Bultje
2011-06-01neon fast quantize block pairTero Rintaluoma
2011-05-31Initialize first_time_stamp_everJohn Koleszar
2011-05-27Merge "bug fix check frame buffer index before copy"John Koleszar
2011-05-27bug fix check frame buffer index before copyJames Berry
2011-05-27Use hex search for realtime mode speed>4Yunqing Wang
2011-05-26Merge "Do not copy data between encoder reference buffers."John Koleszar
2011-05-20Merge "bug fix active_worst_quality set below active_best_quality"John Koleszar
2011-05-20Merge "cleanup: collect twopass variables"John Koleszar
2011-05-20Merge "Remove unused members of VP8_COMP"John Koleszar
2011-05-19Merge "disable trellis optimization for first pass"Yaowu Xu
2011-05-19disable trellis optimization for first passYaowu Xu
2011-05-19bug fix active_worst_quality set below active_best_qualityJames Berry
2011-05-19cleanup: collect twopass variablesJohn Koleszar
2011-05-19Remove unused members of VP8_COMPJohn Koleszar
2011-05-19Merge "changed configure option name to reduce confusion"John Koleszar
2011-05-19Move quantizer init functions to quantize.cJohn Koleszar
2011-05-13Merge "Improve framerate adaptation"John Koleszar
2011-05-13Merge "Restructure of activity masking code."Paul Wilkins
2011-05-13Restructure of activity masking code.Paul Wilkins
2011-05-12Improve framerate adaptationJohn Koleszar
2011-05-12Removed mv_bits_sadcostScott LaVarnway
2011-05-10remove a variable no longer in useYaowu Xu
2011-05-09Use diamond search to replace full search in full-pixel refining searchYunqing Wang
2011-05-06Fix semaphore emulation on WindowsAron Rosenberg
2011-05-05Fix rare hang in multi-thread encoder on WindowsYunqing Wang
2011-05-03Merge "change to use fast ssim code for internal ssim calculations"Yaowu Xu
2011-05-03change to use fast ssim code for internal ssim calculationsYaowu Xu
2011-04-29changed configure option name to reduce confusionYaowu Xu
2011-04-26Refactor calc_iframe_target_sizeJohn Koleszar
2011-04-26Move pick_frame_size() to ratectrl.cJohn Koleszar
2011-04-25Merge "remove simpler_lpf"Johann
2011-04-25remove simpler_lpfJohann
2011-04-25Remove unused functionsJohn 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-21Merge "Remove unused kf rate variables"John Koleszar
2011-04-21Corrected format specifiers in debug print statementsAdrian Grange
2011-04-20Do not copy data between encoder reference buffers.Attila Nagy
2011-04-19Remove unused kf rate variablesJohn Koleszar
2011-04-14Merge "Refactor lookahead ring buffer"John Koleszar
2011-04-13Use consistent delimiters.Fritz Koenig
2011-04-13Refactor lookahead ring bufferJohn Koleszar
2011-04-11Set cpu_used range to [-16, 16] in real-time modeYunqing Wang
2011-04-04Merge "Use full-pixel MV in mvsadcost calculation"Yunqing Wang