platform/upstream/libvpx.git
2013-08-16 Frank GalliganMerge "vp9: neon: optimise vp9_wide_mbfilter_neon"
2013-08-16 JohannMerge "vp9: neon: use aligned stores in convolve functions"
2013-08-16 Adrian GrangeFixed typos and formatting
2013-08-16 Adrian GrangeMerge "Added resizing & initialization of last frame...
2013-08-16 Mans Rullgardvp9: neon: use aligned stores in convolve functions
2013-08-15 Jingning HanMerge "Refactor rd loop for chroma components"
2013-08-15 Adrian GrangeAdded resizing & initialization of last frame segment map
2013-08-15 Dmitry KovalevMerge "Converting code from using ss_txfrm_size to...
2013-08-15 Dmitry KovalevMerge "Moving segmentation struct from MACROBLOCKD...
2013-08-15 JohannMerge "vp9: neon: add vp9_convolve_avg_neon"
2013-08-15 JohannMerge "vp9: neon: add vp9_convolve_copy_neon"
2013-08-15 Jingning HanRefactor rd loop for chroma components
2013-08-15 Jingning HanMerge "Remove unused RDCOST_8X8 macro"
2013-08-15 Jingning HanMerge "Unify luma and chroma rd-cost estimation"
2013-08-15 Dmitry KovalevConverting code from using ss_txfrm_size to tx_size.
2013-08-15 Dmitry KovalevUsing { 0 } for initialization instead of memset.
2013-08-15 Mans Rullgardvp9: neon: optimise vp9_wide_mbfilter_neon
2013-08-15 James ZernMerge "vp9_dx_iface: check for NULL/0-size input"
2013-08-15 James ZernMerge "vpxenc: open output file after setting pass #"
2013-08-15 Dmitry KovalevMoving segmentation struct from MACROBLOCKD to VP9_COMMON.
2013-08-15 Jingning HanRemove unused RDCOST_8X8 macro
2013-08-15 Dmitry KovalevMerge "Quantization code cleanup."
2013-08-15 Deb MukherjeeSpeed feature to skip split partition based on var
2013-08-15 Jingning HanUnify luma and chroma rd-cost estimation
2013-08-15 Paul WilkinsMerge "Renaming in MB_MODE_INFO"
2013-08-15 James ZernMerge "Get rid of bashisms in armlink_adapter.sh"
2013-08-15 Guillaume MartresGet rid of bashisms in armlink_adapter.sh
2013-08-15 James ZernMerge "Get rid of bashisms in the main build scripts"
2013-08-15 James Zernvp9_dx_iface: check for NULL/0-size input
2013-08-15 James Zernvpxenc: open output file after setting pass #
2013-08-14 hkuangMerge "Add neon optimize vp9_short_idct16x16_add."
2013-08-14 hkuangAdd neon optimize vp9_short_idct16x16_add.
2013-08-14 Dmitry Kovalevforeach_transformed_block_in_plane cleanup, explicit...
2013-08-14 Dmitry KovalevAdding const to arguments of intra prediction functions.
2013-08-14 Mans Rullgardvp9: neon: add vp9_convolve_avg_neon
2013-08-14 Mans Rullgardvp9: neon: add vp9_convolve_copy_neon
2013-08-14 Paul WilkinsRenaming in MB_MODE_INFO
2013-08-14 Paul WilkinsMerge "Honor min_partition_size properly for non-square...
2013-08-14 Guillaume MartresGet rid of bashisms in the main build scripts
2013-08-13 Guillaume MartresHonor min_partition_size properly for non-square splits
2013-08-13 Dmitry KovalevMerge "Little cleanup inside decode_tile() function."
2013-08-13 Guillaume MartresMerge "Trivial clean up."
2013-08-13 Jingning HanUse lookup table to find largest txfm size
2013-08-13 Dmitry KovalevMerge "Using is_inter_block() instead of repetitive...
2013-08-13 Jingning HanMerge "Refactor model based tx search in super_block_yrd"
2013-08-13 Paul WilkinsTrivial clean up.
2013-08-13 Paul WilkinsMerge "Honor min_partition_size properly"
2013-08-13 Paul WilkinsMerge "Broken loop filter case."
2013-08-13 Jingning HanMerge "SSE2 high precision 32x32 forward DCT"
2013-08-13 Dmitry KovalevLittle cleanup inside decode_tile() function.
2013-08-13 JohannMerge "vp9: neon: optimise convolve8_vert functions"
2013-08-13 JohannMerge "vp9: neon: optimise convolve8_horiz functions"
2013-08-13 Dmitry KovalevUsing is_inter_block() instead of repetitive code.
2013-08-12 Jingning HanSSE2 high precision 32x32 forward DCT
2013-08-12 Jingning HanRefactor model based tx search in super_block_yrd
2013-08-12 Dmitry KovalevMerge "Simplifying vp9_mvref_common.c."
2013-08-12 Dmitry KovalevMerge "Removing foreach_predicted_block_uv function."
2013-08-12 Dmitry KovalevMerge "Using MV* instead of int_mv* as argument of...
2013-08-12 Dmitry KovalevSimplifying vp9_mvref_common.c.
2013-08-12 Dmitry KovalevQuantization code cleanup.
2013-08-12 Dmitry KovalevMerge "Entropy context related cleanups."
2013-08-12 Dmitry KovalevMerge "Making scaling code more clear."
2013-08-12 Dmitry KovalevRemoving unused convolve_avg_c function + cleanup.
2013-08-12 Dmitry KovalevUsing MV* instead of int_mv* as argument of vp9_clamp_m...
2013-08-12 Dmitry KovalevRemoving foreach_predicted_block_uv function.
2013-08-12 Dmitry KovalevMaking scaling code more clear.
2013-08-12 Paul WilkinsBroken loop filter case.
2013-08-12 Jingning HanFix a compile failure in vp9_get_compressed_data
2013-08-12 Dmitry KovalevEntropy context related cleanups.
2013-08-12 Mans Rullgardvp9: neon: optimise convolve8_vert functions
2013-08-11 Dmitry KovalevMerge "Removing redundant code and function arguments."
2013-08-11 Mans Rullgardvp9: neon: optimise convolve8_horiz functions
2013-08-10 Dmitry KovalevRenaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.
2013-08-10 Guillaume MartresHonor min_partition_size properly
2013-08-10 Dmitry KovalevRemoving redundant code and function arguments.
2013-08-10 Dmitry KovalevMerge "Inlining 16 as a stride for BLOCK_OFFSET macro."
2013-08-10 James ZernMerge "vp9_rd_pick_inter_mode_sb: fix uninitialized...
2013-08-09 Dmitry KovalevInlining 16 as a stride for BLOCK_OFFSET macro.
2013-08-09 James Zernvp9_rd_pick_inter_mode_sb: fix uninitialized value
2013-08-09 Dmitry KovalevMerge "Using MV struct instead of int[2] array."
2013-08-09 Dmitry KovalevMerge "Removing plane_block_{width, height}_log2by4...
2013-08-09 Dmitry KovalevMerge "Moving loopfilter struct to VP9_COMMON."
2013-08-09 Dmitry KovalevMoving loopfilter struct to VP9_COMMON.
2013-08-09 Dmitry KovalevMoving scale_factors and related code to separate files.
2013-08-09 Scott LaVarnwayMerge "Bug fix: call set_offsets before rd_auto_partiti...
2013-08-09 Dmitry KovalevMerge "Using buf_2d struct instead of separate buffer...
2013-08-09 Scott LaVarnwayBug fix: call set_offsets before rd_auto_partition_range
2013-08-09 Adrian GrangeMerge "Correct bug in loopfilter initialization"
2013-08-09 Adrian GrangeCorrect bug in loopfilter initialization
2013-08-09 Yaowu XuAdded lpf level picking using partial frame
2013-08-09 Yaowu Xurenamed vp8_yv12_copy_y to vpx_yv12_copy_y
2013-08-09 Yaowu Xuadded a speed feature on lpf level picking
2013-08-09 Yaowu XuMerge "fix unit test failure on win32 vs2008 build"
2013-08-09 Dmitry KovalevUsing buf_2d struct instead of separate buffer and...
2013-08-09 Dmitry KovalevGeneral code cleanup.
2013-08-09 Yaowu Xufix unit test failure on win32 vs2008 build
2013-08-08 Dmitry KovalevMerge "Cleanup inside vp9_reconinter.c."
2013-08-08 Deb MukherjeeMerge "Adds a new subpel motion function"
2013-08-08 Dmitry KovalevMerge "Removing unneeded intermediate entropy_nodes_ada...
2013-08-08 Dmitry KovalevUsing MV struct instead of int[2] array.
next