platform/upstream/libvpx.git
2013-04-29 Yaowu XuMerge "Use same intra prediction for all block size...
2013-04-29 Yaowu XuUse same intra prediction for all block size
2013-04-29 John KoleszarMerge "Use foreach_transformed_block with tokenize_b...
2013-04-29 Ronald S. BultjeMerge "Merge encode_sb and encode_sb64 in a recursive...
2013-04-29 Ronald S. BultjeMerge "Fix mi_row argument to update_stats()." into...
2013-04-29 Ronald S. BultjeMerge "Factor out assigning correct partitioning seg_co...
2013-04-29 Ronald S. BultjeMerge "Use recursive function in resetting txfm_size...
2013-04-29 Ronald S. BultjeMerge "Use recursive function in choosing segmentation...
2013-04-29 John KoleszarUse foreach_transformed_block with tokenize_b
2013-04-29 Ronald S. BultjeMerge encode_sb and encode_sb64 in a recursive encode_s...
2013-04-29 Ronald S. BultjeFix mi_row argument to update_stats().
2013-04-29 Ronald S. BultjeFactor out assigning correct partitioning seg_context...
2013-04-29 Ronald S. BultjeUse recursive function in resetting txfm_size for skip...
2013-04-29 Ronald S. BultjeUse recursive function in choosing segmentation map...
2013-04-29 Jingning HanMerge "Immigrate tokenize_mb into tokenize_sb" into...
2013-04-29 Ronald S. BultjeMerge "Change above/left_context to use an 8x8 basis...
2013-04-29 Jingning HanImmigrate tokenize_mb into tokenize_sb
2013-04-29 Ronald S. BultjeChange above/left_context to use an 8x8 basis.
2013-04-29 Deb MukherjeeMerge "Turning model based reverse update on for coefs...
2013-04-29 Deb MukherjeeTurning model based reverse update on for coefs
2013-04-29 John KoleszarUnify decode_sb for >16x16 in vp9_decodframe.c
2013-04-27 Paul WilkinsMerge "Minor tweak to implicit segmentation experiment...
2013-04-27 Jingning HanAdd forward probability model update for partition
2013-04-26 Ronald S. BultjeMerge "Grow MODE_INFO array to use an 8x8 basis." into...
2013-04-26 JohannMerge "Merge branch 'master' into experimental" into...
2013-04-26 JohannMerge branch 'master' into experimental
2013-04-26 Ronald S. BultjeGrow MODE_INFO array to use an 8x8 basis.
2013-04-26 Dmitry KovalevMerge "Code cleanup inside vp9_decodframe.c." into...
2013-04-26 John KoleszarMerge changes I7ff2fa72,I7907230d into experimental
2013-04-26 John KoleszarMerge "Restore vp9_asm_enc_offsets.c" into experimental
2013-04-26 John KoleszarRemove BLOCKD structure
2013-04-26 John KoleszarRemove destination pointers from BLOCKD
2013-04-26 John KoleszarRestore vp9_asm_enc_offsets.c
2013-04-26 changjun.yangcode cleanup for arm_cpudetect.c
2013-04-26 John KoleszarMerge "quantize: make 4x4, 8x8 common with larger trans...
2013-04-26 Scott LaVarnwayRemoved bmi from blockd
2013-04-26 JohannMerge "Normalize more intrinsic filenames"
2013-04-26 JohannNormalize more intrinsic filenames
2013-04-25 Dmitry KovalevCode cleanup inside vp9_decodframe.c.
2013-04-25 John Koleszarquantize: make 4x4, 8x8 common with larger transforms
2013-04-25 Ronald S. BultjeRemove duplicate code in RD handle_inter_mode() function.
2013-04-25 Ronald S. BultjeRemove implicit assumption that mode_info_stride =...
2013-04-25 Ronald S. BultjeRemove write-only variables that store refframe, signbi...
2013-04-25 Ronald S. BultjeUse b_width/height_log2 instead of mb_ where appropriate.
2013-04-25 JohannMerge "Change default iOS dev path"
2013-04-25 John KoleszarFix incorrect dequant used in detokenize
2013-04-25 John KoleszarRemove predictor pointers from BLOCKD
2013-04-25 John KoleszarRemove diff from BLOCKD
2013-04-25 John KoleszarMove dequant from BLOCKD to per-plane MACROBLOCKD
2013-04-25 John KoleszarRemove BLOCK structure
2013-04-25 JohannRename vp9_idct_x86.c
2013-04-25 Dmitry KovalevAdding is_inter_mode function.
2013-04-25 Dmitry KovalevMerge "Removing unused mi_mv_pred_row and mi_mv_pred_co...
2013-04-25 Dmitry KovalevMerge "Using ROUND_POWER_OF_TWO macro inside vp9_loopfi...
2013-04-25 Dmitry KovalevMerge "Handling frame references and scale factors...
2013-04-25 Jingning HanMerge "Move sbsegment out of experimental list" into...
2013-04-25 Scott LaVarnwayMerge "Moved dequantization into the token decoder...
2013-04-25 Dmitry KovalevHandling frame references and scale factors in one...
2013-04-24 Yaowu XuMerge two similar functions into one
2013-04-24 Dmitry KovalevMerge "Fixing PRED_SWITCHABLE_INTERP case in vp9_get_pr...
2013-04-24 Jingning HanMove sbsegment out of experimental list
2013-04-24 JohannChange default iOS dev path
2013-04-24 Jingning HanContextual entropy coding of partition syntax
2013-04-24 Dmitry KovalevUsing ROUND_POWER_OF_TWO macro inside vp9_loopfilter_fi...
2013-04-24 Ronald S. BultjeMerge "Change chroma loopfilter to skip inner SB edges...
2013-04-24 Ronald S. BultjeMerge "Minor indent changes in loopfilter code." into...
2013-04-24 Ronald S. BultjeMerge "Add basic building blocks for 8x8 superblocks...
2013-04-24 Dmitry KovalevFixing PRED_SWITCHABLE_INTERP case in vp9_get_pred_cont...
2013-04-24 JohannMerge "Rename quantize_sse2_intrinsics.c"
2013-04-24 Ronald S. BultjeChange chroma loopfilter to skip inner SB edges for...
2013-04-24 Paul WilkinsMerge "Extension of segmentation to 8 segments." into...
2013-04-24 Paul WilkinsMerge "Simplify Segment Coding" into experimental
2013-04-24 JohannRename quantize_sse2_intrinsics.c
2013-04-24 Deb MukherjeeMerge "Fix in token allocation with zerogroup expt...
2013-04-24 Paul WilkinsMinor tweak to implicit segmentation experiment.
2013-04-24 Paul WilkinsExtension of segmentation to 8 segments.
2013-04-24 Paul WilkinsSimplify Segment Coding
2013-04-24 Paul WilkinsSimple implicit segmentation experiment.
2013-04-24 John KoleszarMerge "Move skip_block from BLOCK to MACROBLOCK" into...
2013-04-24 John KoleszarMerge "Move quantizer data from BLOCK to MACROBLOCK...
2013-04-24 Dmitry KovalevMerge "Code cleanup inside vp9_get_pred_context functio...
2013-04-24 Dmitry KovalevMerge "Simple cleanup inside vp9_decodframe.c and vp9_e...
2013-04-24 Dmitry KovalevMerge "Removing redundant code in vp9_entropymode.c...
2013-04-24 John KoleszarMove skip_block from BLOCK to MACROBLOCK
2013-04-24 John KoleszarMove quantizer data from BLOCK to MACROBLOCK
2013-04-24 John KoleszarMerge "Remove coeff from BLOCK" into experimental
2013-04-24 John KoleszarMerge "Convert coeff to per-plane MACROBLOCK data"...
2013-04-24 Jingning HanMerge "Enable rectangular support for comp inter-intra...
2013-04-23 John KoleszarRemove coeff from BLOCK
2013-04-23 Dmitry KovalevRemoving unused mi_mv_pred_row and mi_mv_pred_col funct...
2013-04-23 John KoleszarConvert coeff to per-plane MACROBLOCK data
2013-04-23 John KoleszarMerge "Move src_diff to per-plane MACROBLOCK data"...
2013-04-23 Dmitry KovalevCode cleanup inside vp9_get_pred_context function.
2013-04-23 Dmitry KovalevRemoving redundant code in vp9_entropymode.c.
2013-04-23 Dmitry KovalevSimple cleanup inside vp9_decodframe.c and vp9_entropym...
2013-04-23 Jingning HanEnable rectangular support for comp inter-intra
2013-04-23 Ronald S. BultjeMerge changes I54acef34,I72d42971 into experimental
2013-04-23 Dmitry KovalevMerge "Adding select_txfm_size function + vp9_decode_fr...
2013-04-23 Jingning HanMerge "Remove the unused gf_active_ptr from MACROBLOCK...
2013-04-23 Jingning HanRemove the unused gf_active_ptr from MACROBLOCK
next