platform/upstream/libvpx.git
2013-10-28 Dmitry KovalevAdding {read, write}_partition() instead of check_bsize...
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.
2013-10-25 Dmitry KovalevMerge "Adding get_frame_new_buffer() function to replac...
2013-10-25 Dmitry KovalevMerge "Making input pointer constant for all fdct/fht...
2013-10-25 James Zernvp9: add above/left_context to encoder
2013-10-25 James Zernvp9: add above/left_seg_context to encoder
2013-10-25 James Zernvp9: pass entropy context directly to set_skip_context
2013-10-25 James Zernvp9: pass context directly to partition functions
2013-10-25 James Zernvp9/decode: add alloc_tile_storage()
2013-10-25 Dmitry KovalevAdding COLOR_SPACE enum.
2013-10-25 Dmitry KovalevUpdating gtest from 1.6.0 to 1.7.0.
2013-10-25 Yunqing WangMerge "Add 32x32 idct function for eob<=34 case"
2013-10-25 Jingning HanMerge "Separate encode_block for pass 1 and 2"
2013-10-24 Yunqing WangAdd 32x32 idct function for eob<=34 case
2013-10-24 JohannMerge "mips dsp-ase r2 vp9 decoder idct module optimiza...
2013-10-24 Dmitry KovalevAdding get_frame_new_buffer() function to replace dupli...
2013-10-24 Dmitry KovalevMerge "Adding get_frame_ref_buffer() function + cleanup."
2013-10-24 Dmitry KovalevMaking input pointer constant for all fdct/fht functions.
2013-10-24 Dmitry KovalevReplacing is_inter_mode with is_inter_block.
2013-10-24 Frank GalliganMerge "vpxdec: Fix webm fps check."
2013-10-24 Dmitry KovalevAdding get_frame_ref_buffer() function + cleanup.
2013-10-24 Frank Galliganvpxdec: Fix webm fps check.
2013-10-24 Yaowu XuMerge "Disable two libvpx APIs for VP9"
2013-10-24 Dmitry KovalevMerge "Eliminating usage of allow_comp_inter_inter...
2013-10-24 Dmitry KovalevMerge "Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4."
2013-10-24 Dmitry KovalevMerge changes I1868fb75,I9ff504c6
2013-10-24 Dmitry KovalevMerge "Cleaning up {above, left}_block_mode functions."
2013-10-24 Yunqing WangMerge "Improve scale_factors struct"
2013-10-24 Yaowu XuDisable two libvpx APIs for VP9
2013-10-24 James ZernMerge "vp9/extend_for_intra: avoid crossing tile boundary"
2013-10-24 James Zernvp9/extend_for_intra: avoid crossing tile boundary
2013-10-24 Parag Salasakarmips dsp-ase r2 vp9 decoder idct module optimizations...
2013-10-24 Dmitry KovalevCleaning up {above, left}_block_mode functions.
2013-10-24 Dmitry KovalevRenaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE.
2013-10-24 Dmitry KovalevAdding VP9_FRAME_MARKER constant.
2013-10-23 Dmitry KovalevRenaming vp9_short_fdct4x4 and vp9_short_walsh4x4.
2013-10-23 Dmitry KovalevMerge "Renaming vp9_short_fdct32x32 to vp9_fdct32x32."
2013-10-23 Dmitry KovalevEliminating usage of allow_comp_inter_inter in the...
2013-10-23 Jingning HanMerge "Use inter mode flag in super_block_yrd"
2013-10-23 Dmitry KovalevRenaming vp9_short_fdct32x32 to vp9_fdct32x32.
2013-10-23 Dmitry KovalevMerge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16."
2013-10-23 Dmitry KovalevMerge "Renaming vp9_short_fdct8x8 to vp9_fdct8x8."
2013-10-23 Jingning HanSeparate encode_block for pass 1 and 2
2013-10-23 Jingning HanUse inter mode flag in super_block_yrd
2013-10-23 Jingning HanMerge "Make decode modules independent of tile index"
2013-10-23 Dmitry KovalevRenaming vp9_short_fdct16x16 to vp9_fdct16x16.
2013-10-23 Dmitry KovalevRenaming vp9_short_fdct8x8 to vp9_fdct8x8.
2013-10-23 Dmitry KovalevMerge "Reordering probability tables for consistency."
2013-10-23 Dmitry KovalevMerge "Removing quantize_b_4x4 function pointer."
2013-10-22 Adrian GrangeRemove right_available member from VP9_COMP
2013-10-22 Jingning HanMake decode modules independent of tile index
2013-10-22 Dmitry KovalevMerge "Moving functions from vp9_decodemv.c to vp9_deco...
2013-10-22 Dmitry KovalevMoving functions from vp9_decodemv.c to vp9_decodframe.c.
2013-10-22 Yunqing WangImprove scale_factors struct
2013-10-22 Dmitry KovalevRemoving quantize_b_4x4 function pointer.
2013-10-22 James ZernMerge "vp9 dec/com: only update frame counts when neces...
2013-10-22 Dmitry KovalevMerge "Using stride (# of elements) instead of pitch...
2013-10-22 James ZernMerge changes I305fd55f,I13fe92b1
2013-10-22 James ZernMerge "Revert "Merge "SVC improvements"""
2013-10-22 Dmitry KovalevReordering probability tables for consistency.
2013-10-22 Dmitry KovalevMerge "Removing NUM_ prefix from constant names."
2013-10-22 Dmitry KovalevMerge "Using stride (# of elements) instead of pitch...
2013-10-22 Dmitry KovalevMerge "Using INTER_MODES constant instead of MB_MODE_CO...
2013-10-22 Jingning HanMerge "Prevent left_block_mode stepping into left tile"
2013-10-22 Jingning HanPrevent left_block_mode stepping into left tile
2013-10-22 James ZernRevert "Merge "SVC improvements""
2013-10-21 Ivan MaltzMerge "SVC improvements"
2013-10-21 Dmitry KovalevUsing stride (# of elements) instead of pitch (bytes...
2013-10-21 Dmitry KovalevMerge "Inlining set_partition_seg_context function."
2013-10-21 Ivan MaltzSVC improvements
2013-10-21 Dmitry KovalevMerge "Cleanup: using cm variable instead of cpi->common."
2013-10-21 Dmitry KovalevInlining set_partition_seg_context function.
2013-10-21 Jingning HanMerge "Make memory alloc in pick_mode_context bsize...
2013-10-21 Dmitry KovalevCleanup: using cm variable instead of cpi->common.
2013-10-21 Dmitry KovalevMerge "Moving allow_high_precision_mv from MACROBLOCKD...
2013-10-21 James Zernvp9 dec/com: only update frame counts when necessary (2)
2013-10-21 Yunqing WangMerge "Fix d207 intra prediction SSSE3 functions"
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 KovalevMoving allow_high_precision_mv from MACROBLOCKD to...
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
next