platform/upstream/libvpx.git
2013-06-28 James ZernMerge "variance_test: add missing ClearSystemState..."
2013-06-27 Frank GalliganAdd Neon optimized loop filter functions.
2013-06-27 Dmitry KovalevMerge "General cleanup in segmentation-related code."
2013-06-27 Dmitry KovalevMerge "Moving subexp encoding functions in separate...
2013-06-27 Ronald S. BultjeInline quantize so idiv instruction gets removed from...
2013-06-27 Paul WilkinsMerge "Auto adapt step size feature."
2013-06-27 Paul WilkinsMerge "Start adaptive threshold for each mode at max."
2013-06-27 Paul WilkinsMerge "Change meaning of cpi->sf.first_step and rename."
2013-06-27 Jingning HanMerge "Make intra predictor reference buffer configurable"
2013-06-27 Jingning HanMerge "Make update_partition_context faster"
2013-06-27 James Zernvariance_test: add missing ClearSystemState...
2013-06-27 Yaowu XuMerge "Change to use LUT for mode-to-txfm conversion"
2013-06-27 Jingning HanMake intra predictor reference buffer configurable
2013-06-27 Jingning HanMerge "Remove empty function vp9_build_block_offsets"
2013-06-27 Jingning HanMake update_partition_context faster
2013-06-26 Ronald S. BultjeRemove unused macro RDTRUNC_8x8 from encodemb.c.
2013-06-26 Jingning HanRemove empty function vp9_build_block_offsets
2013-06-26 Yaowu XuChange to use LUT for mode-to-txfm conversion
2013-06-26 Jingning HanMerge "Fix aligned memory allocation in unit tests"
2013-06-26 Jingning HanFix aligned memory allocation in unit tests
2013-06-26 Paul WilkinsMerge "fixed a compiling problem with MSVC win32 build"
2013-06-26 Paul WilkinsAuto adapt step size feature.
2013-06-26 James Zerntest/fdct*: fix some warnings
2013-06-26 Dmitry KovalevGeneral cleanup in segmentation-related code.
2013-06-26 Dmitry KovalevMerge "Using get_plane_block_{width, height} instead...
2013-06-26 Yaowu Xufixed a compiling problem with MSVC win32 build
2013-06-26 Paul WilkinsStart adaptive threshold for each mode at max.
2013-06-26 Paul WilkinsChange meaning of cpi->sf.first_step and rename.
2013-06-26 John KoleszarMerge "vpxenc: send usage to stderr"
2013-06-26 John KoleszarMerge ".gitignore: add gcov files"
2013-06-26 John KoleszarMerge "Move vp9_counts_to_nmv_context to encoder"
2013-06-26 John KoleszarMerge "Move vp9_full_to_model_counts to encoder"
2013-06-26 John KoleszarMerge "make: add libvpx_test_srcs.txt target"
2013-06-26 John KoleszarMerge "tests/*source: test file pointer before reading"
2013-06-26 John KoleszarMerge "encode_test_driver: check for fatal failures"
2013-06-26 Jingning HanMerge "Refactor intra predictor block"
2013-06-26 James Zerntests/*source: test file pointer before reading
2013-06-26 James Zernencode_test_driver: check for fatal failures
2013-06-25 Jingning HanRefactor intra predictor block
2013-06-25 Dmitry KovalevRenaming "nmv" to "mv".
2013-06-25 Dmitry KovalevUsing get_plane_block_{width, height} instead of custom...
2013-06-25 Ronald S. BultjeMerge "Only do metrics on cropped (visible) area of...
2013-06-25 Ronald S. BultjeMerge "Don't skip right/bottom border pixels in SSIM...
2013-06-25 Ronald S. BultjeMerge "Add averaging-SAD functions for 8-point comp...
2013-06-25 James Zernmake: add libvpx_test_srcs.txt target
2013-06-25 Jingning HanMerge "Cosmetic changes in 4x4 fwd transform unit test"
2013-06-25 Jingning HanMerge "Tune the rounding operations in 8x8 ADST/DCT...
2013-06-25 James ZernMerge "I420VideoSource: normalize framerate types"
2013-06-25 Ronald S. BultjeOnly do metrics on cropped (visible) area of picture.
2013-06-25 Ronald S. BultjeDon't skip right/bottom border pixels in SSIM calculations.
2013-06-25 Ronald S. BultjeAdd averaging-SAD functions for 8-point comp-inter...
2013-06-25 James ZernMerge "intrapred_test: add virtual dtor to IntraPredBase"
2013-06-25 Jingning HanTune the rounding operations in 8x8 ADST/DCT sse2
2013-06-25 Ronald S. BultjeMerge "Add SAD unit tests for all rectangular sizes."
2013-06-25 Ronald S. BultjeMerge "Don't re-allocate comp_pred buffers for each...
2013-06-25 Dmitry KovalevMoving subexp encoding functions in separate vp9_dsubex...
2013-06-25 Dmitry KovalevMerge "Removing unused code."
2013-06-25 Jingning HanCosmetic changes in 4x4 fwd transform unit test
2013-06-25 Jingning HanMerge "Add 8x8 dct/adst unit tests"
2013-06-25 Yaowu XuMerge "Changed size of mb_mode_context to 8 bits"
2013-06-25 Scott LaVarnwayMerge "Small mode_info_context cleanup in filter_block_...
2013-06-25 Dmitry KovalevRemoving unused code.
2013-06-25 Dmitry KovalevMerge "Removing find_seg_id and using vp9_get_pred_mi_s...
2013-06-25 Dmitry KovalevMerge "Transforming scale_mv_component_q4 into scale_mv...
2013-06-25 Jingning HanAdd 8x8 dct/adst unit tests
2013-06-25 Jingning HanMerge "Use aligned buffer operations in 8x8/16x16 2D...
2013-06-25 Scott LaVarnwaySmall mode_info_context cleanup in filter_block_plane
2013-06-25 John Koleszarvpxenc: send usage to stderr
2013-06-25 Yaowu XuMerge "Enable sse2 implmentation of 8x8 ADST/DCT"
2013-06-25 Yaowu XuMerge "change to enable use_largest_txform feature"
2013-06-25 Jingning HanUse aligned buffer operations in 8x8/16x16 2D-DCT
2013-06-25 Jingning HanEnable sse2 implmentation of 8x8 ADST/DCT
2013-06-24 Yaowu Xuchange to enable use_largest_txform feature
2013-06-24 John Koleszar.gitignore: add gcov files
2013-06-24 John KoleszarMove vp9_counts_to_nmv_context to encoder
2013-06-24 John KoleszarMove vp9_full_to_model_counts to encoder
2013-06-24 John KoleszarMerge "Remove unused vp9_build_intra_predictors_sb...
2013-06-24 John KoleszarMerge "Remove unused vp9_model_to_full_probs_sb()"
2013-06-24 Scott LaVarnwayChanged size of mb_mode_context to 8 bits
2013-06-24 Ronald S. BultjeAdd SAD unit tests for all rectangular sizes.
2013-06-24 Ronald S. BultjeDon't re-allocate comp_pred buffers for each call to...
2013-06-24 Yaowu XuMerge "Fix loopfilter of leftmost 4x4 edges in SB"
2013-06-24 John KoleszarFix loopfilter of leftmost 4x4 edges in SB
2013-06-22 Ronald S. BultjeMerge "Allocate memory using appropriate expected align...
2013-06-22 James ZernI420VideoSource: normalize framerate types
2013-06-22 James Zernintrapred_test: add virtual dtor to IntraPredBase
2013-06-22 Ronald S. BultjeAllocate memory using appropriate expected alignment...
2013-06-21 John KoleszarMerge "Add some unaligned test vectors"
2013-06-21 John KoleszarRemove unused vp9_build_intra_predictors_sb{y,uv}_s
2013-06-21 Ronald S. BultjeMerge "Remove emms - that shouldn't be there."
2013-06-21 John KoleszarRemove unused vp9_model_to_full_probs_sb()
2013-06-21 Dmitry KovalevTransforming scale_mv_component_q4 into scale_mv_q4...
2013-06-21 Ronald S. BultjeRemove emms - that shouldn't be there.
2013-06-21 James Zernvariance_test: use REGISTER_STATE_CHECK
2013-06-21 Dmitry KovalevRemoving find_seg_id and using vp9_get_pred_mi_segid...
2013-06-21 Ronald S. BultjeAdd missing SECTION .text marker in assembly file.
2013-06-21 Ronald S. BultjeImplement SSE2 block_error.
2013-06-21 Ronald S. BultjeMerge "Add subtract_block SSE2 version and unit test."
2013-06-21 Ronald S. BultjeMerge "SSE2/SSSE3 optimizations and unit test for sub_p...
2013-06-21 Ronald S. BultjeAdd subtract_block SSE2 version and unit test.
next