platform/upstream/libvpx.git
2013-01-12 Yaowu XuAdd loop filtering for UV plane
2013-01-11 Paul WilkinsRemove INT64_MAX references.
2013-01-11 Yaowu XuMerge "Reduce the usage of widerlpf" into experimental
2013-01-11 Jim Bankoskirtcd for new wider loop filters
2013-01-11 Yaowu XuReduce the usage of widerlpf
2013-01-10 Ronald S. BultjeFix wrong pitch argument in dct32x32 unit test.
2013-01-10 Ronald S. BultjeMerge tx32x32 experiment.
2013-01-10 Ronald S. BultjeMerge "Merge superblocks64 experiment." into experimental
2013-01-10 Ronald S. BultjeMerge superblocks64 experiment.
2013-01-10 Yaowu Xuexperiment a wider loop filter for MB border
2013-01-09 Adrian GrangeNew prediction filter
2013-01-08 Deb MukherjeeAdds 64x64 hybrid dct/dwt transform
2013-01-08 Ronald S. BultjeMerge "Merge superblocks (32x32) experiment." into...
2013-01-08 Yunqing WangMerge "vp9_sub_pixel_variance16x2 SSE2 optimization...
2013-01-08 Ronald S. BultjeMerge superblocks (32x32) experiment.
2013-01-08 Yunqing Wangvp9_sub_pixel_variance16x2 SSE2 optimization
2013-01-08 John KoleszarMerge vp9-preview changes into experimental branch
2013-01-08 Yaowu Xureset segement map on key frame
2013-01-08 Yaowu XuMerge "minor loop filter refactoring and cleanup" into...
2013-01-08 Yaowu Xuminor loop filter refactoring and cleanup
2013-01-07 Ronald S. BultjeRemove a few redundant function arguments in encodeframe.c.
2013-01-07 Ronald S. BultjeRe-enable support for static_threshold (encode_breakout).
2013-01-07 Ronald S. BultjeDon't use tx32x32 for macroblocks.
2013-01-06 Ronald S. Bultje64x64 blocksize support.
2013-01-04 Adrian GrangeFix mode selection infinite loop bug
2013-01-04 Paul WilkinsFurther change to mv reference search.
2013-01-04 Marco PaniconiUse seg/ref/mode offsets in loop_filter_partial.
2013-01-03 Yaowu XuMerge "make cost_coeffs() and tokenize_b() consistent...
2013-01-03 Yaowu XuMerge "Merge cost_coeffs_2x2() into cost_coeffs()"...
2013-01-03 Yaowu Xumake cost_coeffs() and tokenize_b() consistent
2013-01-03 Adrian GrangeNew interpolation filter selection algorithm
2013-01-03 Yaowu XuMerge cost_coeffs_2x2() into cost_coeffs()
2013-01-02 Yunqing WangMerge "Switch the order of calculating 2-D inverse...
2013-01-02 Yunqing WangMerge "Skip finding best ref_mvs when the mode is ZEROM...
2013-01-02 Paul WilkinsChange INT64_MAX to LLONG_MAX
2013-01-02 Paul WilkinsAdded update-able mv-ref probabilities.
2012-12-28 Yunqing WangSkip finding best ref_mvs when the mode is ZEROMV
2012-12-27 Yunqing WangSwitch the order of calculating 2-D inverse transform
2012-12-27 John KoleszarMerge branch 'vp9-preview' of review:webm/libvpx
2012-12-26 John KoleszarBuild fixes to merge vp9-preview into master
2012-12-21 Yunqing WangFix a warning
2012-12-21 Scott LaVarnwayRemoved mmx versions of vp9_bilinear_predict filters
2012-12-21 John KoleszarUpdate CHANGELOG for v1.2.0 release v1.2.0
2012-12-21 John KoleszarMerge "add emmintrin_compat.h for builds with gcc ...
2012-12-21 John KoleszarMerge "configure: test for -msse4" into vp9-preview
2012-12-21 Jim Bankoskifixed sizes of global arrays
2012-12-21 John KoleszarFix MSVS build for removed vp9/common/vp9_onyxd.h
2012-12-20 James Zernadd emmintrin_compat.h for builds with gcc < 4
2012-12-20 James Zernconfigure: test for -msse4
2012-12-20 Jim Bankoskiadd private to assembly files to insure proper chromebuild
2012-12-20 Deb MukherjeeNew previous coef context experiment
2012-12-19 Scott LaVarnwayDisabled x86inc style assembly functions.... part 2
2012-12-19 John Koleszarmake: fix dependency generation
2012-12-19 John KoleszarUse boolcoder API instead of inlining
2012-12-19 Scott LaVarnwayDisabled x86inc style assembly functions
2012-12-19 JohannAdd 'jni' to documention for ndk-build
2012-12-18 Ronald S. BultjeUse standard integer types for pixel values and coeffic...
2012-12-18 Yaowu XuMerge "Changed MAX_PSNR to 100" into experimental
2012-12-18 Yaowu XuChanged MAX_PSNR to 100
2012-12-18 Yaowu XuMerge "correct logic in cnvcontext experiment for tx32x...
2012-12-18 Yaowu XuMerge "Problem of over smoothing with intra modes....
2012-12-18 Ronald S. BultjeMerge "Give 4x4 scan and coef_band tables a _4x4 suffix...
2012-12-18 Ronald S. BultjeMerge "Remove redundant "Prob" type (it's a duplicate...
2012-12-18 Yaowu Xucorrect logic in cnvcontext experiment for tx32x32
2012-12-18 Yunqing WangFix uninitialized warning
2012-12-18 Yunqing WangFix a warning
2012-12-18 Ronald S. BultjeGive 4x4 scan and coef_band tables a _4x4 suffix.
2012-12-18 Ronald S. BultjeRemove redundant "Prob" type (it's a duplicate of vp9_p...
2012-12-17 John KoleszarRemove vp9_type_aliases.h
2012-12-17 Yaowu Xufixed a warning
2012-12-17 Paul WilkinsProblem of over smoothing with intra modes.
2012-12-14 Yaowu Xureset segement map on key frame
2012-12-14 Yaowu Xuprevents redefine of INT64_MAX
2012-12-14 Yaowu Xuremove floating point inverse transforms
2012-12-13 Yaowu Xufixed an encoder/decoder mismatch
2012-12-13 Yaowu Xufixed build issue with round()
2012-12-13 Deb MukherjeeBuild fixes with teh super blcoks and 32x32 expts
2012-12-13 JohannUnit tests do not build for iOS
2012-12-13 Deb MukherjeeMerge "Further improvements on the hybrid dwt/dct expt...
2012-12-13 Deb MukherjeeFurther improvements on the hybrid dwt/dct expt
2012-12-13 Ronald S. BultjeMerge "New default coefficient/band probabilities....
2012-12-13 Ronald S. BultjeNew default coefficient/band probabilities.
2012-12-12 Scott LaVarnwayImproved vp9_ihtllm_c
2012-12-12 Ronald S. BultjeMerge "Consistently use get_prob(), clip_prob() and...
2012-12-12 Ronald S. BultjeConsistently use get_prob(), clip_prob() and newly...
2012-12-11 Yaowu XuMerge "clean up tokenize_b() and stuff_b()" into experi...
2012-12-11 Yaowu Xuclean up tokenize_b() and stuff_b()
2012-12-11 JohannRevert "Upstream build bug for chromium"
2012-12-11 Scott LaVarnwayMerge "Bug fix: use correct count_mb_ref_frame_usage"
2012-12-11 Yaowu XuMerge "experiment with CONTEXT conversion" into experim...
2012-12-11 Scott LaVarnwayBug fix: use correct count_mb_ref_frame_usage
2012-12-11 Scott LaVarnwayMoved error_bins to macroblock struct
2012-12-11 Frank GalliganFix ads2gas script to look for ALIGN as a word.
2012-12-11 Scott LaVarnwayMerge "Moved zbin_mode_boost to macroblock struct"
2012-12-10 Scott LaVarnwayUpdate correct macroblock quantize_b function ptrs
2012-12-10 Scott LaVarnwayMoved zbin_mode_boost to macroblock struct
2012-12-10 John Koleszarconfigure: add --enable-external-build support
2012-12-10 Deb MukherjeeMerge "A bug fix related to switchable filters" into...
2012-12-10 Deb MukherjeeA bug fix related to switchable filters
2012-12-10 Scott LaVarnwayMoved zbin_over_quant to macroblock struct
next