platform/upstream/libvpx.git
2013-11-05 Dmitry KovalevMerge "Removing old code."
2013-11-05 Marco PaniconiMerge "Fixes to buffer update for temporal layers."
2013-11-05 Dmitry KovalevMerge "Unified approach for backward probability update."
2013-11-05 Deb Mukherjeetoken_cache changes in decoder
2013-11-05 Deb MukherjeeMerge "Remove one shot q experiment"
2013-11-05 Jingning HanMerge "Fix the use case of plane_block_idx in sub8x8 RD"
2013-11-05 Jingning HanMerge "Avoid mv cost check for invalid mv values"
2013-11-05 Adrian GrangeMerge "Remove unused members from VP9_COMP"
2013-11-05 Jingning HanAvoid mv cost check for invalid mv values
2013-11-05 Dmitry KovalevRemoving old code.
2013-11-05 Dmitry KovalevUnified approach for backward probability update.
2013-11-04 Dmitry KovalevSplitting partition_probs array into two arrays.
2013-11-04 Adrian GrangeRemove unused members from VP9_COMP
2013-11-04 Adrian GrangeMerge "Remove unused member variables from VP9_COMP"
2013-11-04 Dmitry KovalevMerge "Removing 'new' probability calculation from...
2013-11-04 Adrian GrangeRemove unused member variables from VP9_COMP
2013-11-03 Jingning HanMerge "Add second ref frame check back in rdcost hist"
2013-11-03 Jingning HanFix the use case of plane_block_idx in sub8x8 RD
2013-11-03 Jingning HanAdd second ref frame check back in rdcost hist
2013-11-02 James ZernMerge "vp9 ssse3 d207_predictor_32x32: add missing...
2013-11-02 James Zernvp9 ssse3 d207_predictor_32x32: add missing GLOBAL()
2013-11-01 Dmitry KovalevRemoving 'new' probability calculation from convert_dis...
2013-11-01 Yaowu XuMerge "Convert filter kernel choice to lookup"
2013-11-01 Yaowu XuConvert filter kernel choice to lookup
2013-11-01 Marco PaniconiFixes to buffer update for temporal layers.
2013-11-01 Dmitry KovalevMerge "Cleanup. Adding const to function pointer argume...
2013-11-01 Dmitry KovalevMerge "Cleaning up read_skip_coeff() function."
2013-11-01 Yaowu XuTwo optimizations:
2013-11-01 Yaowu XuMerge "simplify read_coef_prob()"
2013-11-01 Dmitry KovalevMerge "Removing is_intra_mode() function."
2013-10-31 Yaowu Xusimplify read_coef_prob()
2013-10-31 Dmitry KovalevCleaning up read_skip_coeff() function.
2013-10-31 Dmitry KovalevMerge "Reducing the number of foreach_transformed_block...
2013-10-31 Dmitry KovalevCleanup. Adding const to function pointer arguments.
2013-10-31 Dmitry KovalevReducing the number of foreach_transformed_block()...
2013-10-31 Yaowu XuMerge "mb_lpf_horizontal_edge AVX2 optimization"
2013-10-31 Yunqing WangMerge "Fix x_offset_q4/y_offset_q4 calculation"
2013-10-31 Tamar Levymb_lpf_horizontal_edge AVX2 optimization
2013-10-31 Deb MukherjeeRemove one shot q experiment
2013-10-30 Marco PaniconiUpdates to 1-pass:
2013-10-30 Jingning HanMerge "Enable all-zero coeff block index for sub8x8...
2013-10-30 Dmitry KovalevMerge "Reducing the number of recursive calls."
2013-10-30 Dmitry KovalevReplacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILT...
2013-10-30 Jingning HanEnable all-zero coeff block index for sub8x8 blk
2013-10-30 Dmitry KovalevReducing the number of recursive calls.
2013-10-30 James Zernvp9/decode: align tile worker data allocation
2013-10-30 JohannMerge "vp9_decodframe.c: use vpx_memset instead of...
2013-10-30 JohannMerge "idct_blk_mmx.c: use vpx_memset instead of cast"
2013-10-30 JohannMerge "decodframe.c: use vpx_memset instead of cast"
2013-10-30 JohannMerge "threading.c: use vpx_memset instead of cast"
2013-10-30 JohannMerge "idct_blk.c: use vpx_memset instead of cast"
2013-10-30 Yunqing WangFix x_offset_q4/y_offset_q4 calculation
2013-10-30 James ZernMerge "vp9: add multi-threaded tile decoder"
2013-10-30 James ZernMerge "vp9/decode: add get_tile()"
2013-10-30 James Zernvp9: add multi-threaded tile decoder
2013-10-30 James Zernvp9/decode: add get_tile()
2013-10-29 Dmitry KovalevMerge "Adding const to vp9_quantize_b_{32x32,} parameters."
2013-10-29 Erik NiemeyerMerge "CL for adding AVX-AVX2 support in libvpx."
2013-10-29 Dmitry KovalevAdding const to vp9_quantize_b_{32x32,} parameters.
2013-10-29 Erik NiemeyerCL for adding AVX-AVX2 support in libvpx.
2013-10-29 Dmitry KovalevFixing clang warning.
2013-10-29 Dmitry KovalevMerge "Fixing wrongly initialized tx_type variable."
2013-10-29 Johannvp9_decodframe.c: use vpx_memset instead of cast
2013-10-29 Johannidct_blk_mmx.c: use vpx_memset instead of cast
2013-10-29 Johanndecodframe.c: use vpx_memset instead of cast
2013-10-29 Johannthreading.c: use vpx_memset instead of cast
2013-10-29 Johannidct_blk.c: use vpx_memset instead of cast
2013-10-29 Yaowu XuMerge "changed to comply with strict aliasing rule"
2013-10-29 Dmitry KovalevFixing wrongly initialized tx_type variable.
2013-10-29 Dmitry KovalevMerge "Correct handling of show_bit in uncompressed...
2013-10-29 Dmitry KovalevCorrect handling of show_bit in uncompressed header.
2013-10-29 Yaowu Xuchanged to comply with strict aliasing rule
2013-10-29 JohannMerge "Disable aliasing when building with Clang"
2013-10-29 Dmitry KovalevMerge "Cleaning up vp9_regular_quantize_b_4x4."
2013-10-29 Dmitry KovalevMerge "Making get_tx_counts() similar to get_tx_probs()."
2013-10-29 Adrian GrangeMerge "Resolved Doxygen warnings."
2013-10-29 Yunqing WangMerge "Rewrite loop_filter_info_n struct"
2013-10-29 Adrian GrangeResolved Doxygen warnings.
2013-10-29 James ZernMerge "vp9_decode_frame: group assignments/setup calls"
2013-10-29 James Zernvp9_decode_frame: group assignments/setup calls
2013-10-29 Dmitry KovalevRemoving is_intra_mode() function.
2013-10-29 Dmitry KovalevMaking get_tx_counts() similar to get_tx_probs().
2013-10-28 JohannDisable aliasing when building with Clang
2013-10-28 Dmitry KovalevAdding {read, write}_partition() instead of check_bsize...
2013-10-28 Dmitry KovalevCleaning up vp9_regular_quantize_b_4x4.
2013-10-28 James ZernMerge "add tile test vectors"
2013-10-28 James Zernvp9: add TileInfo
2013-10-28 James Zernvp9_decodframe: limit scope of private function params (2)
2013-10-28 James ZernMerge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3...
2013-10-28 Dmitry KovalevMerge "Replacing is_inter_mode with is_inter_block."
2013-10-28 James Zernadd tile test vectors
2013-10-28 James ZernMerge "vp9 decode: defer loop filter allocation"
2013-10-28 James ZernMerge "vp9_thread_test: quiet some msvc int->bool warnings"
2013-10-28 James Zernvp9: remove partition+entropy contexts from common
2013-10-28 James Zernvp9: add above/left_context to MACROBLOCKD
2013-10-28 James Zernvp9: add above/left_seg_context to MACROBLOCKD
2013-10-26 Dmitry KovalevMerge "Adding fht{4x4, 8x8, 16x16} functions."
2013-10-26 James Zernvp9 decode: defer loop filter allocation
2013-10-26 James Zernvp9_thread_test: quiet some msvc int->bool warnings
2013-10-26 Dmitry KovalevAdding fht{4x4, 8x8, 16x16} functions.
next