vp9_dx_iface,init_buffer_callbacks: return on alloc failure
[platform/upstream/libvpx.git] / vpx_dsp /
2022-04-19 James ZernMerge changes If8318068,I21519b5b into main
2022-04-16 James ZernMerge changes I9c24f75e,I83bce11c into main
2022-04-15 Jerome JiangMerge "Fix int overflow in intermediate calculation...
2022-04-15 yuanhecaivp9[loongarch]: Optimize idct32x32_1024/1/34_add
2022-04-15 yuanhecaivp9[loongarch]: Optimize vpx_fdct32x32/32x32_rd
2022-04-12 yuanhecaivp9[loongarch]: Optimize vpx_variance64x64/32x32
2022-04-12 yuanhecaivp9[loongarch]: Optimize sad64x64/32x32/16x16
2022-04-05 Cheng ChenMerge "L2E: Make SimpleEncode take vp9 level as an...
2022-04-05 James ZernMerge changes I0b6520be,I1f006daa,I7ee8e367 into main
2022-04-04 Johann KoenigMerge "remove unused vp8_encode_intra parameter" into...
2022-03-31 James ZernMerge changes I4c63beeb,I28f3b98f into main
2022-03-31 Johann KoenigMerge "subpel variance: add speed test" into main
2022-03-31 James ZernRevert "quantize: replace highbd versions"
2022-03-31 James ZernRevert "quantize: remove highbd version"
2022-03-31 yuanhecaivp9[loongarch]: Optimize vpx_convolve8_avg_horiz_c
2022-03-31 yuanhecailoongarch: Fix bugs
2022-03-31 Johann KoenigMerge "quantize: remove highbd version" into main
2022-03-31 Johannquantize: remove highbd version
2022-03-31 James ZernMerge "Optimize FHT functions for NEON" into main
2022-03-31 Johann KoenigMerge "remove sad x3,x8 specializations" into main
2022-03-31 Johannquantize: replace highbd versions
2022-03-30 James Zernsad4d_avx2: fix VS 2014 build error
2022-03-30 Johannremove skip_block from quantize
2022-03-29 Johannremove sad x3,x8 specializations
2022-03-29 Johann KoenigMerge "gcc 11 warning: mismatched bound" into main
2022-03-29 Johanngcc 11 warning: mismatched bound
2022-03-24 James ZernMerge "Make sure only NEON FDCT functions are called...
2022-03-17 Konstantinos Marga... Make sure only NEON FDCT functions are called.
2022-03-16 yuanhecaivp9[loongarch]: Optimize convolve/convolve8_avg_c
2022-03-16 yuanhecaivp9[loongarch]: Optimize convolve8_horiz/vert/c
2022-03-12 Johannads2gas[_apple].pl: remove unused stanzas
2022-03-03 James ZernMerge "vp9[loongarch]: Optimize horizontal/vertical_8_c...
2022-03-03 yuanhecaivp9[loongarch]: Optimize horizontal/vertical_8_c
2022-02-25 yuanhecaivp9[loongarch]: Optimize lpf_horizontal/vertical_16_dua...
2022-02-09 Marco PaniconiMerge "rtc-vp9: Fix intra-only for bypass mode" into...
2022-02-08 Lu Wangvp8[loongarch]: Optimize vp8_loop/sixtap, vpx_dc with...
2022-01-31 Jerome JiangMerge "Use background segmentation mask with ROI" into...
2021-12-22 James ZernMerge "vp9_prob_diff_update_savings_search_model: quiet...
2021-12-21 James Zernvpx_int_pro_row: normalize declaration w/aom
2021-12-16 Fyodor KyslovMerge "vp9 encoder: fix test failure on 32 bit arch...
2021-12-15 Fyodor KyslovMerge "vp9 encoder: fix integer overflows" into main
2021-12-09 James Zernquiet -Warray-parameter warnings
2021-12-07 James Zernclear -Wextra-semi/-Wextra-semi-stmt warnings x2
2021-12-03 James Zernclear -Wextra-semi/-Wextra-semi-stmt warnings
2021-11-18 James ZernMerge "vp9 encoder: fix some integer overflows" into...
2021-11-11 James ZernMerge "update libwebm to libwebm-1.0.0.28-20-g206d268...
2021-11-10 James ZernMerge changes I1425f12d,I1e9e9ffa,I6d8f676b,I92013086...
2021-11-08 James Zernmem_sse2.h: loadu_uint32 -> loadu_int32
2021-11-08 James Zernmem_sse2.h: storeu_uint32 -> storeu_int32
2021-05-25 James ZernMerge changes I2e86b005,I971c6261,I87fe4dad
2021-05-25 James ZernMerge "img_alloc_helper: make align var unsigned"
2021-05-25 Jonathan WrightUse 'ptrdiff_t' instead of 'int' for pointer offset...
2021-05-25 Jonathan WrightImplement vpx_convolve8_avg_vert_neon using SDOT instru...
2021-05-25 Jonathan WrightMerge transpose and permute in Neon SDOT vertical convo...
2021-05-18 Jonathan WrightImplement vpx_convolve8_avg_horiz_neon using SDOT instr...
2021-05-13 Jonathan WrightOptimize remaining mse and sse functions in variance_neon.c
2021-05-12 Jonathan WrightImplement vertical convolution using Neon SDOT instruction
2021-05-12 Jonathan WrightImplement Neon variance functions using UDOT instruction
2021-05-10 Jonathan WrightUse ABD and UDOT to implement Neon sad_4d functions
2021-05-09 Jonathan WrightOptimize Neon reductions in sum_neon.h using ADDV instr...
2021-05-07 Jonathan WrightManually unroll the inner loop of Neon sad16x_4d()
2021-05-07 Jonathan WrightOptimize Neon SAD reductions using wider ADDP instruction
2021-05-05 James ZernMerge "Implement horizontal convolution using Neon...
2021-05-05 Jonathan WrightImplement horizontal convolution using Neon SDOT instru...
2021-04-29 Paul WilkinsMerge "Add assert for zero_motion_factor range"
2021-04-28 James ZernMerge changes Iebe9842f,I174b67a5,I80ed1a16
2021-04-28 James Zernvpx_convolve_neon: prefer != 0 to > 0 in tests
2021-04-28 James Zernvpx_convolve_avg_neon: prefer != 0 to > 0 in tests
2021-04-28 James Zernvpx_convolve_copy_neon: prefer != 0 to > 0 in tests
2021-03-12 James ZernMerge "vp8: restrict 1st pass cpu_used range"
2021-01-27 Jerome JiangMerge "svc: turn off use_base_mv on non base layer."
2021-01-23 Jerome JiangMerge "Do not reuse mv in base spatial layer if curr...
2021-01-21 Angie ChiangMerge changes Ib016ab5a,Ie6d63a68,I96b18436,I0b98741d
2021-01-20 James Zern{highbd_,}loopfilter_neon.c: quiet -Wmaybe-uninitialized
2020-07-31 Jerome JiangMerge remote-tracking branch 'origin/quacking' into...
2020-07-20 James ZernMerge "vp8,vpx_dsp: [loongson] fix msa optimization...
2020-07-18 jinbovp8,vpx_dsp: [loongson] fix msa optimization bugs
2020-07-13 Jerome JiangMerge "Cap target bitrate to raw rate internally"
2020-07-10 James ZernMerge "test/*: rename *TestCase to TestSuite"
2020-07-07 jinbovp8,vpx_dsp:[loongson] fix bugs reported by clang
2020-06-29 jinbovp8,vpx_dsp:[loongson] fix specification of instruction...
2020-04-23 Jerome JiangMerge "Move index check before array access"
2020-04-12 Johannsimplify x86_abi_support.asm symbol declaration
2020-04-10 James ZernMerge "transpose_sse2.h,cosmetics: fix some comments"
2020-04-07 Jerome JiangMerge "vp9: add rate control interface for RTC"
2020-04-03 James Zerntranspose_sse2.h,cosmetics: fix some comments
2020-03-31 Johannx86_abi_support: use correct hidden syntax
2020-02-19 James ZernMerge "x86_simd_caps: make mask value unsigned"
2020-02-15 James Zernmove common attribute defs to compiler_attributes.h
2020-02-05 Cheng ChenMerge "Store frame motion vector info"
2020-02-04 James Zernloopfilter_sse2: call unsuffixed lpf functions
2019-12-02 James ZernMerge "Fix mutex free in multi-thread lpf"
2019-11-25 Angie ChiangMerge "Change vp9_get_encoder_config."
2019-11-23 Vitaly BukaDisable -ftrivial-auto-var-init= for hot code
2019-11-22 Jerome JiangMerge "Move buffer from extend_and_predict into TileWor...
2019-11-13 angiebirdUnite vpx_psnr_pkt and PSNR_STATS
2019-10-24 Angie ChiangMerge changes I309357fd,I0d170956,I5c7fc771,I6ebb023a...
2019-10-24 Hien HoMerge "vpx_dsp/x86/avg_intrin_sse2: fix int sanitizer...
2019-10-24 James ZernMerge "vpx_int_pro_col_sse2: use unaligned loads"
2019-10-23 Hien Hovpx_dsp/x86/avg_intrin_sse2: fix int sanitizer warnings
next