summaryrefslogtreecommitdiff
path: root/vp8/encoder/firstpass.c
AgeCommit message (Expand)Author
2018-01-18clang-format v5.0.0 vp8/Johann
2017-09-01apply clang-formatclang-format
2017-02-14apply clang-formatclang-format
2016-09-29Remove vp8_clear_system_stateJohann
2016-09-15apply clang-formatclang-format
2016-08-31Fix -Wundef warning for OUTPUT_FPFJohann
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy
2016-07-18prepend ++ instead of post in for loops.Jim Bankoski
2016-07-15vp8: apply clang-formatclang-format
2016-06-16vp8 stats file: initialize to 0Johann
2016-06-02firstpass.c: fix an UBSAN/IOC errorYaowu Xu
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-14vp8/rdopt.h+onyx_int.h: add some missing prototypesJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-03find_next_key_frame: remove dead init & storeJames Zern
2014-12-16Silence -Werror=unused-parameterJohann
2014-02-14Cleanup some comments.Adrian Grange
2014-02-06vp8/encoder: Silence MSVC warnings in firstpass.c.Tom Finegan
2013-09-23change to prevent computatio of log(0.0)Yaowu Xu
2013-09-23fix integer overflow in vp8Yaowu Xu
2013-07-18VP[89]_COMMON: remove golden/altref frame countsJames Zern
2013-07-16use consistent framerate namingJames Zern
2013-02-28firstpass.c: correct casting around gf_group_bitsJames Zern
2013-02-22Merge "vp8: make gf_group_bits 64-bit"James Zern
2013-02-22vp8: make gf_group_bits 64-bitJames Zern
2013-02-22vp8_first_pass(): avoid floating point div by 0James Zern
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