platform/upstream/libvpx.git
2013-06-21 John KoleszarRemove unused vp9_model_to_full_probs_sb()
2013-06-21 Yaowu XuMerge "Get some speed back for cpuused 1"
2013-06-21 Yaowu XuGet some speed back for cpuused 1
2013-06-21 Yaowu XuMerge "rename variables to avoid build error in MSVC"
2013-06-21 Yaowu Xurename variables to avoid build error in MSVC
2013-06-21 Yaowu XuMerge "Implement sse2 and ssse3 versions for all sub_pi...
2013-06-20 Jim BankoskiMerge "clean out libvpx-srcs.txt if built"
2013-06-20 Jim Bankoskiclean out libvpx-srcs.txt if built
2013-06-20 James ZernMerge "Revert "test_libvpx: disable pthreads in gtest""
2013-06-20 Frank GalliganFix win64 warning.
2013-06-20 James ZernRevert "test_libvpx: disable pthreads in gtest"
2013-06-20 Jingning HanMerge "Add unit tests for 4x4 ADST"
2013-06-20 JohannMerge "Cast value to avoid size_t/int warning on win64"
2013-06-20 Dmitry KovalevMerge "Renaming 'nmv' to 'mv' for several functions."
2013-06-20 Dmitry KovalevMerge "Function decomposition inside vp9_decodemv.c...
2013-06-20 Deb MukherjeeImproving model rd with variance and quant step
2013-06-20 JohannCast value to avoid size_t/int warning on win64
2013-06-20 Jim Bankoskiadds force partitioning greater than or less than block...
2013-06-20 Jim Bankoskiadds a set partitioning to speed features
2013-06-20 Jim Bankoskipartition by variance using var from last frame
2013-06-20 Jim Bankoskiconvert all speed things to speed features
2013-06-20 Jim Bankoskinew partition via variance
2013-06-20 Jim Bankoskifix to set up new speed feature
2013-06-20 Jim Bankoskidon't copy partitions for key frames or altrefs
2013-06-20 Ronald S. BultjeImplement sse2 and ssse3 versions for all sub_pixel_var...
2013-06-20 Jim Bankoskidisable speed > 1 speed corrections in firstpass
2013-06-20 Jim Bankoskinew debug modes code
2013-06-20 Jim BankoskiMerge "copy partitioning from last fame"
2013-06-20 Jim Bankoskicopy partitioning from last fame
2013-06-20 Jingning HanAdd unit tests for 4x4 ADST
2013-06-20 John KoleszarMerge "test_libvpx: disable pthreads in gtest"
2013-06-20 Yaowu XuRemoved a number of unnecessary check on ref_frame
2013-06-19 Dmitry KovalevFunction decomposition inside vp9_decodemv.c file.
2013-06-19 James Zerntest_libvpx: disable pthreads in gtest
2013-06-19 Yunqing WangMerge "Add two-pass quantization"
2013-06-19 Yunqing WangAdd two-pass quantization
2013-06-19 Yaowu XuRemove unnecessary copying of probs.
2013-06-19 Dmitry KovalevRenaming 'nmv' to 'mv' for several functions.
2013-06-18 John KoleszarMerge "tests: clear system state after non-API calls"
2013-06-18 Jingning HanMerge "Make fdct32 computation flow within 16bit range"
2013-06-18 James Zerntests: clear system state after non-API calls
2013-06-18 Dmitry KovalevMerge "Code cleanup inside the decoder code."
2013-06-18 Dmitry KovalevMerge "Removing vp9_invtrans.{c, h} files."
2013-06-18 Jingning HanMake fdct32 computation flow within 16bit range
2013-06-18 Ronald S. BultjeMerge "Move subpixel variance function from common...
2013-06-18 Ronald S. BultjeMerge "Use assembly-optimized variance functions in...
2013-06-18 John KoleszarMerge "vpx_ports/x86.h: de-dup #elif block"
2013-06-18 James Zernconvolve_test: align filter arrays
2013-06-18 James Zernvpx_ports/x86.h: de-dup #elif block
2013-06-18 Dmitry KovalevCode cleanup inside the decoder code.
2013-06-17 Ronald S. BultjeMove subpixel variance function from common/ to encoder/.
2013-06-17 Dmitry KovalevRemoving vp9_invtrans.{c, h} files.
2013-06-17 Ronald S. BultjeUse assembly-optimized variance functions in sub_pixel_...
2013-06-17 Dmitry KovalevMerge "Fixing compilation error on Mac OS."
2013-06-17 Ronald S. BultjeMerge "Fix typo ('weight' instead of 'width')."
2013-06-17 Ronald S. BultjeFix typo ('weight' instead of 'width').
2013-06-17 Dmitry KovalevFixing compilation error on Mac OS.
2013-06-17 John KoleszarMerge "Removed hardcoded global->limit"
2013-06-17 Scott LaVarnwayRemoved hardcoded global->limit
2013-06-17 Jeff PetkauChange the encryption feature to use a callback for...
2013-06-17 John KoleszarMerge "Add vp9 test vectors unit test"
2013-06-17 John KoleszarMerge "Remove unused need_to_clamp_mvs"
2013-06-17 John KoleszarMerge "vpxdec: add --loops option"
2013-06-15 James Zernvs9 build: avoid deprecated /Wp64 flag
2013-06-15 John KoleszarMerge "Fix type mismatch in array definition"
2013-06-15 John KoleszarMerge "Remove constant vp9_coef_update_prob table"
2013-06-14 John KoleszarFix type mismatch in array definition
2013-06-14 John KoleszarRemove constant vp9_coef_update_prob table
2013-06-14 Jingning HanMerge "Enable sse2 version of sad8x4/4x8"
2013-06-14 Jingning HanEnable sse2 version of sad8x4/4x8
2013-06-14 John KoleszarMerge "Avoid inverse transform/recon without residual"
2013-06-14 Deb MukherjeeSome cleanups in rd motion search
2013-06-13 John KoleszarAvoid inverse transform/recon without residual
2013-06-13 Frank GalliganMerge "Fix win64 warning."
2013-06-13 Frank GalliganFix win64 warning.
2013-06-13 Jingning HanEnable sse2 version of sad8x4/4x8
2013-06-13 John KoleszarMerge "libs.mk: allow tests to be sharded"
2013-06-13 James Zernlibs.mk: allow tests to be sharded
2013-06-13 John KoleszarAdd vp9 test vectors unit test
2013-06-12 John KoleszarRemove unused need_to_clamp_mvs
2013-06-12 Scott LaVarnwayQuick modifications to mb loopfilter intrinsic functions
2013-06-12 John Koleszarvpxdec: add --loops option
2013-06-12 Yaowu XuMerge "Quick modifications to wide loopfilter intrinsic...
2013-06-12 Ronald S. BultjeImplement SSE version for sad4x8x4d and SSE2 version...
2013-06-12 Scott LaVarnwayQuick modifications to wide loopfilter intrinsic functions
2013-06-12 John KoleszarMerge changes I86fe51b0,I4c9a9e0f
2013-06-12 JohannMerge "Fix compile warnings on windows."
2013-06-12 John KoleszarMerge "Enable mmx loop filter routines"
2013-06-12 Ronald S. BultjeMerge "Fix row tiling."
2013-06-12 John KoleszarMerge "Fix chroma output when scaling"
2013-06-12 John KoleszarRemove unused vp9_idct_add_{y,uv}_block
2013-06-12 Jingning HanFix the comments in boundary block partition check
2013-06-12 John KoleszarRemove some unused loopfilter code
2013-06-12 Frank GalliganFix compile warnings on windows.
2013-06-12 Yaowu XuMerge "Quick fix to stop vpxdec infinite loop"
2013-06-12 John KoleszarEnable mmx loop filter routines
2013-06-12 Scott LaVarnwayQuick fix to stop vpxdec infinite loop
2013-06-12 Ronald S. BultjeFix row tiling.
2013-06-12 Yaowu Xufix a mis use of ref_frame
2013-06-12 John KoleszarFix chroma output when scaling
next