platform/upstream/libvpx.git
2013-02-23 Yaowu Xuoptimize 8x8 fdct rounding for accuracy
2013-02-22 Yaowu Xuchanges related fdct/idct tests
2013-02-22 Jingning HanMerge "Forward butterfly hybrid transform" into experim...
2013-02-22 Paul WilkinsMerge "Experimental removal of over quant code" into...
2013-02-22 Paul WilkinsExperimental removal of over quant code
2013-02-22 Jingning HanForward butterfly hybrid transform
2013-02-21 Dmitry KovalevCode cleanup.
2013-02-21 Ronald S. BultjeDon't exit on decode errors in vpxenc.
2013-02-21 Ronald S. BultjeMerge "Remove "eobs" array in MACROBLOCKD." into experi...
2013-02-21 John KoleszarMerge "Code cleanup." into experimental
2013-02-21 Dmitry KovalevCode cleanup.
2013-02-21 Ronald S. BultjeRemove "eobs" array in MACROBLOCKD.
2013-02-21 Deb MukherjeeMerge "Refactoring of switchable filter search for...
2013-02-21 John KoleszarMerge "Avoid division in intra prediction" into experim...
2013-02-21 Deb MukherjeeRefactoring of switchable filter search for speed
2013-02-21 Jingning HanMerge "Fixed the buffer overflow issue" into experimental
2013-02-20 Jingning HanFixed the buffer overflow issue
2013-02-20 Dmitry KovalevMerge "Code cleanup." into experimental
2013-02-20 Yaowu XuMerge "Merge lossless experiment" into experimental
2013-02-20 Dmitry KovalevCode cleanup.
2013-02-20 Yaowu XuMerge lossless experiment
2013-02-20 Paul WilkinsEntropy stats output code.
2013-02-20 Tero RintaluomaAvoid division in intra prediction
2013-02-20 Yaowu XuMerge "fixed an enc/dec mis-match issue" into experimental
2013-02-20 Yaowu Xufixed an enc/dec mis-match issue
2013-02-19 John KoleszarMerge "Add estimated completion time to vpxenc" into...
2013-02-19 Jingning Han16x16 butterfly inverse ADST/DCT hybrid transform
2013-02-19 Ronald S. BultjeMerge "Minor cosmetic cleanups." into experimental
2013-02-19 Ronald S. BultjeMerge "Prevent filling transform size cache with uninit...
2013-02-19 Yaowu XuUse lossless for Q0
2013-02-16 Ronald S. BultjeMinor cosmetic cleanups.
2013-02-16 Ronald S. BultjePrevent filling transform size cache with uninitialized...
2013-02-16 Ronald S. BultjeMerge "Remove some unused structs and members from...
2013-02-16 Ronald S. BultjeMerge "Remove Y2 and Y-no-DC token types from the bitst...
2013-02-15 Jingning HanFixed a subtle issue that breaks encoding process
2013-02-15 Ronald S. BultjeRemove some unused structs and members from the decoder.
2013-02-15 Ronald S. BultjeRemove Y2 and Y-no-DC token types from the bitstream.
2013-02-15 Ronald S. BultjeRemove y2dc/ac Q delta values from the bitstream.
2013-02-15 Ronald S. BultjeRemove some Y2-related code.
2013-02-15 Scott LaVarnwayMerge "WIP: ssse3 version of convolve avg functions...
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 Scott LaVarnwayWIP: ssse3 version of convolve avg functions
2013-02-13 Paul WilkinsRemove NEWCOEFCONTEXT experiment.
2013-02-13 Paul WilkinsRemoval of Hybrid DWT/DCT experiment.
2013-02-13 John KoleszarAdd estimated completion time to vpxenc
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
next