platform/upstream/libvpx.git
2013-02-08 John KoleszarInitial support for resolution changes on P-frames
2013-02-08 John KoleszarAvoid allocating memory when resizing frames
2013-02-08 John KoleszarAdds a test for the VP8E_SET_SCALEMODE control
2013-02-08 John KoleszarRestore SSSE3 subpixel filters in new convolve framework
2013-02-05 John KoleszarConvert subpixel filters to use convolve framework
2013-02-05 John KoleszarAdd 8-tap generic convolver
2013-01-30 Deb MukherjeeMerge "Adding a frame parallel decoding mode" into...
2013-01-30 Ronald S. BultjeMerge "don't code the branch for the predicted seg_id...
2013-01-30 Ronald S. Bultjedon't code the branch for the predicted seg_id if that...
2013-01-30 Ronald S. BultjeMerge "Default superblock skip flag to 32x32 for skip...
2013-01-30 Ronald S. BultjeMerge "Reset skip flag in superblock RD loop." into...
2013-01-30 Deb MukherjeeMerge "Further improvement on compound inter-intra...
2013-01-30 Ronald S. BultjeDefault superblock skip flag to 32x32 for skip-blocks.
2013-01-30 Ronald S. BultjeReset skip flag in superblock RD loop.
2013-01-30 Ronald S. BultjeWrite only visible area (for better comparison with...
2013-01-29 Ronald S. BultjeMerge "Fix block pointer corruption in intra8x8 predict...
2013-01-29 Ronald S. BultjeMerge "Fix overread/write reported by valgrind if ...
2013-01-29 Paul WilkinsMerge "Remove eob_max_offset markers." into experimental
2013-01-29 Paul WilkinsMerge "Segment Skip Flag" into experimental
2013-01-29 Scott LaVarnwayMerge "Added eob == 0 check to vp9_dequant_idct_add_32x...
2013-01-29 Ronald S. BultjeFix block pointer corruption in intra8x8 prediction...
2013-01-29 Paul WilkinsRemove eob_max_offset markers.
2013-01-29 Deb MukherjeeFurther improvement on compound inter-intra expt
2013-01-28 Paul WilkinsSegment Skip Flag
2013-01-28 Paul WilkinsMerge "Simplify Zero bin and zero bin run code." into...
2013-01-28 Paul WilkinsSimplify Zero bin and zero bin run code.
2013-01-26 John KoleszarTweak DropFramesWithoutRecovery params
2013-01-26 Ronald S. BultjeFix overread/write reported by valgrind if (mb_cols...
2013-01-26 Deb MukherjeeAdding a frame parallel decoding mode
2013-01-25 Ronald S. BultjeMerge "Remove "update_context" variable from VP9_COMP...
2013-01-25 Scott LaVarnwayAdded eob == 0 check to vp9_dequant_idct_add_32x32_c
2013-01-25 Ronald S. BultjeRemove "update_context" variable from VP9_COMP context.
2013-01-24 Paul WilkinsMvref speedup
2013-01-24 Paul WilkinsMerge "MSVS compiler error" into experimental
2013-01-24 Paul WilkinsMSVS compiler error
2013-01-24 Scott LaVarnwayMerge "Intrinsic version of loopfilter now matches...
2013-01-24 Deb MukherjeeAdds an error-resilient mode with test
2013-01-23 John KoleszarMerge "Support multiple codecs in test infrastructure...
2013-01-23 John KoleszarSupport multiple codecs in test infrastructure
2013-01-23 Deb MukherjeeMerge "Modifies the comp inter-intra expt" into experim...
2013-01-23 Scott LaVarnwayIntrinsic version of loopfilter now matches C code
2013-01-22 John KoleszarMerge changes Ia82cef79,I7324a75a,I7b66daad,I73344451...
2013-01-18 John KoleszarUse alt-ref frame context for keyframes
2013-01-18 Yaowu Xua minor change to a portion of loop filtering
2013-01-16 John KoleszarPreserve the previous golden frame on golden updates
2013-01-16 John KoleszarGeneralize and increase frame coding contexts
2013-01-16 John KoleszarStart to anonymize reference frames
2013-01-16 John KoleszarUpdate encoder to use fb_idx_ref_cnt
2013-01-16 John KoleszarRemove buffer-to-buffer copy logic
2013-01-15 Yaowu Xufix a number issues that cause failures
2013-01-15 Deb MukherjeeModifies the comp inter-intra expt
2013-01-14 John KoleszarUse INT64_MAX instead of LLONG_MAX
2013-01-14 Ronald S. BultjeRemove compound intra-intra experiment.
2013-01-14 Yaowu XuMerge experiment "subpelrefmv"
2013-01-14 Yaowu XuMerge experiment "widerlpf"
2013-01-14 Yaowu XuMerge "changed UV plane loop filtering for TX_8X8"...
2013-01-14 Yaowu XuMerge "change to evaluate reference mvs using above...
2013-01-14 Yaowu Xuchanged UV plane loop filtering for TX_8X8
2013-01-14 Paul WilkinsMerge "Fix compiler warnings" into experimental
2013-01-14 Adrian GrangeMerge "Merge prediction filter" into experimental
2013-01-14 Yaowu Xuchange to evaluate reference mvs using above only
2013-01-14 Yaowu XuFix compiler warnings
2013-01-14 Adrian GrangeMerge prediction filter
2013-01-14 Ronald S. BultjeReset x->skip for each iteration in the RD loop.
2013-01-14 John KoleszarFix unused variable warnings
2013-01-13 Deb MukherjeeFurther enhancements/fixes on dct/dwt hybrid txfm
2013-01-12 Jim BankoskiMerge "WIP: Added sse2 version of vp9_mb_lpf_horizontal...
2013-01-12 Scott LaVarnwayWIP: Added sse2 version of vp9_mb_lpf_horizontal_edge_w
2013-01-12 Jim BankoskiMerge "Upstream changes from Chromium Android Clang...
2013-01-12 Yaowu XuMerge "Add loop filtering for UV plane" into experimental
2013-01-12 Yaowu XuAdd loop filtering for UV plane
2013-01-11 Frank GalliganUpstream changes from Chromium Android Clang build.
2013-01-11 Scott LaVarnwayMerge "Initial sse2 version of the wide loopfilters...
2013-01-11 Scott LaVarnwayInitial sse2 version of the wide loopfilters
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.
next