platform/upstream/libvpx.git
2013-10-21 Paul WilkinsMerge "Modified no memory rate control."
2013-10-21 Paul WilkinsMerge "Reduced delta for kf/gf/arf when at maxq."
2013-10-21 Dmitry KovalevMerge "Removing unused struct member mvcount[MV_VALS]."
2013-10-21 James ZernMerge "Added necessary includes"
2013-10-21 James Zernvp9_decodframe: limit scope of private function params
2013-10-21 James Zernvp9_decode_tokens: limit scope of function params
2013-10-21 James Zernvp9_read_mode_info: limit scope of function params
2013-10-21 James Zernvp9_decodemv: limit scope of private function params
2013-10-19 Paul WilkinsModified no memory rate control.
2013-10-19 Paul WilkinsReduced delta for kf/gf/arf when at maxq.
2013-10-18 Yunqing WangDisable d207 intra prediction SSSE3 functions
2013-10-18 James ZernMerge "vp9 dec/com: only update frame counts when neces...
2013-10-18 Yaowu XuAdded necessary includes
2013-10-18 James ZernMerge "vp9 com/dec: avoid reading unavailable above...
2013-10-18 James Zernvp9 dec/com: only update frame counts when necessary
2013-10-18 Yaowu XuMerge "Use lookup table to simplify logic"
2013-10-18 Dmitry KovalevMerge "Using stride (# of elements) instead of pitch...
2013-10-18 James Zernvp9 com/dec: avoid reading unavailable above/left
2013-10-18 Yaowu XuMerge "Converted assert to error checking"
2013-10-18 Dmitry KovalevRemoving unused struct member mvcount[MV_VALS].
2013-10-18 Dmitry KovalevMerge "Passing block index explicitly instead of using...
2013-10-18 Dmitry KovalevUsing stride (# of elements) instead of pitch (bytes...
2013-10-18 Yaowu XuConverted assert to error checking
2013-10-18 Yaowu XuMerge "Added checking for invalid size"
2013-10-18 Dmitry KovalevPassing block index explicitly instead of using get_sb_...
2013-10-18 Yaowu XuAdded checking for invalid size
2013-10-18 Paul WilkinsMerge "Add missing calls to emms in the adaptive quanti...
2013-10-17 Yaowu Xufix a VP8 build issue
2013-10-17 Yaowu XuUse lookup table to simplify logic
2013-10-17 Dmitry KovalevMerge "Adding allow_hp as an argument to mv search...
2013-10-17 Dmitry KovalevMerge "Using TREE_SIZE macro for vp9_segment_tree."
2013-10-17 Dmitry KovalevMerge "Removing last_kf_gf_q member from VP9Common...
2013-10-17 Guillaume MartresAdd missing calls to emms in the adaptive quantization...
2013-10-17 Dmitry KovalevAdding allow_hp as an argument to mv search functions.
2013-10-17 Dmitry KovalevUsing stride (# of elements) instead of pitch (bytes...
2013-10-17 Yaowu XuMerge "Prevent first pass from outputing invalid info"
2013-10-17 Dmitry KovalevRemoving last_kf_gf_q member from VP9Common structure.
2013-10-17 Dmitry KovalevUsing TREE_SIZE macro for vp9_segment_tree.
2013-10-17 Guillaume MartresMerge changes I6226456d,I97925178,I766c4b74
2013-10-16 Yaowu XuPrevent first pass from outputing invalid info
2013-10-16 Guillaume MartresUse a separate MODE_INFO stream for each tile column
2013-10-16 Guillaume MartresGet rid of "this_mi", use "mi_8x8[0]" everywhere instead
2013-10-16 Guillaume MartresMake the static_segmentation feature work again
2013-10-16 Dmitry KovalevMerge "Adding get_band_translate() function."
2013-10-16 Guillaume MartresMerge "Prevent accidental changes to the previous frame...
2013-10-16 Yaowu XuMerge "change to use vp9_idct_32x32_add"
2013-10-16 Dmitry KovalevAdding get_band_translate() function.
2013-10-16 Dmitry KovalevInlining and removing fwd_txm16x16 and fwd_txm8x8 pointers.
2013-10-16 Dmitry KovalevMerge "Cleanup of decode_coefs() function."
2013-10-16 Yaowu Xuchange to use vp9_idct_32x32_add
2013-10-16 Dmitry KovalevMerge "Removing print_prob_tree function and vp9_coeff_...
2013-10-16 Dmitry KovalevMerge "Moving FILTER_BITS constant from vp9_convolve...
2013-10-16 Dmitry KovalevMerge "Using constants instead of plain numbers."
2013-10-16 Marco PaniconiInitial 1-pass.
2013-10-16 Guillaume MartresImplement variance-based adaptive quantization
2013-10-16 James ZernMerge "lint-hunks: remove runtime/int filter"
2013-10-16 Adrian GrangeMerge "Updated encoder to handle intra-only frames"
2013-10-16 JohannMerge "Remove Windows-style newlines using dos2unix"
2013-10-15 Jingning HanMerge "Make vp9_zero use cases of consistent format"
2013-10-15 Alexander VoronovUpdated encoder to handle intra-only frames
2013-10-15 Jingning HanMerge "Remove unused variable vp9_64x64_zeros"
2013-10-15 Jingning HanMerge "Fix a few indent format issues in buffer defs"
2013-10-15 Jingning HanMerge "Remove unused comment"
2013-10-15 Jingning HanMerge "Re-design all-zero-coeff block index buffer...
2013-10-15 Jingning HanMake vp9_zero use cases of consistent format
2013-10-15 Guillaume MartresRemove Windows-style newlines using dos2unix
2013-10-15 Guillaume Martreslint-hunks: remove runtime/int filter
2013-10-15 Yaowu XuMerge "Converted assertion to returning error"
2013-10-15 Yaowu XuMerge "Added trap for invalid key frame"
2013-10-15 Yaowu XuMerge "Prevent access to invalid pointer"
2013-10-15 Yaowu XuMerge "Add clamp to prevent out of bound access"
2013-10-15 Yaowu XuConverted assertion to returning error
2013-10-15 Yaowu XuAdded trap for invalid key frame
2013-10-15 Yaowu XuPrevent access to invalid pointer
2013-10-15 Yaowu XuAdd clamp to prevent out of bound access
2013-10-15 Jingning HanRemove unused variable vp9_64x64_zeros
2013-10-15 Jingning HanFix a few indent format issues in buffer defs
2013-10-15 Jingning HanRemove unused comment
2013-10-15 Dmitry KovalevRemoving unused 8x4 transform from the encoder.
2013-10-15 Jingning HanRe-design all-zero-coeff block index buffer use
2013-10-15 James ZernMerge "add a test vector with frame parallel mode enabled"
2013-10-15 Dmitry KovalevMoving FILTER_BITS constant from vp9_convolve.h to...
2013-10-15 Dmitry KovalevRemoving print_prob_tree function and vp9_coeff_probs...
2013-10-15 Dmitry KovalevUsing constants instead of plain numbers.
2013-10-15 Dmitry KovalevCleanup of decode_coefs() function.
2013-10-14 James ZernMerge "vp9_receive_compressed_data: remove unnecessary...
2013-10-14 Jingning HanMerge "Move token_cache from cost_coeffs to MACROBLOCK"
2013-10-14 Jingning HanMove token_cache from cost_coeffs to MACROBLOCK
2013-10-14 James Zernadd a test vector with frame parallel mode enabled
2013-10-13 Dmitry KovalevMerge "Moving libmkv library to third_party folder."
2013-10-13 Dmitry KovalevMerge "Making input pointer of any inverse transform...
2013-10-13 Dmitry KovalevMerge "Adding TREE_SIZE macro + cleanup."
2013-10-13 Erik NiemeyerMerge "Adjust icc compiler options"
2013-10-12 Yunqing WangAdjust icc compiler options
2013-10-12 Dmitry KovalevMaking input pointer of any inverse transform constant.
2013-10-12 JohannMerge "Get libvpx to compile on VS2013."
2013-10-11 Dmitry KovalevAdding TREE_SIZE macro + cleanup.
2013-10-11 Dmitry KovalevConsistent names for inverse hybrid transforms (2 of 2).
2013-10-11 Dmitry KovalevMerge "Consistent names for inverse hybrid transforms...
2013-10-11 Scott GrahamGet libvpx to compile on VS2013.
next