summaryrefslogtreecommitdiff
path: root/vp8/encoder/firstpass.c
AgeCommit message (Expand)Author
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-12-05Use 'vpx_scale' consistentlyJohann
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-06Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-07-27Optimizes updates of encoder block ptrsAttila Nagy
2012-07-02Fix subpixel_predict initializationYunqing Wang
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-04Explicitly discard fwrite/fread return valuesJohann
2012-05-04fix vp8_ namespace issuesJohn Koleszar
2012-05-04Formalize encodeframe.c forward delclarationsJohn Koleszar
2012-05-04Make global data constAttila Nagy
2012-05-02Fix compiler warningsAttila Nagy
2012-03-16Add motion search skipping in first passYunqing Wang
2012-03-05Move SAD and variance functions to commonJohann
2012-03-01vp8e - static key boostPaul Wilkins
2012-01-31BLOCKD structure cleanupScott LaVarnway
2012-01-30RTCD: add arnr functionsJohn Koleszar
2012-01-30RTCD: add variance functionsJohn Koleszar
2012-01-30RTCD: add recon functionsJohn Koleszar
2011-12-22Remove legacy integer typesJohn Koleszar
2011-12-16Avoid heap allocation of firstpass statsJohn Koleszar
2011-11-11avoid resetting framerate during vpx_codec_enc_config_set()John Koleszar
2011-10-04Fix uninitialized new_mv_count in first pass fileJohn Koleszar
2011-09-30CQ and two pass rate control.Paul Wilkins
2011-08-24Quiet warning by removing unused variable.Fritz Koenig
2011-08-17Small boost to every other frame.Paul Wilkins
2011-08-12Revert "Improved 1-pass CBR rate control"John Koleszar
2011-07-26cosmetics: consistently use [u]int64_tJames Zern
2011-07-18Improved 1-pass CBR rate controlJohn Koleszar
2011-07-08Adjust full-pixel clamping and motion vector limit calculationYunqing Wang
2011-06-30Merge "Copy macroblock data to a buffer before encoding it"Yunqing Wang
2011-06-29Change to arf boost calculation.Paul Wilkins
2011-06-23Copy macroblock data to a buffer before encoding itYunqing Wang
2011-06-23Revert "Reduce overshoot in 1 pass rate control"John Koleszar
2011-06-16Assign boost to GF bit allocation if past frame had no ARF.Ronald S. Bultje
2011-06-16Merge "Disable specialcase for last frames if the sequence contains ARFs."John Koleszar
2011-06-15Disable specialcase for last frames if the sequence contains ARFs.Ronald S. Bultje
2011-06-14Fix RT only buildTero Rintaluoma
2011-06-08Further activity masking changes:Paul Wilkins
2011-06-07Merge "Reduce overshoot in 1 pass rate control"John Koleszar
2011-06-06Merge "Don't allow very short GF groups even when the GF is predicted from an...John Koleszar
2011-06-03Reduce overshoot in 1 pass rate controlJohn Koleszar
2011-06-03Merge "Removed B_MODE_INFO"Scott LaVarnway
2011-06-02Removed B_MODE_INFOScott LaVarnway
2011-06-02Don't allow very short GF groups even when the GF is predicted from an ARF.Ronald S. Bultje
2011-06-01further clean up of errorperbit and sadperbitYaowu Xu
2011-05-20Merge "cleanup: collect twopass variables"John Koleszar
2011-05-20Merge "revise two function definitions with less parameters"Yaowu Xu