]> granicus.if.org Git - libvpx/history - vpx_dsp
vpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h include
[libvpx] / vpx_dsp /
2016-05-04 James Zernvpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h include
2016-05-04 James ZernMerge "yv12extend: make memcpy_short_addr static"
2016-05-04 Tom FineganMerge "iosbuild.sh: Verify fat library targets."
2016-05-04 James BankoskiMerge "libvpx: add a unit test for plane_add_noise."
2016-05-03 Jim Bankoskilibvpx: add a unit test for plane_add_noise.
2016-05-03 James ZernMerge "x86.h,x86_simd_caps: add an explicit cast w...
2016-05-03 Alex ConverseMerge "Fix unsigned overflows in temporal filter."
2016-05-03 James BankoskiMerge "Move vpx_add_plane from codec to vpx_dsp and...
2016-05-02 Alex ConverseMerge "Use signed variables in the lookahead."
2016-05-02 Jim BankoskiMove vpx_add_plane from codec to vpx_dsp and dedup.
2016-04-29 James ZernMerge "msvs_common.sh: make fix_file_list generic"
2016-04-28 Alex ConverseMerge "Avoid an unsigned overflow in invert_quant"
2016-04-28 Jacky ChenMerge "vp9: Don't force block size to 8x8 in denoiser."
2016-04-28 Alex ConverseMerge "Port convolve test refactor to master."
2016-04-28 Alex ConverseMerge "bitreader: remove an unsigned overflow."
2016-04-27 Alex ConverseTweak casts on vpx_sub_pixel_variance to avoid implicit...
2016-04-27 Alex Conversebitreader: remove an unsigned overflow.
2016-04-27 Alex ConverseBe explicit about overflow in vpx_variance16x16_sse2.
2016-04-27 Alex ConverseRemove casts on < 16x16 variance.
2016-04-26 Hui SuMerge "VP9: adjust trellis quant optimization RD parame...
2016-04-26 Hui SuMerge "VP9: enable trellis quantization optimization...
2016-04-26 Yi LuoMerge "Add the 64-bit CPU cycle count utility function"
2016-04-26 Paul WilkinsMerge "Resolve a couple of TODOs in firstpass.c"
2016-04-26 Paul WilkinsMerge "Experiment to adapt for net AQ offset."
2016-04-25 Marco PaniconiMerge "vp9: 1 pass vbr: Adjust gf boost/interval on...
2016-04-25 Jacky ChenMerge "vp9: Fix a bug where best_sse_mv is not set...
2016-04-25 Johann KoenigMerge "vpx_minmax_8x8_neon and test"
2016-04-22 Marco PaniconiMerge "vp9: Move consec_zero_mv from cyclic refresh...
2016-04-22 Johannvpx_minmax_8x8_neon and test
2016-04-22 Johann KoenigMerge "hadamard 8x8 test"
2016-04-21 Johannhadamard 8x8 test
2016-04-18 Paul WilkinsMerge "Adjustment to prediction decay."
2016-04-15 Scott LaVarnwayMerge "VP9: inline vp9_get_intra_inter_context()"
2016-04-15 Johann KoenigMerge "Enable vpx_idct32x32_1024_add_neon for neon...
2016-04-15 Martin StorsjoEnable vpx_idct32x32_1024_add_neon for neon as well...
2016-04-14 JohannApply 'const' to data not pointer
2016-04-11 Paul WilkinsMerge "Adjust motion component of prediction decay."
2016-04-11 Paul WilkinsMerge "Trap very short arf group just before a kf."
2016-04-10 Scott LaVarnwayMerge "VP9: Combine TileData with TileWorkerData"
2016-04-08 Marco PaniconiMerge "vp9-denoiser: Avoid copy-block when denoising...
2016-04-08 Marco PaniconiMerge "vp8-denoiser: Avoid doing the mcomp if we don...
2016-04-07 Marco PaniconiMerge "vp9-1 pass vbr: Use average QP for active_worst_...
2016-04-06 Scott LaVarnwayMerge "VP9: refactor read_switchable_interp_filter()"
2016-04-06 Tom FineganMerge "Fix crash when mkvparser returns a NULL BlockEntry."
2016-04-06 James ZernMerge changes I7a1c0cba,Ie02b5caf,I2cbd85d7,I644f35b0
2016-04-04 James Zernvpx_fdct16x16_1_sse2: improve load pattern
2016-04-04 James Zernvpx_fdct16x16_1_c/msa: fix accumulator overflow
2016-04-04 James Zernvpx_fdctNxN_1_sse2: reduce store size
2016-04-02 James ZernMerge "dct32x32_test: create fn pointers w/'&' ref"
2016-04-02 James Zernvpx_fdct32x32_1_msa: fix accumulator overflow
2016-04-01 James ZernMerge changes I8e9692fc,Ifc06110c
2016-04-01 James Zernvpx_fdctNxN_1_c: remove unnecessary store
2016-03-30 James Zernvpx_fdct32x32_1_c: fix accumulator overflow
2016-03-15 Paul WilkinsMerge "Revert "Fix bug in stats output for HBD.""
2016-03-08 James ZernMerge "vp9_svc_layercontext(): fix proto mismatch"
2016-03-08 Marco PaniconiMerge "vp9-svc unitests: Add more tests for key frame...
2016-03-08 Scott LaVarnwayMerge "VPX: loopfilter_mmx.asm using x86inc 2"
2016-03-08 Scott LaVarnwayVPX: loopfilter_mmx.asm using x86inc 2
2016-03-05 James ZernRevert "VPX: loopfilter_mmx.asm using x86inc"
2016-03-02 Alex ConverseMerge "Port "cost_coeff speed improvements" to vp9."
2016-03-01 Jingning HanMerge "Port alt reference frame filter improvement...
2016-03-01 Jingning HanMerge "Back port partition rate cost estimate fix to...
2016-02-27 Scott LaVarnwayVPX: Remove pmin/pmax from subpixel functions.
2016-02-27 Scott LaVarnwayMerge "VPX: vpx_filter_block1d16_(v8, v8_avg)"
2016-02-27 James ZernMerge changes I95159bcb,Ia74e3097,I661f6439
2016-02-27 Marco PaniconiMerge "vp8-denoiser: Update some denoiser thresholds."
2016-02-26 James Zernx86/convolve.h: remove redundant check in FUN_CONV_2D
2016-02-26 James Zernx86/convolve.h: replace while w/if for w < 16
2016-02-26 James ZernMerge "vp9/10: fix forced keyframes w/alt-refs enabled"
2016-02-25 Scott LaVarnwayVPX: vpx_filter_block1d16_(v8, v8_avg)
2016-02-25 James Zernx86/convolve.h: change filter[] || chains to |
2016-02-24 Johann KoenigMerge changes from topic 'x86inc'
2016-02-24 Scott LaVarnwayMerge "BUG FIX: vpx_filter_block1d(8,4)_(v8, v8_avg)"
2016-02-23 Scott LaVarnwayBUG FIX: vpx_filter_block1d(8,4)_(v8, v8_avg)
2016-02-22 Scott LaVarnwayMerge "VPX: loopfilter_mmx.asm using x86inc"
2016-02-18 Scott LaVarnwayVPX: loopfilter_mmx.asm using x86inc
2016-02-18 James ZernMerge changes from topic 'vp10-missing-alloc-checks'
2016-02-18 James ZernMerge changes from topic 'vp9-missing-alloc-checks'
2016-02-18 James ZernMerge changes from topic 'vp8-missing-alloc-checks'
2016-02-18 James ZernMerge changes from topic 'rm-loopfilter-count-param'
2016-02-17 James Zernsplit vpx_highbd_lpf_horizontal_16 in two
2016-02-17 James Zernsplit vpx_lpf_horizontal_16 in two
2016-02-17 James Zernvpx_highbd_lpf_horizontal_4: remove unused count param
2016-02-17 James Zernvpx_highbd_lpf_horizontal_8: remove unused count param
2016-02-17 James Zernvpx_highbd_lpf_vertical_4: remove unused count param
2016-02-17 James Zernvpx_highbd_lpf_vertical_8: remove unused count param
2016-02-17 James Zernvpx_lpf_horizontal_4: remove unused count param
2016-02-17 James Zernvpx_lpf_horizontal_8: remove unused count param
2016-02-16 James Zernvpx_lpf_vertical_4: remove unused count param
2016-02-16 James Zernvpx_lpf_vertical_8: remove unused count param
2016-02-16 James ZernMerge "Fix tsan error in VP9 sub8x8 intra mode search"
2016-02-16 Marco PaniconiMerge "vp9-resize: Fix an issue with external dynamic...
2016-02-13 James ZernMerge changes from topic 'unused-params'
2016-02-12 James Zernvpx_ve_predictor_4x4_c: quiet unused param warning
2016-02-10 Scott LaVarnwayMerge "VP9: Refactor read_inter_block_mode_info() ...
2016-02-10 James ZernMerge "intrapred/d135: flatten border results before...
2016-02-05 James Zernintrapred/d135: flatten border results before storing
2016-02-05 James ZernMerge "Vidyo patch: Optimization for 1-to-2 downsamplin...
2016-02-04 James ZernMerge changes from topic 'dead-code'
2016-02-04 James ZernMerge changes I1171e9c7,I77292e11,I1678ab48,Id7a2c345
next