summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
2014-12-16Silence -Werror=unused-parameterJohann
2014-08-08vp8: Code cleanup for control of denoiser mode.Marco Paniconi
2014-07-15vp8: Allow for on/off control of UV temporal denoiser.Marco Paniconi
2014-06-13Allow for deblocking temporal-denoised signal.Marco Paniconi
2014-06-04s/INT_MAX/UINT_MAX/ where appropriateTim Kopp
2014-05-23Removing vp8/common/pragmas.h.Dmitry Kovalev
2014-05-15Revert "Remove Wextra warnings from vp9_sad.c"Jim Bankoski
2014-05-14Remove Wextra warnings from vp9_sad.cDeb Mukherjee
2014-03-15rdopt: quiet -Warray-bounds warningsJames Zern
2013-09-23fix integer overflow in vp8Yaowu Xu
2013-07-16use consistent framerate namingJames Zern
2013-04-19Merge "Removed shadow warnings : mcomp.c rdopt.c"Scott LaVarnway
2013-03-20Removed mode_chosen_countsScott LaVarnway
2013-03-14Removed shadow warnings : mcomp.c rdopt.cScott LaVarnway
2013-01-08Merge "Remove cpi parameter from update_mvcount()"Scott LaVarnway
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-12-10Moved zbin_mode_boost to macroblock structScott LaVarnway
2012-12-10Moved zbin_over_quant to macroblock structScott LaVarnway
2012-12-04Moving mbs_tested_so_far, mode_test_hit_counts to macroblock structScott LaVarnway
2012-12-04Remove cpi parameter from update_mvcount()Scott LaVarnway
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-11-06Moving MVcount to macroblock structScott LaVarnway
2012-11-02Removed unnecessary VP8_COMP *cpi parametersScott LaVarnway
2012-08-02Pass B_PREDICTION_MODE to intra4x4_predictJohann
2012-08-01Rename vp8_intra4x4_predict_dJohann
2012-08-01Change vp8_intra4x4_predict call sitesJohann
2012-07-27Be consistent with SAD valuesJohann
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-11Fix bad mergeJohn Koleszar
2012-06-11Merge "Reset Q for key frame when spatial resizing occurs."John Koleszar
2012-05-30fix denoiser for temporal patterns and rdJim Bankoski
2012-05-24fix denoiser for temporal patterns and rdJim Bankoski
2012-05-11fix warnings for building on win32Scott Graham
2012-04-23Shares one set of RD costs tables between all encoding threadsAttila Nagy
2012-03-26Removed duplicate vp8_build_intra_predictors_mb y/uvScott LaVarnway
2012-03-21remove __inline for compiler compatibilityJames Berry
2012-03-14Merge "fix potential use of uninitialized rate_y"John Koleszar
2012-03-14fix potential use of uninitialized rate_yJohn Koleszar
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-12Merge "Move SAD and variance functions to common"Johann
2012-03-06vp8e - RDLambda fixJim Bankoski
2012-03-05Move SAD and variance functions to commonJohann
2012-03-05vp8e - fix coefficient costingJim Bankoski
2012-02-29vp8e - attempt to lessen blockinessJim Bankoski
2012-02-28Merge changes Ifb450710,I61c4a132Scott LaVarnway
2012-02-28Eliminated reconintra_mt.cScott LaVarnway
2012-02-28Merge "Only do uv intra-mode evaluation when intra mode is checked"Yunqing Wang
2012-02-28Only do uv intra-mode evaluation when intra mode is checkedYunqing Wang