platform/upstream/libvpx.git
2013-07-16 Jingning HanMerge "SSE2 8x8 inverse ADST/DCT transform"
2013-07-16 JohannMerge "vp9_convolve8_[horiz|vert]_avg"
2013-07-16 Jingning HanMerge "Skip inter-coded block reconstruction in rd...
2013-07-16 Dmitry KovalevMerge "Removing and moving around constant definitions."
2013-07-16 Yaowu XuMerge "Change to extend full border only when needed"
2013-07-16 Yaowu XuChange to extend full border only when needed
2013-07-16 Dmitry KovalevRemoving and moving around constant definitions.
2013-07-16 Dmitry KovalevMerge "Consistent naming for loop-filter filters."
2013-07-16 JohannMerge "Remove print_nmvcounts"
2013-07-16 Ronald S. BultjeIncrease border size from 96 to 160.
2013-07-16 Ronald S. BultjeInline vp9_quantize() in xform_quant().
2013-07-16 Ronald S. BultjeMerge "Inline xform_quant() in encode_block_intra()."
2013-07-16 Frank GalliganMerge "Neon: Update mbfilter if all vectors follow...
2013-07-15 Dmitry KovalevConsistent naming for loop-filter filters.
2013-07-15 Ronald S. BultjeInline xform_quant() in encode_block_intra().
2013-07-15 Dmitry KovalevCode cleanup inside vp9_decodeframe.c.
2013-07-15 Frank GalliganNeon: Update mbfilter if all vectors follow one branch.
2013-07-15 Jingning HanSkip inter-coded block reconstruction in rd loop
2013-07-15 Jingning HanSkip duplicate block encoding in the rd loop
2013-07-15 Dmitry KovalevMerge "Fixing vp9_get_pred_context_comp_ref_p function."
2013-07-13 Jingning HanSSE2 8x8 inverse ADST/DCT transform
2013-07-13 Dmitry KovalevUsing vp9_copy and vp9_zero instead of custom code.
2013-07-13 Dmitry KovalevFixing vp9_get_pred_context_comp_ref_p function.
2013-07-13 Dmitry KovalevMerge "Removing redundant call to set_mi_row_col."
2013-07-12 Dmitry KovalevRemoving redundant call to set_mi_row_col.
2013-07-12 Johannvp9_convolve8_[horiz|vert]_avg
2013-07-12 Yaowu XuMerge "Fix a build issue"
2013-07-12 Dmitry KovalevMerge "Adding struct tx_probs and struct tx_counts...
2013-07-12 Dmitry KovalevMerge "Making functions read_{inter, intra}_segment_id...
2013-07-12 James ZernMerge "vp9_postproc: remove useless self-assign"
2013-07-12 Dmitry KovalevAdding struct tx_probs and struct tx_counts to cleanup...
2013-07-12 Dmitry KovalevMerge "Code cleanup in vp9_pred_common.c"
2013-07-12 Dmitry KovalevMaking functions read_{inter, intra}_segment_id more...
2013-07-12 James Zernvp9_postproc: remove useless self-assign
2013-07-12 Dmitry KovalevCode cleanup in vp9_pred_common.c
2013-07-12 Yaowu XuFix a build issue
2013-07-12 James Zernvp9: consistent 'log2' variable naming
2013-07-12 James ZernMerge changes I33e76c42,I24aeac1e,If4192b40
2013-07-12 James Zernvp9_dx_iface: s/vp8/vp9/ where possible
2013-07-12 James ZernMerge "msvs-build: use msbuild for vs >= 2005"
2013-07-12 Deb MukherjeeSome minor cleanups for efficiency
2013-07-12 Dmitry KovalevMerge "Removing redundant code mostly from vp9_pred_com...
2013-07-12 Paul WilkinsMerge "Speed 2 feature adjustment."
2013-07-12 James Zernvp[89]_dx_iface: delete unused function
2013-07-12 James Zernvp[89]_dx_iface: factorize vp8_mmap_*()
2013-07-12 Jingning HanMerge "Cosmetic changes in 16x16 ADST/DCT unit test"
2013-07-12 Jingning HanMerge "Remove unnecessary tx_type branch in encode_block"
2013-07-12 Dmitry KovalevRemoving redundant code mostly from vp9_pred_common...
2013-07-12 JohannRemove print_nmvcounts
2013-07-12 Ronald S. BultjeRemove unused function block_error().
2013-07-11 James ZernMerge "vp9: fix peek_si for version==0"
2013-07-11 James ZernMerge "small update to peek_si/get_si documentation"
2013-07-11 Dmitry KovalevMerge "Calling is_inter_mode() instead of custom code."
2013-07-11 Jingning HanMerge "SSE2 4x4 invserse ADST/DCT transform"
2013-07-11 Dmitry KovalevCalling is_inter_mode() instead of custom code.
2013-07-11 Dmitry KovalevMerge "Making vp9_default_nmv_context static."
2013-07-11 James Zernsmall update to peek_si/get_si documentation
2013-07-11 James Zernvp9: fix peek_si for version==0
2013-07-11 Dmitry KovalevMoving segmentation related vars into separate struct.
2013-07-11 Dmitry KovalevMerge "Adding write_compressed_header function."
2013-07-11 Dmitry KovalevMerge "Removing unused TOKENEXTRA arg from pick_sb_mode...
2013-07-11 Jingning HanCosmetic changes in 16x16 ADST/DCT unit test
2013-07-11 Johannconvolve8 optimizations for neon
2013-07-11 hkuangAdd neon optimize vp9_dc_only_idct_add.
2013-07-11 Jingning HanRemove unnecessary tx_type branch in encode_block
2013-07-11 Jim BankoskiMerge "Wide loopfilter 16 pix at a time"
2013-07-11 Paul WilkinsSpeed 2 feature adjustment.
2013-07-11 Jingning HanSSE2 4x4 invserse ADST/DCT transform
2013-07-11 Jingning HanMerge "Fix tx_type bug in intra4x4 rd loop"
2013-07-11 Ronald S. BultjeReplace copy_memNxM functions with a generic copy/avg...
2013-07-11 Ronald S. BultjeRemove unused fwalsh/fdct x86 SIMD implementations.
2013-07-11 Dmitry KovalevMaking vp9_default_nmv_context static.
2013-07-11 Ronald S. BultjeMerge "Remove unused iwalsh4x4 MMX/SSE2 functions."
2013-07-11 Ronald S. BultjeMerge "Remove unused 16x3/3x16 sad SSE2 functions."
2013-07-10 John KoleszarWide loopfilter 16 pix at a time
2013-07-10 James Zernmsvs-build: use msbuild for vs >= 2005
2013-07-10 Dmitry KovalevRemoving unused TOKENEXTRA arg from pick_sb_modes function.
2013-07-10 Jingning HanFix tx_type bug in intra4x4 rd loop
2013-07-10 Deb MukherjeeMerge "Prunes out full-rd computation based on modeled rd"
2013-07-10 Dmitry KovalevMerge "Adding read_compressed_header function."
2013-07-10 Dmitry KovalevAdding write_compressed_header function.
2013-07-10 Jim Bankoskiconfigure with internal stats not working
2013-07-10 Ronald S. BultjeRemove unused iwalsh4x4 MMX/SSE2 functions.
2013-07-10 Ronald S. BultjeRemove unused 16x3/3x16 sad SSE2 functions.
2013-07-10 Ronald S. BultjeMerge "SSSE3 assembly for 4x4/8x8/16x16/32x32 H intra...
2013-07-10 Ronald S. BultjeMerge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 TM...
2013-07-10 Jim BankoskiMerge "remove warnings when NDEBUG is set"
2013-07-10 Jim Bankoskiremove warnings when NDEBUG is set
2013-07-10 Deb MukherjeePrunes out full-rd computation based on modeled rd
2013-07-10 James ZernMerge "msvc: set a more useful debug format"
2013-07-10 James ZernMerge "test_libvpx: disable pthreads in gtest for win...
2013-07-10 Jingning HanSSE2 16x16 ADST/DCT hybrid transform
2013-07-10 Dmitry KovalevMerge "Adding encode_tiles function to vp9_bitstream.c."
2013-07-10 Yaowu XuMerge "Add a feature to reduce chrome intra mode search"
2013-07-10 Jingning HanMerge "Add unit test for 16x16 forward ADST/DCT"
2013-07-10 Scott LaVarnwayMerge "Bug fix: set frame_parallel_decoding_mode"
2013-07-10 John KoleszarMerge "Fix intermediate height in convolve"
2013-07-10 Dmitry KovalevAdding read_compressed_header function.
2013-07-10 Ronald S. BultjeMerge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 V...
2013-07-10 Ronald S. BultjeMerge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC...
next