summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-27Merge "Moving subexp encoding functions in separate vp9_dsubexp.c file."Dmitry Kovalev
2013-06-27Inline quantize so idiv instruction gets removed from inner loop.Ronald S. Bultje
2013-06-27Merge "Auto adapt step size feature."Paul Wilkins
2013-06-27Merge "Start adaptive threshold for each mode at max."Paul Wilkins
2013-06-27Merge "Change meaning of cpi->sf.first_step and rename."Paul Wilkins
2013-06-26Merge "Make intra predictor reference buffer configurable"Jingning Han
2013-06-26Merge "Make update_partition_context faster"Jingning Han
2013-06-26Merge "Change to use LUT for mode-to-txfm conversion"Yaowu Xu
2013-06-26Make intra predictor reference buffer configurableJingning Han
2013-06-26Merge "Remove empty function vp9_build_block_offsets"Jingning Han
2013-06-26Make update_partition_context fasterJingning Han
2013-06-26Remove unused macro RDTRUNC_8x8 from encodemb.c.Ronald S. Bultje
2013-06-26Remove empty function vp9_build_block_offsetsJingning Han
2013-06-26Change to use LUT for mode-to-txfm conversionYaowu Xu
2013-06-26Merge "Fix aligned memory allocation in unit tests"Jingning Han
2013-06-26Fix aligned memory allocation in unit testsJingning Han
2013-06-26Merge "fixed a compiling problem with MSVC win32 build"Paul Wilkins
2013-06-26Auto adapt step size feature.Paul Wilkins
2013-06-26test/fdct*: fix some warningsJames Zern
2013-06-26Merge "Using get_plane_block_{width, height} instead of custom code."Dmitry Kovalev
2013-06-26fixed a compiling problem with MSVC win32 buildYaowu Xu
2013-06-26Start adaptive threshold for each mode at max.Paul Wilkins
2013-06-26Change meaning of cpi->sf.first_step and rename.Paul Wilkins
2013-06-25Merge "vpxenc: send usage to stderr"John Koleszar
2013-06-25Merge ".gitignore: add gcov files"John Koleszar
2013-06-25Merge "Move vp9_counts_to_nmv_context to encoder"John Koleszar
2013-06-25Merge "Move vp9_full_to_model_counts to encoder"John Koleszar
2013-06-25Merge "make: add libvpx_test_srcs.txt target"John Koleszar
2013-06-25Merge "tests/*source: test file pointer before reading"John Koleszar
2013-06-25Merge "encode_test_driver: check for fatal failures"John Koleszar
2013-06-25Merge "Refactor intra predictor block"Jingning Han
2013-06-25tests/*source: test file pointer before readingJames Zern
2013-06-25encode_test_driver: check for fatal failuresJames Zern
2013-06-25Refactor intra predictor blockJingning Han
2013-06-25Renaming "nmv" to "mv".Dmitry Kovalev
2013-06-25Using get_plane_block_{width, height} instead of custom code.Dmitry Kovalev
2013-06-25Merge "Only do metrics on cropped (visible) area of picture."Ronald S. Bultje
2013-06-25Merge "Don't skip right/bottom border pixels in SSIM calculations."Ronald S. Bultje
2013-06-25Merge "Add averaging-SAD functions for 8-point comp-inter motion search."Ronald S. Bultje
2013-06-25make: add libvpx_test_srcs.txt targetJames Zern
2013-06-25Merge "Cosmetic changes in 4x4 fwd transform unit test"Jingning Han
2013-06-25Merge "Tune the rounding operations in 8x8 ADST/DCT sse2"Jingning Han
2013-06-25Merge "I420VideoSource: normalize framerate types"James Zern
2013-06-25Only do metrics on cropped (visible) area of picture.Ronald S. Bultje
2013-06-25Don't skip right/bottom border pixels in SSIM calculations.Ronald S. Bultje
2013-06-25Add averaging-SAD functions for 8-point comp-inter motion search.Ronald S. Bultje
2013-06-25Merge "intrapred_test: add virtual dtor to IntraPredBase"James Zern
2013-06-25Tune the rounding operations in 8x8 ADST/DCT sse2Jingning Han
2013-06-25Merge "Add SAD unit tests for all rectangular sizes."Ronald S. Bultje
2013-06-25Merge "Don't re-allocate comp_pred buffers for each call to comp motion search."Ronald S. Bultje