]> granicus.if.org Git - libvpx/shortlog
libvpx
2012-05-10 Yaowu XuReversible WHT pair
2012-05-08 Yaowu Xua number of fixes to entropy stats collection
2012-05-04 Deb MukherjeeExpanding the coefficient encoding contexts
2012-05-02 Yaowu Xuchagned the decoder band to match the encoder
2012-05-02 Yaowu Xuslight adjustment to coef band definition
2012-05-01 Yaowu XuAdded usage info on command line options
2012-04-30 Ronald S. BultjeFix inversion of probability and value in calls to...
2012-04-30 Deb MukherjeeTurning off filter search for now to improve encode...
2012-04-30 Deb MukherjeeMinor cleanup in tokenize.h
2012-04-27 Adrian GrangeMerge "Removed MV costing from ARNR filtering" into...
2012-04-27 Adrian GrangeRemoved MV costing from ARNR filtering
2012-04-26 Deb MukherjeeAdds search option for best interpolation filter.
2012-04-25 Yaowu XuMerge QIMODE experiment
2012-04-25 Yaowu XuMerge UVINTRA experiment
2012-04-24 Deb MukherjeeMerge "Differential encoding of probability updates...
2012-04-24 Ronald S. BultjeRemove unused header files.
2012-04-24 Deb MukherjeeDifferential encoding of probability updates
2012-04-20 Ronald S. BultjeHide some code behind CONFIG_COMP_INTRA_PRED.
2012-04-20 Yaowu Xuchange to allow 8x8 transform always
2012-04-20 Yaowu Xuadded reset of rate estimates for each mode
2012-04-19 Ronald S. BultjeFix splitmv/compound prediction when eightpel is enabled.
2012-04-18 Ronald S. BultjeCompound prediction for splitmv macroblocks.
2012-04-18 Adrian GrangeAdded update of mode context pointers in decoder
2012-04-18 Adrian GrangeMerge "Added save coding context & modified MV bounds...
2012-04-17 Yaowu XuMerge "Added intra mode probabilites into coding_contex...
2012-04-17 Yaowu XuAdded intra mode probabilites into coding_context
2012-04-16 Deb MukherjeeBug fix introduced from a recent refactoring of skip...
2012-04-13 Adrian GrangeAdded save coding context & modified MV bounds
2012-04-12 Deb MukherjeeTurning off interpolation filter selection
2012-04-12 Yaowu Xua set of minor fixes
2012-04-12 Yaowu XuAdjust the key frame placement condition
2012-04-12 Yaowu Xuchanged function prototype for macro_block_yrd
2012-04-11 Paul WilkinsDelete unused function.
2012-04-11 Paul WilkinsRefactoring of encode loop and bitstream packing
2012-04-11 Paul WilkinsChanges to costing of skip.
2012-04-11 Paul WilkinsT8x8 zbin and rate control changes.
2012-04-11 Adrian GrangeSuperblock encoding order
2012-03-29 Deb MukherjeeBug fix in probability update savings computation
2012-03-22 Ronald S. BultjeOnly enable compound prediction if multiple reference...
2012-03-21 Yaowu Xuenable 8x8 transform for MBs in intra frames
2012-03-21 Paul WilkinsOnly support improved quant
2012-03-21 Paul WilkinsMerge Exact Quant
2012-03-21 Deb MukherjeeMaking subpel filters switchable at frame level
2012-03-21 Deb MukherjeeAdding contextual coding of mb_skip_coeff flag.
2012-03-15 Yaowu Xuadded clamp for 2nd motion vector
2012-03-15 Yaowu XuAdded encode/decode recon buffer match test to vpxenc
2012-03-15 Yaowu Xufixed a bug of context overwritten by key frame recoding
2012-03-14 Yaowu XuAdded option to skip first n frame to vpxenc
2012-03-12 Yaowu Xufixed .mk files to reflect add/remove of a header file
2012-03-08 Yaowu XuChanged MAX_PSNR to be consistent with internal stats
2012-03-07 Yaowu Xuremoved duplicate a head file
2012-03-07 Paul WilkinsSnapshot candidate
2012-03-06 Jim BankoskiImported a change from stable branch
2012-03-06 Yaowu Xufix a compiling error when CONFIG_COMP_INTRA_PRED not...
2012-03-05 Ronald S. BultjeUse per-MB compound intra prediction.
2012-03-05 Yaowu XuChanged how UV r/d estimates are done for Intra Modes
2012-03-05 Yaowu XuFixed zbin_mode_boost initialization
2012-03-05 Yaowu Xurefactored code that checks if a macroblock is skippable
2012-03-05 Paul WilkinsAllow for frame overheads in min frame bandwidth.
2012-03-01 Yaowu XuMerge t8x8 experiments
2012-03-01 Yaowu Xudisable usage of 8x8 for resolution below 360p
2012-03-01 Deb MukherjeeVarious bug fixes related to high precision mv
2012-03-01 Paul WilkinsBug fix in vp8_estimate_entropy_savings()
2012-02-29 Yaowu XuFix compiling issue when CONFIG_HIGH_PRECISION_MV is...
2012-02-29 Ronald S. BultjeRename "dual" prediction to "compound" prediction.
2012-02-29 Ronald S. BultjeCompound intra prediction (b_pred/4x4 only, for now),
2012-02-29 Yaowu XuCorrect zbinboost lookup for 8x8 quantizer
2012-02-28 Paul WilkinsMerge "Merge new loop filter." into experimental
2012-02-28 Deb MukherjeeInitial refactoring of high_precision mv code.
2012-02-28 Yaowu XuMerge "Try to enable 8x8 tranform for smaller resolutio...
2012-02-28 Paul WilkinsMerge new loop filter.
2012-02-28 Yaowu XuTry to enable 8x8 tranform for smaller resolution
2012-02-28 Paul WilkinsExperimental branch code clean up.
2012-02-28 Paul WilkinsCode Simplification
2012-02-28 Yaowu Xufixed a wrong intialization value
2012-02-28 Paul WilkinsMerge "Corrected spelling" into experimental
2012-02-27 Paul WilkinsCorrected spelling
2012-02-27 Paul WilkinsMerge "Code Cleanup." into experimental
2012-02-27 Paul WilkinsMerge "Removal of temporal re sampling code." into...
2012-02-27 Paul WilkinsMerge "Code Simplification." into experimental
2012-02-27 Paul WilkinsMerge "Further code simplification and clean up." into...
2012-02-26 Deb MukherjeeMerge "Changing default 8-tap filter to Langrangian...
2012-02-26 Paul WilkinsCode Cleanup.
2012-02-25 Paul WilkinsRemoval of temporal re sampling code.
2012-02-25 Deb MukherjeeBug fix in ssse3 variance computation.
2012-02-24 Paul WilkinsCode Simplification.
2012-02-24 Paul WilkinsFurther code simplification and clean up.
2012-02-24 Deb MukherjeeChanging default 8-tap filter to Langrangian interpolator.
2012-02-24 Paul WilkinsDeleted code.
2012-02-23 Deb MukherjeeClean ups and minor changes in high precision mv with...
2012-02-23 Deb MukherjeeSupporting high precision 1/8-pel motion vectors
2012-02-22 Yaowu XuMerge "Fixed skippable evaluation in mode decision...
2012-02-22 Yaowu XuMerge "Reduced bias in picking loop filter level" into...
2012-02-22 Yaowu XuMerge "a bit code clean-up" into experimental
2012-02-22 Yaowu XuMerge "Reworked context conversion between 8x8 and...
2012-02-22 Yaowu XuFixed skippable evaluation in mode decision
2012-02-18 Yaowu XuReduced bias in picking loop filter level
2012-02-17 Paul WilkinsCode base simplification.
2012-02-17 Paul WilkinsMerge "Code simplification" into experimental
2012-02-16 Yaowu Xua bit code clean-up
next