platform/upstream/libvpx.git
2013-07-10 Jingning HanSSE2 16x16 ADST/DCT hybrid transform
2013-07-10 Dmitry KovalevMerge "Adding encode_tiles function to vp9_bitstream.c."
2013-07-10 Yaowu XuMerge "Add a feature to reduce chrome intra mode search"
2013-07-10 Jingning HanMerge "Add unit test for 16x16 forward ADST/DCT"
2013-07-10 Scott LaVarnwayMerge "Bug fix: set frame_parallel_decoding_mode"
2013-07-10 John KoleszarMerge "Fix intermediate height in convolve"
2013-07-10 Ronald S. BultjeMerge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 V...
2013-07-10 Ronald S. BultjeMerge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC...
2013-07-10 Ronald S. BultjeMerge "Remove memcpy() in handle_inter_mode() filter...
2013-07-10 Dmitry KovalevMerge "Removing vp9_maskingmv.c and corresponding assem...
2013-07-10 Jingning HanAdd unit test for 16x16 forward ADST/DCT
2013-07-10 Ronald S. BultjeSSE/SSE2 assembly for 4x4/8x8/16x16/32x32 V intra predi...
2013-07-10 Ronald S. BultjeSSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra...
2013-07-10 Ronald S. BultjeRemove memcpy() in handle_inter_mode() filter selection.
2013-07-10 Yaowu XuAdd a feature to reduce chrome intra mode search
2013-07-10 Jim Bankoskimi_width_log2 & mi_height_log2
2013-07-10 Jim Bankoskib_width_log2 and b_height_log2 lookups
2013-07-10 Jim Bankoskiremoving case statements around prediction entropy...
2013-07-10 Yaowu XuMerge "Revert "Remove memcpy() in handle_inter_mode...
2013-07-10 James ZernMerge "remove unused VP8 com/dec asm offsets"
2013-07-10 James ZernMerge "Remove all asm offset files from VP9"
2013-07-10 Dmitry KovalevMerge "Loop filter code cleanup."
2013-07-10 Yaowu XuRevert "Remove memcpy() in handle_inter_mode() filter...
2013-07-10 Yaowu XuMerge "Added a lossless test"
2013-07-09 Dmitry KovalevAdding encode_tiles function to vp9_bitstream.c.
2013-07-09 Frank GalliganMerge "Add Neon horizontal and vertical vp9_mbloop_filter"
2013-07-09 Yaowu XuAdded a lossless test
2013-07-09 James Zernremove unused VP8 com/dec asm offsets
2013-07-09 John KoleszarRemove all asm offset files from VP9
2013-07-09 Scott LaVarnwayMerge "Removed unnecessary xd->mode_info_context assign...
2013-07-09 Frank GalliganAdd Neon horizontal and vertical vp9_mbloop_filter
2013-07-09 Dmitry KovalevMerge "Adding update_tx_ct function, removing duplicate...
2013-07-09 Dmitry KovalevRemoving vp9_maskingmv.c and corresponding assembly...
2013-07-09 Dmitry KovalevLoop filter code cleanup.
2013-07-09 Scott LaVarnwayRemoved unnecessary xd->mode_info_context assignment
2013-07-09 Ronald S. BultjeMerge "Unbreak lossless."
2013-07-09 Ronald S. BultjeMerge "Make intra prediction pointers RTCD-based."
2013-07-09 Ronald S. BultjeUnbreak lossless.
2013-07-09 Jim Bankoskicleanup read_mode_info if (1)
2013-07-09 Jim Bankoskidecoder speedup - get-segment-id only if segmentation...
2013-07-09 Yaowu XuMerge "Fix loopfilter bug"
2013-07-09 Dmitry KovalevMerge "Using mi_cols instead of mb_cols."
2013-07-09 Dmitry KovalevMerge "Refactoring setup_pre_planes function."
2013-07-09 Dmitry KovalevMerge "Calling set_partition_seg_context() instead...
2013-07-09 Ronald S. BultjeMake intra prediction pointers RTCD-based.
2013-07-08 John KoleszarFix loopfilter bug
2013-07-08 Ronald S. BultjeDon't call encode_sb() for the final of 4-split subpart...
2013-07-08 Ronald S. BultjeInline vp9_get_mv_joint().
2013-07-08 Ronald S. BultjeDon't recalculate mv_ref costs for each block/partition.
2013-07-08 Ronald S. BultjeRemove unnecessary memset(best_index, 0) from trellis...
2013-07-08 Ronald S. BultjeRemove memcpy() in handle_inter_mode() filter selection.
2013-07-08 Ronald S. BultjeMake frame-wide filter-type decision fully RD-based.
2013-07-08 Dmitry KovalevUsing mi_cols instead of mb_cols.
2013-07-08 Deb MukherjeeImplements several heuristics to prune mode search
2013-07-05 Jingning HanMerge "Refactor SSE2 8x8 functional units"
2013-07-05 Tero RintaluomaFix intermediate height in convolve
2013-07-04 Paul WilkinsMerge "Fix to comp_inter_joint_search_thresh feature."
2013-07-04 Dmitry KovalevAdding update_tx_ct function, removing duplicated code.
2013-07-04 Dmitry KovalevRefactoring setup_pre_planes function.
2013-07-03 Dmitry KovalevMerge "Adding write_skip_coeff function."
2013-07-03 Jingning HanMerge "Enable early termination in rd search"
2013-07-03 Dmitry KovalevMerge "Replacing 64 / MI_SIZE with MI_BLOCK_SIZE."
2013-07-03 Dmitry KovalevAdding write_skip_coeff function.
2013-07-03 Yaowu XuMerge "Inline a few intra predictors"
2013-07-03 Jingning HanEnable early termination in rd search
2013-07-03 Dmitry KovalevCalling set_partition_seg_context() instead of code...
2013-07-03 Dmitry KovalevReplacing 64 / MI_SIZE with MI_BLOCK_SIZE.
2013-07-03 Dmitry KovalevMerge "Adding write_selected_txfm_size function."
2013-07-03 Yaowu XuInline a few intra predictors
2013-07-03 Jingning HanRefactor SSE2 8x8 functional units
2013-07-03 Ronald S. BultjeMerge "Use pmovmskb to skip quantize loops over empty...
2013-07-03 Ronald S. BultjeMerge "Remove unused function vp9_build_inter4x4_predic...
2013-07-03 Paul WilkinsFix to comp_inter_joint_search_thresh feature.
2013-07-03 Paul WilkinsAdded two new skip experiments.
2013-07-03 Scott LaVarnwayBug fix: set frame_parallel_decoding_mode
2013-07-03 Paul WilkinsMerge "Adjust Speed 0 settings."
2013-07-03 Dmitry KovalevMerge "Removing redundant struct from union b_mode_info."
2013-07-03 Yaowu XuMerge "Added a speed feature use_square_partition_only"
2013-07-02 Dmitry KovalevRemoving redundant struct from union b_mode_info.
2013-07-02 Dmitry KovalevAdding write_selected_txfm_size function.
2013-07-02 Yaowu XuAdded a speed feature use_square_partition_only
2013-07-02 Ronald S. BultjeUse pmovmskb to skip quantize loops over empty coeffici...
2013-07-02 Ronald S. BultjeRemove unused function vp9_build_inter4x4_predictors_mb...
2013-07-02 Jim Bankoskinew unit test for cpu-speed
2013-07-02 Deb MukherjeeSpeed feature to binary search dir intramodes
2013-07-02 Deb MukherjeeMerge "Clean-up in forward update to use mapping tables"
2013-07-02 Deb MukherjeeTx size selection enhancements
2013-07-02 Deb MukherjeeClean-up in forward update to use mapping tables
2013-07-02 Dmitry KovalevMerge "Removing unused implicit segmentation code."
2013-07-02 Ronald S. BultjeMerge "Make get_coef_context() branchless."
2013-07-02 Dmitry KovalevMerge "Removing vp9_mbpitch.c, moving vp9_setup_block_d...
2013-07-02 Dmitry KovalevMerge "Additional vp9_decodemv.c cleanup."
2013-07-02 Dmitry KovalevRemoving unused implicit segmentation code.
2013-07-02 Yunqing WangMerge "Add speed feature to disable splitmv"
2013-07-02 Yunqing WangAdd speed feature to disable splitmv
2013-07-02 Jingning HanCalculate rd cost per transformed block
2013-07-02 Ronald S. BultjeMerge "Update quantize SSSE3 SIMD to cover 32x32 transf...
2013-07-02 Paul WilkinsAdjust Speed 0 settings.
2013-07-02 Paul WilkinsRevert "New motion threshold factor - speed feature."
2013-07-02 Yaowu Xufix the mismatch again in cpu_used 2
next