platform/upstream/libvpx.git
2012-06-19 Ronald S. BultjeMerge "Add comments to intra prediction probability...
2012-06-19 Christian DuvivierFix a bunch of warnings.
2012-06-18 Daniel Kangx86inc: Move x86inc to the correct location.
2012-06-18 Ronald S. BultjeAdd comments to intra prediction probability tables.
2012-06-18 Ronald S. Bultjex86inc.asm: fix symbol mangling and PIC handling on...
2012-06-15 Deb MukherjeeAdaptive entropy coding of coefficients, modes, mv.
2012-06-15 Daniel KangMerge "Adds x86inc.asm and update idct/dequant mmx...
2012-06-12 Daniel KangAdds x86inc.asm and update idct/dequant mmx
2012-06-12 Yaowu Xuchanged to use a fixed number for update probabity
2012-06-12 Yaowu XuAdded the ability to accumulate coef stats across encodings
2012-06-12 Paul WilkinsMerge "Merge of further two pass rc clean up and adjust...
2012-06-12 Paul WilkinsMerge "Key frame and GF sizing changes." into experimental
2012-06-12 Paul WilkinsMerge of further two pass rc clean up and adjustments.
2012-06-08 Paul WilkinsKey frame and GF sizing changes.
2012-05-31 Adrian GrangeFixed bug where invalid pointer is dereferenced
2012-05-30 Paul WilkinsRate control fix.
2012-05-29 Paul WilkinsMerge "fixed one more compiling issue with VC" into...
2012-05-29 Paul WilkinsRemove "est_max_qcorrection_factor"
2012-05-26 Yaowu Xufixed one more compiling issue with VC
2012-05-25 Yaowu Xufixed a number of compiling issues
2012-05-25 Paul WilkinsMerge "Experimental change to two pass prediction decay...
2012-05-23 Yaowu Xuchanged the way that default probs for 8x8 is set.
2012-05-18 Paul WilkinsMerge "Further firstpass.c changes." into experimental
2012-05-17 Paul WilkinsExperimental change to two pass prediction decay calcul...
2012-05-17 Paul WilkinsMerge "Move / re-factor some of boost calculation...
2012-05-15 Ronald S. BultjeRewrite reference frame costing in the RD loop.
2012-05-15 Paul WilkinsFurther firstpass.c changes.
2012-05-15 Deb MukherjeeAdds new Directional Intra prediction modes.
2012-05-15 Paul WilkinsMerge "Firstpass.c refactoring" into experimental
2012-05-15 Paul WilkinsMerge "Two pass refactoring continued." into experimental
2012-05-15 Paul WilkinsMerge "Two pass rc refactoring." into experimental
2012-05-15 Yaowu XuChanged to use integer 8x8 dct
2012-05-15 Paul WilkinsMove / re-factor some of boost calculation code.
2012-05-15 Paul WilkinsFirstpass.c refactoring
2012-05-15 Paul WilkinsMerge "First pass overhaul preparatory change." into...
2012-05-14 Yaowu XuMerge "Reversible WHT pair" into experimental
2012-05-14 Ronald S. BultjeMerge "Don't use compound prediction for golden frames...
2012-05-14 Paul WilkinsTwo pass refactoring continued.
2012-05-14 Paul WilkinsTwo pass rc refactoring.
2012-05-12 Ronald S. BultjeDon't use compound prediction for golden frames based...
2012-05-11 Deb MukherjeeMerge "Improved index remapping for prob updates."...
2012-05-11 Paul WilkinsFirst pass overhaul preparatory change.
2012-05-11 Jim BankoskiFix configure issue with unit test add.
2012-05-11 James Berryadd unit test support via google test
2012-05-10 Yaowu XuReversible WHT pair
2012-05-09 Deb MukherjeeImproved index remapping for prob updates.
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.
next