summaryrefslogtreecommitdiff
path: root/vp8/common/postproc.c
AgeCommit message (Expand)Author
2019-11-04remove unused postproc parametersJohann
2019-01-07vp8 blend: resolve missing declarationsJohann
2018-12-13vp8-mfqe: Increase initial frame# thresholdMarco Paniconi
2018-05-25VP8: Fix use-after-free in postproc.Jerome Jiang
2016-09-29Remove vp8_clear_system_stateJohann
2016-09-20vp8: remove VP8_SET_DBG* control supportJames Zern
2016-09-16vp8 postproc: expand CONFIG_POSTPROC guardJohann
2016-07-23vp8/postproc.c: disable clang-format for RGB_TO_YUVclang-format
2016-07-22vp8/postproc: fix implicit float conversionJames Zern
2016-07-19vp8: remove extra semicolonsJames Zern
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-07-15addnoise : clear out static size for generated noiseJim Bankoski
2016-07-15postproc : fix function parameters for noise functions.Jim Bankoski
2016-07-13postproc: noise style fixes.Jim Bankoski
2016-07-13postproc - move filling of noise buffer to vpx_dsp.Jim Bankoski
2016-07-12deblock filter : moved from vp8 code branchJim Bankoski
2016-05-02Move vpx_add_plane from codec to vpx_dsp and dedup.Jim Bankoski
2015-08-26Clean up unused function warnings in vp8 commonJohann
2015-05-14vp8: make some functions staticJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2014-12-16Silence -Werror=unused-parameterJohann
2014-09-19vp8: Update to the adaptive denoising mode.Marco
2014-09-14vp8: common: postproc: fix signed overflow of statement of (X +c) >= X when '...Jia Jia
2014-06-27vp8: bugfix in postproc vp8_de_noise.Marco Paniconi
2014-05-05Fix generic-gnu target buildAdrian Grange
2014-03-24Fix uninitialized read in postprocessingYunqing Wang
2013-12-10vp8: remove 2 unused tablesJames Zern
2013-07-16use consistent framerate namingJames Zern
2013-03-14Removed shadow warnings : postproc.c decodframe.c threading.cScott LaVarnway
2013-01-25Bug fix: error-concealment enabled changed postproc outputScott LaVarnway
2012-12-05Use 'vpx_scale' consistentlyJohann
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-10-25Use vp8_clear_system_state helper functionJohann
2012-10-10post-proc: fix 0 or negative threshold handlingYunqing Wang
2012-10-08post-proc: deblock filter optimizationYunqing Wang
2012-09-04Adjusting thresholds in mfqe post-processingDeb Mukherjee
2012-06-19Corrected usage of image stridesAdrian Grange
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-04Remove redundant assignmentJohann
2012-04-19Ports vpx_xcaler to new RTCD methodAttila Nagy
2012-03-22Initialize postproc buffer to resolve valgrind warningsDeb Mukherjee
2012-03-22Miscellaneous changes in mfqe and postproc modulesDeb Mukherjee
2012-03-16Merge "RFC: Reorganize MFQE loops"Johann
2012-03-13Merge "Adds a motion compensated temporal denoiser to the encoder."Jim Bankoski
2012-03-13Adds a motion compensated temporal denoiser to the encoder.Stefan Holmer
2012-03-06RFC: Reorganize MFQE loopsJohann
2012-03-05Move SAD and variance functions to commonJohann
2012-02-09max_sad check is not always implementedJohann