summaryrefslogtreecommitdiff
path: root/vp8/common/postproc.c
AgeCommit message (Expand)Author
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
2012-02-07Align internal mfqe framebuffer dimensionsJohn Koleszar
2012-01-30RTCD: add variance functionsJohn Koleszar
2012-01-30RTCD: add postproc functionsJohn Koleszar
2012-01-30RTCD: add recon functionsJohn Koleszar
2012-01-27Hook up VP8D_GET_LAST_REF_USEDJohn Koleszar
2012-01-20Merge "Overhauling the thresholds and mixing proportions for mfqe postprocess...Deb Mukherjee
2012-01-20Overhauling the thresholds and mixing proportions for mfqe postprocessor.Deb Mukherjee
2012-01-18Merge "vp8d - valgrind warnings in mb post processor"Jim Bankoski
2012-01-17vp8d - valgrind warnings in mb post processorJim Bankoski
2012-01-17Modifying the base q propagation in the mfqe post processingDeb Mukherjee
2012-01-10Allowing the mfqe post-processing filter to be used in conjunctionDeb Mukherjee
2012-01-10Merge "fix: roundoff initializer is not a constant"John Koleszar
2012-01-10fix: roundoff initializer is not a constantJames Berry
2012-01-10vp8d - function to check if a reference frame is used.Jim Bankoski
2012-01-05Multiframe quality enhancement postprocessingDeb Mukherjee
2011-09-22Replace vpx_ports/config.h with vpx_config.hAttila Nagy
2011-06-27Fix after removal of B_MODE_INFOFritz Koenig
2011-05-02Fix compile error with --enable-postproc-visualizerJohn Koleszar