278 Commits (ea980d4162cf783c3ed9978c6e12b9908f5b039b)

Author SHA1 Message Date
Rosen Penev 4fa4ab97f9 avcodec/mips: fix get_cabac_inline_mips function name 5 years ago
Rosen Penev 875ba23333 avcodec/aacdec: fix compilation under soft float MIPS 5 years ago
Linjie Fu bffb9326b6 lavc/mips: simplify the switch code 5 years ago
gxw 648b422e17 avcodec/mips: msa optimizations for vc1dsp 5 years ago
gxw 21d19f49b7 avcodec/mips: Fixed four warnings in vc1dsp 5 years ago
gxw 92fc0bfa54 avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros. 5 years ago
Shiyou Yin de5543d8d4 avcodec/mips: Fix a warnning of indentation not reflect the block structure. 5 years ago
gxw a3e572d96f avutil/mips: refine msa macros CLIP_*. 5 years ago
Shiyou Yin 11f99a9a45 avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1. 5 years ago
Shiyou Yin 62e6b634a8 avcodec/mips: [loongson] refine process of setting block as 0 in h264dsp_mmi. 5 years ago
Shiyou Yin 153c607525 avutil/mips: refactor msa load and store macros. 5 years ago
YunQiang Su 925e33b253 avcodec/mips/cabac: replace addi with addiu 5 years ago
Shiyou Yin 6b67daa326 avcodec/mips: [loongson] fix mpeg4 decoding error on loongson platform. 6 years ago
gxw 4571c7c05d avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functions 6 years ago
gxw 1466dc140d avcodec/mips: [loongson] optimize theora decoding with mmi. 6 years ago
Shiyou Yin b429c86d84 avcodec/mips: [loongson] optimize put_hevc_qpel_h_8 with mmi. 6 years ago
Shiyou Yin dceefb2b84 avcodec/mips: [loongson] optimize put_hevc_qpel_bi_h_8 with mmi. 6 years ago
Shiyou Yin c0942b7a2c avcodec/mips: [loongson] optimize put_hevc_epel_bi_hv_8 with mmi. 6 years ago
Shiyou Yin 0c43429210 avcodec/mips: [loongson] optimize put_hevc_qpel_uni_hv_8 with mmi. 6 years ago
Shiyou Yin 83aa2cd757 avcodec/mips: [loongson] optimize put_hevc_qpel_bi_hv_8 with mmi. 6 years ago
Shiyou Yin 6d19164811 avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi. 6 years ago
Shiyou Yin 32421602df avcodec/mips: [loongson] optimize put_hevc_pel_bi_pixels_8 with mmi. 6 years ago
gxw d86f698e38 avcodec/mips: [loongson] optimize theora decoding in vp3dsp. 6 years ago
gxw f652c7a45c avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa 6 years ago
Shiyou Yin 76952aa461 avcodec/mips: [loongson] enable MSA optimization for loongson platform. 6 years ago
Shiyou Yin 5982614af1 avcodec/mips: [loongson] refine optimization in h264_chroma. 6 years ago
Shiyou Yin ba175578d1 avcodec: [loongson] optimize get_cabac_inline. 6 years ago
Shiyou Yin 2b646dac78 avcodec/mips: [loongson] refine ff_vc1_inv_trans_8x8_mmi. 6 years ago
Shiyou Yin a55adf24b9 avcodec/mips: [loongson] fix bug of svq3-watermark failed in fate test. 6 years ago
Shiyou Yin 5161f7bcfd avutil/mips: [loongson] simplify macro TRANSPOSE_4H and TRANSPOSE_8B 6 years ago
gxw 090647da84 avcodec/mips: [loongson] optimize vp8 decoding in vp8dsp. 6 years ago
Shiyou Yin 9f60c58586 avcodec/mips: [loongson] fix improper use of register constraints. 6 years ago
Shiyou Yin 776909e42e avcodec/mips: [loongson] reoptimize put and add pixels clamped functions. 6 years ago
Shiyou Yin 17c635e605 avcodec/mips: [loongson] simplify the usage of intermediate variable addr. 6 years ago
Shiyou Yin 61eeb40a62 avcodec: [loongson] fix bug of mss2-wmv failed in fate test. 6 years ago
Shiyou Yin 93b35a0555 avcodec/mips: [loongson] optimize memset in h264dsp. 6 years ago
Shiyou Yin f91237baf6 avcodec/mips: [loongson] reoptimize h264_chroma_mc8_mmi v2. 6 years ago
Shiyou Yin df13b75aa1 avcodec/mips: [loongson] reoptimize simple idct with mmi. 6 years ago
Shiyou Yin c0b42987a2 avcodec/mips: fix conflicting types error of ff_vc1_h_s_overlap_mmi. 6 years ago
Jerome Borsboom 975a1a81b2 avcodec/vc1: fix overlap filter for frame interlaced pictures 6 years ago
Kaustubh Raste 143fc5f6e2 avcodec/mips: Improve hevc non-uni hz and vt mc msa functions 7 years ago
Kaustubh Raste e5f66a9ea4 avcodec/mips: cleanup unused macros 7 years ago
Kaustubh Raste 372a4dda33 avcodec/mips: Improve hevc non-uni hv mc msa functions 7 years ago
Kaustubh Raste 4fba8728e8 avcodec/mips: Improve hevc uni weighted 4 tap vt mc msa functions 7 years ago
Kaustubh Raste 350721e9fd avcodec/mips: Improve hevc uni 4 tap hv mc msa functions 7 years ago
Kaustubh Raste 4878854eef avcodec/mips: Improve hevc bi wgt 4 tap hv mc msa functions 7 years ago
Kaustubh Raste 991eca0f87 avcodec/mips: Improve hevc bi 4 tap hv mc msa functions 7 years ago
Kaustubh Raste ecd69cade8 avcodec/mips: Improve avc avg mc 10, 30, 01 and 03 msa functions 7 years ago
Kaustubh Raste b9cd26f556 avcodec/mips: Improve hevc uni weighted 4 tap hz mc msa functions 7 years ago
Kaustubh Raste 1e7e9fbb03 avcodec/mips: Improve hevc uni 4 tap hz and vt mc msa functions 7 years ago