platform/upstream/libvpx.git
2013-04-22 John KoleszarRewrite vp9_recon_sb*
2013-04-22 John KoleszarMove pre, second_pre to per-plane MACROBLOCKD data
2013-04-22 Deb MukherjeeMerge "Removes the code_nonzerocount experiment" into...
2013-04-22 Deb MukherjeeRemoves the code_nonzerocount experiment
2013-04-22 Deb MukherjeeMerge "End of orientation zero group experiment" into...
2013-04-22 Deb MukherjeeEnd of orientation zero group experiment
2013-04-22 John Koleszarreconinter: remove unnecessary functions, params
2013-04-22 Paul WilkinsMerge "make DC_PRED for i4x4 to use real pixels only...
2013-04-22 Sami PietiläMerge "Reordering frame header probs." into experimental
2013-04-20 Dmitry KovalevMerge "Removing get_segment_id function and using exist...
2013-04-20 Dmitry KovalevMerge "Finally removing BOOL_DECODER and using vp9_read...
2013-04-20 Dmitry KovalevMerge "Renaming vp9_extra_bit_struct to vp9_extra_bit...
2013-04-19 John KoleszarMerge "Move dst to per-plane MACROBLOCKD data" into...
2013-04-19 John KoleszarMerge "Remove vp9_recon_mb{,y}" into experimental
2013-04-19 Yaowu Xumake DC_PRED for i4x4 to use real pixels only
2013-04-19 John KoleszarMerge "Remove redundant pointers from void vp9_recon_sb...
2013-04-19 John KoleszarMove dst to per-plane MACROBLOCKD data
2013-04-19 Paul WilkinsMerge "Clean out some legacy code." into experimental
2013-04-19 Dmitry KovalevRemoving get_segment_id function and using existing...
2013-04-19 Paul WilkinsClean out some legacy code.
2013-04-19 Yunqing WangMerge "Remove unused parameters in handle_inter_mode...
2013-04-19 Paul WilkinsMerge "Mv ref candidates cut to 2." into experimental
2013-04-19 John KoleszarRemove vp9_recon_mb{,y}
2013-04-19 John KoleszarRemove redundant pointers from void vp9_recon_sb{y,uv}
2013-04-19 John KoleszarMerge "Move diff to MACROBLOCKD per-plane data." into...
2013-04-19 Dmitry KovalevSegmentation cleanup, adding {set, get}_segment_id...
2013-04-19 Dmitry KovalevRenaming vp9_extra_bit_struct to vp9_extra_bit.
2013-04-19 John KoleszarMove diff to MACROBLOCKD per-plane data.
2013-04-19 Dmitry KovalevFinally removing BOOL_DECODER and using vp9_reader...
2013-04-19 John Koleszarmake build_inter_predictors block size agnostic (split)
2013-04-19 John KoleszarRemoving rounding from UV MV calculation for SPLITMV
2013-04-19 John KoleszarMerge "make buid_inter_predictors block size agnostic...
2013-04-19 John KoleszarMerge "Use SSSE3 for 2d filters larger than 16" into...
2013-04-19 Dmitry KovalevMerge "Replacing BOOL_DECODER with vp9_reader inside...
2013-04-19 Dmitry KovalevMerge "Fixing member names inside TOKENVALUE and TOKENE...
2013-04-19 Jim BankoskiMerge "catch all for new block sizes" into experimental
2013-04-19 John KoleszarUse SSSE3 for 2d filters larger than 16
2013-04-19 Jim Bankoskicatch all for new block sizes
2013-04-19 Jim BankoskiMerge "set up a new speed 1" into experimental
2013-04-19 Paul WilkinsMv ref candidates cut to 2.
2013-04-19 Jim Bankoskiset up a new speed 1
2013-04-19 Paul WilkinsRemoval of CONFIG_NEW_MVREF experiment.
2013-04-19 Paul WilkinsRemove dummy place holder function.
2013-04-19 Paul WilkinsSimplification of MVref search.
2013-04-19 Paul WilkinsMerge "Adjustments to key frame sizing." into experimental
2013-04-19 Paul WilkinsAdjustments to key frame sizing.
2013-04-19 John KoleszarMerge changes I320e160e,Iddd99733 into experimental
2013-04-19 John Koleszarmake buid_inter_predictors block size agnostic (chroma)
2013-04-19 John KoleszarRemoving rounding from UV MV calculation
2013-04-19 John Koleszarmake buid_inter_predictors block size agnostic (luma)
2013-04-18 Dmitry KovalevFixing member names inside TOKENVALUE and TOKENEXTRA...
2013-04-18 Dmitry KovalevMerge "Fixing rounding inside vp9_mv_bit_cost function...
2013-04-18 Dmitry KovalevReplacing BOOL_DECODER with vp9_reader inside vp9_decod...
2013-04-18 Dmitry KovalevFixing rounding inside vp9_mv_bit_cost function.
2013-04-18 Dmitry KovalevMerge "Code cleanup inside findnearmv code." into exper...
2013-04-18 Jingning HanMerge "Make the use of pred buffers consistent in MB...
2013-04-18 Dmitry KovalevCode cleanup inside findnearmv code.
2013-04-18 Jingning HanMake the use of pred buffers consistent in MB/SB
2013-04-18 Dmitry KovalevReplacing BOOLEAN_DECODER with vp9_reader inside vp9_de...
2013-04-18 Dmitry KovalevMerge "Adding DEFAULT_PRED_PROB_{0, 1, 2} constants...
2013-04-18 Dmitry KovalevMerge "Motion vector decoding code cleanup." into exper...
2013-04-18 Dmitry KovalevMerge "Changing argument type of vp9_get_mv_joint from...
2013-04-18 John KoleszarMerge "convolve: support larger blocks, fix asm saturat...
2013-04-18 Dmitry KovalevMerge "Replacing VP9_COMBINEENTROPYCONTEXTS macro with...
2013-04-18 Dmitry KovalevMerge "Moving functions from vp9_dboolhuff.c to vp9_dec...
2013-04-18 Dmitry KovalevMerge "Renaming y1dc_delta_q, uvdc_delta_q, uvac_delta_...
2013-04-18 Dmitry KovalevMerge "Transforming decode_sb_row to decode_tile functi...
2013-04-18 John Koleszarconvolve: support larger blocks, fix asm saturation bug
2013-04-18 Yunqing WangRemove unused parameters in handle_inter_mode
2013-04-18 Dmitry KovalevMotion vector decoding code cleanup.
2013-04-18 Sami PietiläReordering frame header probs.
2013-04-18 John KoleszarMerge "Use BLOCK_SIZE_TYPE in foreach_ walker" into...
2013-04-17 Ronald S. BultjeMerge "Fix edge bug in recent merge of 64x64 and 32x32...
2013-04-17 Ronald S. BultjeFix edge bug in recent merge of 64x64 and 32x32 inter...
2013-04-17 Yunqing WangMerge "Remove skip_recon_sb" into experimental
2013-04-17 Yunqing WangRemove skip_recon_sb
2013-04-17 John KoleszarUse BLOCK_SIZE_TYPE in foreach_ walker
2013-04-17 Yaowu XuMerge "clean out experiments" into experimental
2013-04-17 Yaowu XuMerge "make lf_deltas dependent on filter_lvl" into...
2013-04-17 Adrian GrangeMerge "Make alt_extra_bits a local variable" into exper...
2013-04-17 Ronald S. BultjeMerge "Remove unused file vp9_context.c." into experimental
2013-04-17 Dmitry KovalevTransforming decode_sb_row to decode_tile function.
2013-04-17 Ronald S. BultjeRemove unused file vp9_context.c.
2013-04-17 Dmitry KovalevMoving functions from vp9_dboolhuff.c to vp9_decodframe.c.
2013-04-17 Dmitry KovalevAdding DEFAULT_PRED_PROB_{0, 1, 2} constants.
2013-04-17 Ronald S. BultjeMerge "Remove BLOCK_SIZE_LG2." into experimental
2013-04-17 Ronald S. BultjeMerge "Add SSE2 versions for rectangular sad and sad4d...
2013-04-17 Dmitry KovalevChanging argument type of vp9_get_mv_joint from MV...
2013-04-17 Yaowu XuMerge "replace hev_thr_lut[][] with simpler logic"...
2013-04-17 Adrian GrangeMake alt_extra_bits a local variable
2013-04-17 Yaowu Xuclean out experiments
2013-04-17 Ronald S. BultjeRemove BLOCK_SIZE_LG2.
2013-04-17 Yaowu Xumake lf_deltas dependent on filter_lvl
2013-04-17 Yaowu Xureplace hev_thr_lut[][] with simpler logic
2013-04-17 Ronald S. BultjeMerge "Fairly basic integration of rectangular blocks...
2013-04-17 Yaowu XuMerge "Change to do LPF in SB64 order" into experimental
2013-04-17 Ronald S. BultjeAdd SSE2 versions for rectangular sad and sad4d functions.
2013-04-17 Yaowu XuChange to do LPF in SB64 order
2013-04-17 Adrian GrangeMerge "Move configure_arnr_filter function" into experi...
2013-04-17 Adrian GrangeMerge "Fixed overflow test on boost calculation" into...
next