platform/upstream/libvpx.git
2013-11-07 Dmitry KovalevReplacing (raster_block >> tx_size) with (block >>...
2013-11-07 hkuangMerge "Add back vp9_short_idct32x32_1_add_neon which...
2013-11-07 Jingning HanMerge "Fix the variable naming in encode_block"
2013-11-07 Deb MukherjeeMerge "Miscelleneous changes in detokenize for speed"
2013-11-07 Yaowu XuMerge "disable avx/avx2 for old versions of MSVC"
2013-11-07 Jingning HanFix the variable naming in encode_block
2013-11-07 Ivan MaltzMerge "Move SVC per-frame loop from sample app into...
2013-11-07 Dmitry KovalevMerge "Using pd->dqcoeff instead of pd->qcoeff in the...
2013-11-07 Dmitry KovalevUsing pd->dqcoeff instead of pd->qcoeff in the decoder.
2013-11-06 Ivan MaltzMove SVC per-frame loop from sample app into libvpx...
2013-11-06 Dmitry KovalevMerge "Replacing mi_{width,height}_log2 with num_8x8_bl...
2013-11-06 Joshua LittMerge "Allow test data path to be set by preprocessor...
2013-11-06 Dmitry KovalevReplacing mi_{width,height}_log2 with num_8x8_blocks_...
2013-11-06 Deb MukherjeeMerge "Removes stack allocation of token_cache"
2013-11-06 Joshua LittAllow test data path to be set by preprocessor symbol
2013-11-06 Yaowu XuMerge "Missing _ means no sse3 for vp9_h_predictor_32x32."
2013-11-06 Yaowu Xudisable avx/avx2 for old versions of MSVC
2013-11-06 Deb MukherjeeRemoves stack allocation of token_cache
2013-11-06 Tom Fineganwebmenc: Clean up the truly egregious style issues.
2013-11-06 Tom FineganMerge "Move WebM writing support out of vpxenc.c."
2013-11-06 Yaowu XuMerge "optimize decode_bool operation"
2013-11-06 Tom FineganMove WebM writing support out of vpxenc.c.
2013-11-06 Paul WilkinsMissing _ means no sse3 for vp9_h_predictor_32x32.
2013-11-06 Yaowu XuSimply a macro
2013-11-05 hkuangAdd back vp9_short_idct32x32_1_add_neon which is deleted in
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 MukherjeeMiscelleneous changes in detokenize for speed
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 Yaowu Xuoptimize decode_bool operation
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"
next