platform/upstream/libvpx.git
2013-08-01 Dmitry KovalevMerge "Cleanup: removing unused function arguments."
2013-08-01 Dmitry KovalevMerge "Nice looking motion vector clamping functions."
2013-08-01 Deb MukherjeeMerge "Adds a source variance computation function"
2013-08-01 Dmitry KovalevMerge "vp9_get_pred_context_intra_inter cleanup."
2013-08-01 Dmitry KovalevCleanup: removing unused function arguments.
2013-08-01 Dmitry KovalevNice looking motion vector clamping functions.
2013-08-01 Deb MukherjeeAdds a source variance computation function
2013-08-01 Jingning HanMerge "Optimize 32x32 2D inverse DCT for speed-up"
2013-08-01 Dmitry KovalevMerge "Adding missing const to vp9_extra_bits array."
2013-08-01 Dmitry KovalevAdding missing const to vp9_extra_bits array.
2013-08-01 Dmitry Kovalevvp9_get_pred_context_intra_inter cleanup.
2013-08-01 Jingning HanOptimize 32x32 2D inverse DCT for speed-up
2013-08-01 Jingning HanRemove unnecessary arguments in rd_pick_ref_frame
2013-07-31 Dmitry Kovalevvp9_decodemv.c cleanup.
2013-07-31 Dmitry KovalevRemoving get_mi_{row, col} functions.
2013-07-31 Dmitry KovalevMerge "Removing unused "ishp" arguments."
2013-07-31 Dmitry KovalevMerge "Consistent update for inter_mode probabilities."
2013-07-31 Dmitry KovalevRemoving unused "ishp" arguments.
2013-07-31 Jingning HanMerge "Make the use of ref_frame index consistent"
2013-07-31 Jingning HanMake the use of ref_frame index consistent
2013-07-31 Dmitry KovalevConsistent update for inter_mode probabilities.
2013-07-30 Adrian GrangeMerge "Cleanup: remove two stray '+', fix typos."
2013-07-30 Adrian GrangeMerge "Cleanup typos, remove unnecessary lines, replace...
2013-07-30 Adrian GrangeCleanup: remove two stray '+', fix typos.
2013-07-30 Adrian GrangeCleanup typos, remove unnecessary lines, replace switch
2013-07-30 Yaowu XuMerge "removed duplication"
2013-07-30 Yaowu Xuremoved duplication
2013-07-30 Jingning HanRemove a redundant branching in tokenize_b
2013-07-29 Jingning HanTune tokenization/detokenization flow for speed-up
2013-07-29 Jingning HanSkip redundant tokenization in rd loop
2013-07-29 Jingning HanMerge "16x16 inverse 2D-DCT with DC only"
2013-07-29 John KoleszarMerge "Remove unnecessary 64 byte alignment"
2013-07-29 Jingning Han16x16 inverse 2D-DCT with DC only
2013-07-29 Dmitry KovalevRenaming txfm to tx for consistency in some places.
2013-07-29 John KoleszarRemove unnecessary 64 byte alignment
2013-07-29 Dmitry KovalevRenaming NB_TXFM_MODES constant to TX_MODES.
2013-07-29 Dmitry KovalevRenaming TX_SIZE_MAX_SB to TX_SIZES.
2013-07-29 Jingning HanMerge "Shortcut 8x8/16x16 inverse 2D-DCT"
2013-07-27 Dmitry KovalevCleanup: replacing xd->mode_info_context with temp...
2013-07-27 Ronald S. BultjeInverse dimension order in token_cost array.
2013-07-27 Dmitry KovalevMerge "vp9_decodemv.c cleanup."
2013-07-27 Ronald S. BultjeMerge "d45 intra prediction SSSE3 optimizations."
2013-07-27 Ronald S. BultjeMerge "Save pixels instead of coefficients in intra4x4...
2013-07-27 Ronald S. BultjeMerge "Add best_rd breakout in intra4x4 RD loop."
2013-07-27 Jingning HanShortcut 8x8/16x16 inverse 2D-DCT
2013-07-26 Dmitry Kovalevvp9_decodemv.c cleanup.
2013-07-26 Jingning HanMerge "Special handle on DC only inverse 8x8 2D-DCT"
2013-07-26 Dmitry KovalevMerge "Making read_inter_mode_info function more clear."
2013-07-26 hkuangMerge "Fix some format error and code error in neon...
2013-07-26 Jingning HanSpecial handle on DC only inverse 8x8 2D-DCT
2013-07-26 hkuangFix some format error and code error in neon code.
2013-07-26 Dmitry KovalevMerge "General cleanups."
2013-07-26 Ronald S. Bultjed45 intra prediction SSSE3 optimizations.
2013-07-26 Yaowu XuMerge "Auto min and max partition size experiment."
2013-07-26 Paul WilkinsAuto min and max partition size experiment.
2013-07-26 Yunqing WangModify static threshold calculation
2013-07-25 Dmitry KovalevMaking read_inter_mode_info function more clear.
2013-07-25 JohannMerge "Add const to vp9_accum_mv_refs parameter"
2013-07-25 Yunqing WangMerge "Add encoding option --static-thresh"
2013-07-25 Yunqing WangAdd encoding option --static-thresh
2013-07-25 JohannAdd const to vp9_accum_mv_refs parameter
2013-07-25 Dmitry KovalevGeneral cleanups.
2013-07-25 Dmitry KovalevMerge "Adding lookup table for size group."
2013-07-25 Dmitry KovalevAdding lookup table for size group.
2013-07-25 Adrian GrangeMerge "Simplify handling of sub-partition motion vectors"
2013-07-25 Adrian GrangeMerge "Use local variables rather than structure members"
2013-07-25 Dmitry KovalevMerge "Removing duplicated code for merging two probabi...
2013-07-25 Dmitry KovalevMerge "Removing vp9_adapt_mode_context function."
2013-07-25 Jingning HanMerge "Make coeff_optimize initialized per-plane"
2013-07-25 Dmitry KovalevMerge "Inlining inc_mv_component_count function."
2013-07-25 Dmitry KovalevMerge "Removing duplicated PREDICTION_PROBS constant."
2013-07-25 Yaowu XuMerge "fix a bug where flags are not reset"
2013-07-25 Adrian GrangeSimplify handling of sub-partition motion vectors
2013-07-25 James ZernMerge "msvs: Generate proper configurations for mixed...
2013-07-25 Jingning HanMake coeff_optimize initialized per-plane
2013-07-25 Dmitry KovalevRemoving duplicated PREDICTION_PROBS constant.
2013-07-25 Dmitry KovalevRemoving vp9_adapt_mode_context function.
2013-07-25 Yaowu Xufix a bug where flags are not reset
2013-07-25 Jingning HanMerge "SSE2 inverse 4x4 2D-DCT with DC only"
2013-07-25 Scott LaVarnwayMerge "pack_inter_mode_mvs cleanup"
2013-07-25 Jingning HanSSE2 inverse 4x4 2D-DCT with DC only
2013-07-25 Jingning HanMerge "Merge vp9_dc_only_idct_add and vp9_short_idct4x4_1"
2013-07-25 Dmitry KovalevRemoving duplicated code for merging two probabilities.
2013-07-25 Dmitry KovalevInlining vp9_init_mode_contexts function.
2013-07-24 Jingning HanMerge vp9_dc_only_idct_add and vp9_short_idct4x4_1
2013-07-24 Dmitry KovalevRemoving CONFIG_BALANCED_COEFTREE experiment.
2013-07-24 Dmitry KovalevMerge "Adding condition inside get_tx_type_{4x4, 8x8...
2013-07-24 Dmitry KovalevInlining inc_mv_component_count function.
2013-07-24 Martin Storsjomsvs: Generate proper configurations for mixed platforms
2013-07-24 Dmitry KovalevAdding condition inside get_tx_type_{4x4, 8x8, 16x16}.
2013-07-24 James ZernMerge "vp9_find_mv_refs_idx: remove unused split_count"
2013-07-24 James Zernvp9_find_mv_refs_idx: remove unused split_count
2013-07-24 Adrian GrangeUse local variables rather than structure members
2013-07-24 Adrian GrangeMerge "Correct spelling mistakes"
2013-07-24 Ronald S. BultjeSave pixels instead of coefficients in intra4x4 RD...
2013-07-24 Ronald S. BultjeAdd best_rd breakout in intra4x4 RD loop.
2013-07-24 Adrian GrangeCorrect spelling mistakes
2013-07-24 Ronald S. BultjeMerge "More optimizations for cost_coeffs()."
2013-07-24 Jingning HanMerge "Unify the use of encode_b_args/optimize_block_args"
2013-07-24 Dmitry KovalevMoving counts from FRAME_CONTEXT to new struct FRAME_CO...
next