platform/upstream/libvpx.git
2013-02-15 John KoleszarMerge "Moved vp9_get_coef_band to header file" into...
2013-02-14 Scott LaVarnwayMoved vp9_get_coef_band to header file
2013-02-14 Yaowu XuMerge "Rewrote fdct16x16" into experimental
2013-02-14 Paul WilkinsMerge "Abstract selection of coef band." into experimental
2013-02-14 Yunqing WangRewrote fdct16x16
2013-02-13 Ronald S. BultjeMerge "Remove 2nd-order transform for first-order DC...
2013-02-13 Ronald S. BultjeAdd support for tile rows.
2013-02-13 Ronald S. BultjeRemove 2nd-order transform for first-order DC coefficients.
2013-02-13 Paul WilkinsAbstract selection of coef band.
2013-02-13 Paul WilkinsFixed encoder decoder mismatch.
2013-02-13 Paul WilkinsAbstract the selection of coefficient context.
2013-02-13 Paul WilkinsMerge "Remove NEWCOEFCONTEXT experiment." into experimental
2013-02-13 Yaowu XuMerge "enable bitstream lossless support" into experimental
2013-02-13 Yaowu XuMerge "fix the lossless experiment" into experimental
2013-02-13 Yaowu Xuenable bitstream lossless support
2013-02-13 Yaowu Xufix the lossless experiment
2013-02-13 Paul WilkinsRemove NEWCOEFCONTEXT experiment.
2013-02-13 Paul WilkinsRemoval of Hybrid DWT/DCT experiment.
2013-02-13 Christian DuvivierMerge "Faster vp9_regular_quantize_b_8x8." into experim...
2013-02-12 Christian DuvivierFaster vp9_regular_quantize_b_8x8.
2013-02-12 Yunqing WangMerge "Rewrote fdct8x8" into experimental
2013-02-12 John KoleszarMerge "Replace as_mv struct with array" into experimental
2013-02-12 Ronald S. BultjeAdd tile column size limits (256 pixels min, 4096 pixel...
2013-02-12 Ronald S. BultjeMerge "Clean up detokenize contextualization to be...
2013-02-12 Scott LaVarnwayMerge "Bug fix: ssse3 version of subpixel did not match...
2013-02-12 Yunqing WangRewrote fdct8x8
2013-02-12 Ronald S. BultjeClean up detokenize contextualization to be like tokenizer.
2013-02-12 Christian DuvivierFaster convolve8_avg.
2013-02-11 Jingning HanMerge "butterfly inverse 4x4 ADST" into experimental
2013-02-11 Yunqing WangMerge "Integerization of dct32x32" into experimental
2013-02-11 Jingning Hanbutterfly inverse 4x4 ADST
2013-02-11 Ronald S. BultjeMerge "Port sadNxNx4d functions to x86inc.asm." into...
2013-02-11 Paul WilkinsChange rd thresholds and add speed trade off flags.
2013-02-09 Scott LaVarnwayBug fix: ssse3 version of subpixel did not match C...
2013-02-09 Paul WilkinsMerge "Nearest / Zero Mv default entropy tweak." into...
2013-02-09 John KoleszarReplace as_mv struct with array
2013-02-09 John KoleszarMerge "Pass macroblock index to pick inter functions...
2013-02-09 Ronald S. BultjePort sadNxNx4d functions to x86inc.asm.
2013-02-09 Ronald S. BultjeAdd sad64x64 and sad32x32 SSE2 versions.
2013-02-09 Ronald S. BultjeMake cost_coeffs() more efficient.
2013-02-08 John KoleszarPass macroblock index to pick inter functions
2013-02-08 John KoleszarMerge changes Icd1a2a5a,I204d17a1,I3ed92117 into experi...
2013-02-08 John KoleszarMerge changes Ife0d8147,I7d469716,Ic9a5615f into experi...
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-08 Yunqing WangIntegerization of dct32x32
2013-02-08 Paul WilkinsNearest / Zero Mv default entropy tweak.
2013-02-07 Yaowu Xumove dct/idct constants to a header file
2013-02-07 Jingning HanButterfly ADST based hybrid transform
2013-02-07 Paul WilkinsAdded skip switches for SB32 and SB64
2013-02-07 Ronald S. BultjeUse fdct8x4 instead of fdct4x4 where the block size...
2013-02-07 Ronald S. BultjeUse configure checks for various inline keywords.
2013-02-06 Ronald S. BultjeAdd sse2 versions of sub_pixel_variance{32x32,64x64}.
2013-02-06 Ronald S. BultjeMerge "Reindent segmentation code." into experimental
2013-02-06 Ronald S. BultjeReindent segmentation code.
2013-02-06 John KoleszarEliminate tautology
2013-02-06 Paul WilkinsMerge "Change definition of NearestMV." into experimental
2013-02-06 Ronald S. BultjeFix mismatch after merge of the tiling patch.
2013-02-05 Ronald S. Bultje[WIP] Add column-based tiling.
2013-02-05 Ronald S. BultjeMerge "Add SSE3 versions for sad{32x32,64x64}x4d functi...
2013-02-05 Yaowu XuMerge "fix a build issue with MSVC on windows" into...
2013-02-05 Yaowu XuMerge "rewrite 4x4 idct and fdct" into experimental
2013-02-05 Ronald S. BultjeAdd SSE3 versions for sad{32x32,64x64}x4d functions.
2013-02-05 John KoleszarConvert subpixel filters to use convolve framework
2013-02-05 John KoleszarAdd 8-tap generic convolver
2013-02-05 Yaowu Xufix a build issue with MSVC on windows
2013-02-05 Yaowu Xurewrite 4x4 idct and fdct
2013-02-05 Paul WilkinsChange definition of NearestMV.
2013-02-05 Scott LaVarnwayMerge "Added vp9_short_idct1_32x32_c" into experimental
2013-02-05 Paul WilkinsMerge "Re-factor code for rd thresholds." into experimental
2013-02-05 Scott LaVarnwayAdded vp9_short_idct1_32x32_c
2013-02-04 Paul WilkinsRe-factor code for rd thresholds.
2013-02-04 Yaowu XuAdded INT16_MIN and INT16_MAX for MSVC builds
2013-02-04 Yaowu Xuenable 16x16 iDCT unit test
2013-02-04 Yaowu Xure-write 8 point idct
2013-02-04 Yaowu Xua couple of minor fixes
2013-02-01 Yaowu XuMerge "Changes 16 point idct" into experimental
2013-02-01 Yaowu XuMerge "fix a small bug in 16 point forward dct" into...
2013-02-01 Yaowu XuChanges 16 point idct
2013-01-31 Yaowu Xufix a small bug in 16 point forward dct
2013-01-31 Yaowu XuMerge "A fix point implementation of 32x32 idct" into...
2013-01-31 Yaowu XuA fix point implementation of 32x32 idct
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.
next