]> granicus.if.org Git - libvpx/shortlog
libvpx
2015-11-04 Angie ChiangMerge "Add fadst4" into nextgenv2
2015-11-04 Jingning HanMerge "Simplify txfm rate-distortion optimization"...
2015-11-04 Jingning HanSimplify txfm rate-distortion optimization
2015-11-04 Yaowu XuMerge branch 'master' into nextgenv2
2015-11-04 Marco PaniconiMerge "Bias against non-zero mv for large blocks."
2015-11-03 MarcoBias against non-zero mv for large blocks.
2015-11-03 Jingning HanMerge "Re-work rate-distortion optimization scheme...
2015-11-03 Marco PaniconiMerge "Update to encoder_breakout_test, for non-rd...
2015-11-03 Yaowu XuMerge "Fix a msvc warning"
2015-11-03 Hui SuMerge "Generate intra prediction reference values only...
2015-11-03 hui suSpeed up per-commit test for nextgenv2 branch
2015-11-03 Marco PaniconiMerge "Adjust threshold for datarate frame drop test."
2015-11-03 MarcoUpdate to encoder_breakout_test, for non-rd mode.
2015-11-03 Yaowu XuFix a msvc warning
2015-11-03 Alex ConverseMerge "misc fixes: Remove a wasted value."
2015-11-03 Alex ConverseMerge "Add target for Mac OS X 10.11 'El Capitan'"
2015-11-03 Jingning HanRe-work rate-distortion optimization scheme for transfo...
2015-11-03 Jingning HanMerge "Incorporate flexible tx type and tx partition...
2015-11-03 MarcoAdjust threshold for datarate frame drop test.
2015-11-03 Yaowu XuMerge branch 'master' into nextgenv2
2015-11-03 Jingning HanIncorporate flexible tx type and tx partition in RD...
2015-11-03 Jingning HanMerge "Fix block size computation in coeff token packin...
2015-11-02 Jacky ChenMerge "vpx_scale: fix the issue in msan test."
2015-11-02 Jingning HanFix block size computation in coeff token packing
2015-11-02 Alex ConverseAdd target for Mac OS X 10.11 'El Capitan'
2015-11-02 Marco PaniconiMerge "Move noise level estimate outside denoiser."
2015-11-02 jackychenvpx_scale: fix the issue in msan test.
2015-11-02 Debargha MukherjeeMerge "Adding placeholders for new expts to be added...
2015-11-02 MarcoMove noise level estimate outside denoiser.
2015-11-02 hui suMove palette-based intra prediction out of misc-fixes
2015-11-02 Jingning HanMerge "Make loop filter support recursive transform...
2015-11-02 hui suGenerate intra prediction reference values only when...
2015-11-02 Debargha MukherjeeAdding placeholders for new expts to be added
2015-11-02 Marcovp9 denoiser: Don't estimate noise on resized trigger...
2015-10-31 Jingning HanMerge "Refactor loop filter mask" into nextgenv2
2015-10-31 Jingning HanMerge "Fix a switch condition in select_tx_block" into...
2015-10-31 Yaowu XuMerge branch 'master' into nextgenv2
2015-10-30 Jingning HanMake loop filter support recursive transform block...
2015-10-30 Jingning HanRefactor loop filter mask
2015-10-30 Debargha MukherjeeMerge "Convert motion search config from AoS to SoA"
2015-10-30 Jingning HanFix a switch condition in select_tx_block
2015-10-30 Angie ChiangAdd fadst4
2015-10-30 Angie ChiangAdd fdct32
2015-10-30 Angie ChiangAdd fdct16
2015-10-30 Angie ChiangAdd fdct8
2015-10-30 Angie ChiangMerge "Add fdct4" into nextgenv2
2015-10-30 Jingning HanMerge "Support per transform block skip coding" into...
2015-10-30 Jingning HanSupport per transform block skip coding
2015-10-30 Yaowu XuMerge branch 'master' into nextgenv2
2015-10-30 James ZernMerge changes I3b89e7a6,I8ef772a0
2015-10-30 Jingning HanMerge "Reset txfm context condition for skip coded...
2015-10-30 Jingning HanReset txfm context condition for skip coded blocks
2015-10-30 James Zernvp9_dx_iface: move struct defs to separate header
2015-10-30 Alex ConverseMerge "Make the zero handling in extend_to_full_distrib...
2015-10-29 James Zernvp9_decodeframe.h: add missing include
2015-10-29 hui suSpecify feasible parameter values for lossless mode
2015-10-29 Alex ConverseMake the zero handling in extend_to_full_distribution...
2015-10-29 Jingning HanTurn off fixed tx size in frame header
2015-10-29 Angie ChiangAdd fdct4
2015-10-29 Jacky ChenMerge "VP9_resizing: add limitation to the downsacling...
2015-10-29 Alex ConverseMerge "Shrink probability remap tables."
2015-10-29 Jingning HanEnable entropy coding of recursive transform block...
2015-10-29 Debargha MukherjeeMerge "Refactoring tx-types to add more flexibility...
2015-10-29 jackychenVP9_resizing: add limitation to the downsacling resolution.
2015-10-29 Jacky ChenMerge "VP9 decoder: Add more test vectors for resizing."
2015-10-29 MarcoUpdate to vp9_spatial_svc_encoder.
2015-10-29 Yaowu XuMerge branch 'master' into nextgenv2
2015-10-29 Debargha MukherjeeRefactoring tx-types to add more flexibility
2015-10-29 jackychenVP9 decoder: Add more test vectors for resizing.
2015-10-28 Marco PaniconiMerge "VP9-SVC: Allow frame dropping due to overshoot...
2015-10-28 Alex ConverseMerge "Revert "Replace the zero handling in extend_to_f...
2015-10-28 Johann KoenigMerge "Skip AS detection when using --enable-external...
2015-10-28 Johann KoenigMerge "Only set sysroot when alt_libc finds a directory"
2015-10-28 Alex ConverseRevert "Replace the zero handling in extend_to_full_dis...
2015-10-28 Jingning HanUse precise distortion metric
2015-10-28 Jingning HanAccount for variable txfm sizes in coeff token packing
2015-10-28 Hangyu KuangAdd more resize test videos that with larger resolution...
2015-10-28 Geza LoreConvert motion search config from AoS to SoA
2015-10-28 Yaowu XuMerge branch 'master' into nextgenv2
2015-10-28 Hangyu KuangMerge "Add several new test vectors with small resolution."
2015-10-28 Hangyu KuangAdd several new test vectors with small resolution.
2015-10-27 Jingning HanAdd tx_type counts in key frame
2015-10-27 MarcoUpdate to vp9-denoising.
2015-10-27 JohannOnly set sysroot when alt_libc finds a directory
2015-10-27 MarcoVP9-SVC: Allow frame dropping due to overshoot for...
2015-10-27 Alex Conversemisc fixes: Remove a wasted value.
2015-10-27 Marco PaniconiMerge "Adjustments to vp9-denoising."
2015-10-27 Alex ConverseShrink probability remap tables.
2015-10-27 Debargha MukherjeeMerge "Accumulate EXT_TX counts for multithread" into...
2015-10-27 MarcoAdjustments to vp9-denoising.
2015-10-27 Yaowu XuMerge "Reorder code to be consistent accross branches"
2015-10-27 Alex ConverseMerge "Replace the zero handling in extend_to_full_dist...
2015-10-27 Peter de RivazAccumulate EXT_TX counts for multithread
2015-10-27 Yaowu XuReorder code to be consistent accross branches
2015-10-27 Yaowu XuMerge branch 'master' into nextgenv2
2015-10-27 Alex ConverseFix VS build.
2015-10-27 Jingning HanFix early termination flag in recursive transform block...
2015-10-26 JohannSkip AS detection when using --enable-external-build
2015-10-26 Jingning HanFix lossless coding
2015-10-26 Debargha MukherjeeTest fix for VP10
next