summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
AgeCommit message (Expand)Author
2011-04-21Merge "Remove unused kf rate variables"John Koleszar
2011-04-21Corrected format specifiers in debug print statementsAdrian Grange
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
2011-04-01Use full-pixel MV in mvsadcost calculationYunqing Wang
2011-03-30Fix: lpf semaphore was signaled in single threaded runAttila Nagy
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-03-11Clean up of vp8_init_config()Paul Wilkins
2011-03-11Merge "1 Pass CQ and VBR bug fixes"John Koleszar
2011-03-111 Pass CQ and VBR bug fixesPaul Wilkins
2011-03-11Merge "vp8cx - psnr converted to call assemblerized sse"John Koleszar
2011-03-11Merge "vp8cx- alternate ssim function with optimizations"John Koleszar
2011-03-11vp8cx - psnr converted to call assemblerized sseJim Bankoski
2011-03-11vp8cx- alternate ssim function with optimizationsJim Bankoski
2011-03-11Merge "Encoder loopfilter running in its own thread"Yunqing Wang
2011-03-11Encoder loopfilter running in its own threadAttila Nagy
2011-03-10Removed firstpass motion mapAdrian Grange
2011-03-03Configuration updates:Making a clear distinction between Init and ChangeMikhal Shemer
2011-03-03Fixing divide by zeroMikhal Shemer
2011-02-28Merge "Avoid double copying of key frames into alt and golden buffer"Scott LaVarnway
2011-02-25Merge "Remove a second check for invalid ptr in vp8_get_compressed_data"Johann
2011-02-25Avoid double copying of key frames into alt and golden bufferAttila Nagy
2011-02-25Remove a second check for invalid ptr in vp8_get_compressed_dataAttila Nagy
2011-02-22Remove temporal alt ref from realtime only buildAttila Nagy
2011-02-18Merge "clean up unused files"John Koleszar
2011-02-18clean up unused filesJohn Koleszar
2011-02-18cosmetic: remove unnecessary scopeJohn Koleszar
2011-02-18Merge "Dont pick encoder filter level when loopfilter is disabled."John Koleszar
2011-02-18Reinitialize quantizer only when any delta is changingAttila Nagy
2011-02-18Dont pick encoder filter level when loopfilter is disabled.Attila Nagy
2011-02-17Merge "Fix relative include paths"John Koleszar
2011-02-16Merge "Allocate source buffers to be multiples of 16"Yunqing Wang
2011-02-16Allocate source buffers to be multiples of 16Yunqing Wang
2011-02-15Remove redundant ptr checks in calls to vpx_freeJames Zern
2011-02-14mem leak fix for cpi->tplistJames Berry
2011-02-11Merge "Add improved_mv_pred flag in real-time mode"Yunqing Wang
2011-02-11Add improved_mv_pred flag in real-time modeYunqing Wang
2011-02-10Merge "Redefining good quality speed settings"Yaowu Xu
2011-02-10Merge "Improve motion search in real-time mode"Yunqing Wang
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-10Improve motion search in real-time modeYunqing Wang
2011-02-09Redefining good quality speed settingsScott LaVarnway
2011-02-09Put more code under #if CONFIG_MULTITHREAD.Gaute Strokkenes
2011-02-04correct quantizer initializationJohn Koleszar
2011-02-04Merge "Delay auto key frame insertion in realtime configuration"John Koleszar
2011-02-03Merge "Improved encoder threading"Yunqing Wang