Added vp8_update_zbin_extra
[profile/ivi/libvpx.git] / vp8 / encoder / rdopt.c
2011-01-24 Scott LaVarnwayAdded vp8_update_zbin_extra
2011-01-19 John KoleszarMerge "Implement error tracking in the decoder"
2011-01-18 John KoleszarMerge "fix last frame buffer copy logic regression"
2011-01-14 Paul WilkinsMerge "KF/GF Pulsing"
2011-01-14 Paul WilkinsMerge "Testing of modes with Alt Ref frame"
2011-01-14 Paul WilkinsMerge "Experimental change to help with ARNR problem."
2011-01-14 Paul WilkinsTesting of modes with Alt Ref frame
2011-01-14 Paul WilkinsExperimental change to help with ARNR problem.
2011-01-13 Scott LaVarnwayMerge "Moved ref frame calculations"
2011-01-11 Scott LaVarnwayMoved ref frame calculations
2011-01-11 Yunqing WangMerge "Add no_skip_block4x4_search flag in SPLITMV...
2011-01-11 Yunqing WangAdd no_skip_block4x4_search flag in SPLITMV mode
2011-01-10 Yunqing WangFix bug in motion search
2011-01-07 Paul WilkinsMerge "CQ Mode"
2011-01-07 Paul WilkinsMerge "Limit Q variability in two pass."
2011-01-07 Paul WilkinsMerge "Disable some features for first pass."
2011-01-07 Scott LaVarnwayMerge "Removed cpi->target_bits_per_mb"
2011-01-07 Scott LaVarnwayRemoved cpi->target_bits_per_mb
2010-12-28 Scott LaVarnwayMerge "Use the fast quantizer for inter mode selection"
2010-12-28 Yunqing WangAdjust MV borders for SPLITMV mode
2010-12-28 Yunqing WangMerge "Modify motion estimation for SPLITMV mode"
2010-12-28 Yunqing WangModify motion estimation for SPLITMV mode
2010-12-26 Yaowu XuMerge "adjusted sad_per_bit to correlate with quantizer"
2010-12-24 Yaowu Xuadjusted sad_per_bit to correlate with quantizer
2010-12-17 John KoleszarMerge "Inform caller of decoder about updated references"
2010-12-16 Scott LaVarnwayChanged segmentation check order
2010-12-16 Scott LaVarnwayAdjusted breakout RD for SPLITMV
2010-12-15 Yunqing WangMerge "Fix a bug in motion search code(2)"
2010-12-14 Yunqing WangFix a bug in motion search code(2)
2010-12-14 Yaowu XuMerge "fix a bug that "optimize" flag is not set for...
2010-12-14 Yunqing WangMerge "Fix a bug in motion search code"
2010-12-14 Yunqing WangFix a bug in motion search code
2010-12-10 Fritz KoenigMerge "vp8 fast quantizer sse2 optimizations for eob."
2010-12-09 John Koleszarfix uninitialized read in encode breakout
2010-12-08 Yaowu XuMerge "vp8e - static threshold play"
2010-12-08 Yaowu XuMerge "vp8e - remove unnecessary variance calc"
2010-12-07 Jim Bankoskivp8e - static threshold play
2010-12-07 Scott LaVarnwayMerge "vp8_rd_pick_best_mbsegmentation code restructure"
2010-12-07 Yaowu XuMerge "adjust RDMULT for UV plane in quantization RDO"
2010-12-06 Scott LaVarnwayvp8_rd_pick_best_mbsegmentation code restructure
2010-12-06 Scott LaVarnwayMerge "Improve MV prediction accuracy to achieve perfor...
2010-12-03 Yunqing WangImprove MV prediction accuracy to achieve performance...
2010-12-03 John KoleszarMerge 'Add simple version of activity masking.'
2010-11-27 Jim Bankoskivp8e - remove unnecessary variance calc
2010-11-23 John KoleszarMerge changes I3aed713e,I9ef7f56e,Ic18c60df
2010-11-17 Scott LaVarnwayMerge "Removed unnecessary checks."
2010-11-17 Scott LaVarnwayRemoved unnecessary checks.
2010-11-10 Fritz KoenigMerge "Remove stack shadowing for x86-64"
2010-11-10 Paul WilkinsTuning for the more exact quantizer.
2010-11-05 John KoleszarMerge commit 'fix integer promotion bug in partition...
2010-11-01 Fritz KoenigMerge "postproc : Added SPLITMV visualization, fix...
2010-11-01 Scott LaVarnwayMerge "Finding first label"
2010-10-29 Scott LaVarnwayFinding first label
2010-10-27 Fritz KoenigMerge "postproc: Add mode and refrence frame visualizers."
2010-10-27 John KoleszarMerge "vpxenc: add deterministic output option"
2010-10-27 John KoleszarMerge "Add half-pixel variance RTCD functions"
2010-10-27 John KoleszarAdd half-pixel variance RTCD functions
2010-09-21 John KoleszarMerge "gitignore: initial version"
2010-09-09 Fritz KoenigMerge branch 'master' of git://review.webmproject.org...
2010-09-09 John KoleszarUse WebM in copyright notice for consistency
2010-09-03 Scott LaVarnwayReduced the size of MB_MODE_INFO
2010-08-31 Scott LaVarnwayChanged above and left context data layout
2010-08-12 Scott LaVarnwayRemoved unnecessary MB_MODE_INFO copies
2010-08-11 Scott LaVarnwayMerge "Finished vp8_sixtap_predict4x4_ssse3 function"
2010-08-11 John Koleszaravoid negative array subscript warnings
2010-08-11 Timothy B. TerriberryAdd trellis quantization.
2010-07-27 John KoleszarMerge "msvs: fix install of codec sources"
2010-07-23 Fritz KoenigSwap alt/gold/new/last frame buffer ptrs instead of...
2010-07-19 Yaowu XuMerge "Improve the accuracy of forward walsh-hadamard...
2010-07-01 Paul WilkinsMerge "Further adjustment of RD behaviour with Q and...
2010-07-01 John KoleszarMerge "ivfenc: correct fixed kf interval, --disable-kf"
2010-06-30 John KoleszarMerge "Remove INLINE/FORCEINLINE"
2010-06-29 Paul WilkinsFurther adjustment of RD behaviour with Q and Zbin.
2010-06-24 Yaowu XuRedo the forward 4x4 dct
2010-06-18 John KoleszarMerge "cosmetics: trim trailing whitespace"
2010-06-18 John Koleszarcosmetics: trim trailing whitespace
2010-06-15 Yunqing WangMerge "More on "some XMM registers are non-volatile...
2010-06-14 Guillermo Balleste... Fix compiler warnings
2010-06-14 Paul WilkinsMerge "Use local pointer to pbi->common."
2010-06-14 John KoleszarMerge "platform autodetect: accept amd64 as a synonym...
2010-06-13 John KoleszarMerge "Make this/next iiratio unsigned."
2010-06-13 Paul WilkinsMerge "Tuning of baseline Rd equation to improve behavi...
2010-06-11 Paul WilkinsTuning of baseline Rd equation to improve behavior...
2010-06-11 Yunqing WangMerge "Improve vp8_sixtap_predict functions"
2010-06-10 John KoleszarMerge "Detect toolchain based on gcc -dumpmachine"
2010-06-10 Paul WilkinsMerge "Fix RD bug."
2010-06-10 John KoleszarMerge "Make shared object use extralibs"
2010-06-07 Paul WilkinsFix RD bug.
2010-06-07 Yaowu XuMerge "Remove duplicate and unused functions"
2010-06-07 Yaowu XuRemove duplicate and unused functions
2010-06-04 John KoleszarLICENSE: update with latest text
2010-05-24 John KoleszarMerge "Fixed an encoder debug/relese mismatch in x86_64...
2010-05-21 John KoleszarMerge "makefile: fix error message due to missing quotes"
2010-05-21 Paul WilkinsMerge "Fixed incorrect casts that broke rate control...
2010-05-20 Paul WilkinsFixed incorrect casts that broke rate control in some...
2010-05-18 John KoleszarInitial WebM release