| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264dsp, h264idct: Fix lengths of array parameters | Andreas Rheinhardt | 2021-08-08 | 3 | -12/+13 |
* | avcodec/mips/constants: Include intfloat.h in constants.h | Andreas Rheinhardt | 2021-08-05 | 1 | -0/+2 |
* | avcodec/mips: cabac.h provide fallback for wsbh instruction | Jiaxun Yang | 2021-07-28 | 1 | -0/+24 |
* | avcodec/mips: Use MMI marcos to replace Loongson3 instructions | Jiaxun Yang | 2021-07-28 | 8 | -329/+247 |
* | libavcodec/mips: Fix fate errors reported by clang | Jin Bo | 2021-06-03 | 1 | -8/+8 |
* | libavcodec/mips: Fix build errors reported by clang | Jin Bo | 2021-06-03 | 11 | -403/+528 |
* | libavcodec/mips: Fix specification of instruction name | Jin Bo | 2021-05-28 | 16 | -397/+397 |
* | avcodec/mips: Refine ff_h264_h_lpf_luma_inter_msa | gxw | 2021-05-07 | 1 | -294/+171 |
* | avcodec/mips: Optimize function ff_h264_loop_filter_strength_msa. | gxw | 2021-05-07 | 4 | -1/+161 |
* | avcodec/mips: Refine get_cabac_inline_mips. | Shiyou Yin | 2021-05-07 | 1 | -28/+112 |
* | avcodec/mips: Restore the initialization sequence of MSA and MMI in ff_h264ch... | Shiyou Yin | 2021-05-07 | 1 | -10/+9 |
* | Include attributes.h directly | Andreas Rheinhardt | 2021-04-19 | 18 | -1/+18 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 6 | -1/+8 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 2 | -0/+2 |
* | avcodec/mpegaudiodec: Hardcode tables to save space | Andreas Rheinhardt | 2020-12-08 | 2 | -2/+3 |
* | avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe | Andreas Rheinhardt | 2020-11-24 | 1 | -3/+1 |
* | avcodec/mips: [loongson] Fixed mmi optimization | gxw | 2020-09-10 | 1 | -2/+6 |
* | avcodec/mips: Fix segfault in imdct36_mips_float. | Shiyou Yin | 2020-07-30 | 4 | -267/+264 |
* | avcodec/mips/cabac: Fix a bug in get_cabac_inline_mips. | Shiyou Yin | 2020-07-30 | 1 | -1/+1 |
* | avcodec/mips: Fix register constraint error reported by clang. | Shiyou Yin | 2020-07-30 | 3 | -11/+12 |
* | libavcodec: MIPS: MMI: Move sp out of the clobber list | Jiaxun Yang | 2020-07-23 | 1 | -19/+19 |
* | libavcodec: MIPS: MMI: Fix type mismatches | Jiaxun Yang | 2020-07-23 | 4 | -22/+22 |
* | libavcodec: Enable runtime detection for MIPS MMI & MSA | Jiaxun Yang | 2020-07-23 | 25 | -1707/+1543 |
* | ffbuild: Refine MIPS handling | Jiaxun Yang | 2020-07-23 | 1 | -1/+2 |
* | avcodec/mips: fix type mismatch in h264dsp_msa.c | Shiyou Yin | 2020-07-19 | 2 | -56/+62 |
* | avcodec/mips: fix get_cabac_inline_mips function name | Rosen Penev | 2020-04-12 | 1 | -1/+1 |
* | avcodec/aacdec: fix compilation under soft float MIPS | Rosen Penev | 2020-04-11 | 4 | -8/+8 |
* | lavc/mips: simplify the switch code | Linjie Fu | 2019-12-12 | 1 | -3/+0 |
* | avcodec/mips: msa optimizations for vc1dsp | gxw | 2019-10-30 | 4 | -4/+511 |
* | avcodec/mips: Fixed four warnings in vc1dsp | gxw | 2019-10-14 | 2 | -8/+8 |
* | avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros. | gxw | 2019-09-16 | 11 | -166/+191 |
* | avcodec/mips: Fix a warnning of indentation not reflect the block structure. | Shiyou Yin | 2019-09-10 | 1 | -3/+3 |
* | avutil/mips: refine msa macros CLIP_*. | gxw | 2019-08-13 | 14 | -310/+231 |
* | avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1. | Shiyou Yin | 2019-08-02 | 1 | -1/+1 |
* | avcodec/mips: [loongson] refine process of setting block as 0 in h264dsp_mmi. | Shiyou Yin | 2019-07-28 | 1 | -31/+13 |
* | avutil/mips: refactor msa load and store macros. | Shiyou Yin | 2019-07-19 | 23 | -953/+877 |
* | avcodec/mips/cabac: replace addi with addiu | YunQiang Su | 2019-07-10 | 1 | -1/+1 |
* | avcodec/mips: [loongson] fix mpeg4 decoding error on loongson platform. | Shiyou Yin | 2019-05-26 | 1 | -1/+1 |
* | avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functions | gxw | 2019-02-27 | 4 | -0/+721 |
* | avcodec/mips: [loongson] optimize theora decoding with mmi. | gxw | 2019-02-16 | 4 | -0/+790 |
* | avcodec/mips: [loongson] optimize put_hevc_qpel_h_8 with mmi. | Shiyou Yin | 2019-02-02 | 3 | -0/+115 |
* | avcodec/mips: [loongson] optimize put_hevc_qpel_bi_h_8 with mmi. | Shiyou Yin | 2019-02-02 | 3 | -0/+150 |
* | avcodec/mips: [loongson] optimize put_hevc_epel_bi_hv_8 with mmi. | Shiyou Yin | 2019-02-02 | 3 | -0/+199 |
* | avcodec/mips: [loongson] optimize put_hevc_qpel_uni_hv_8 with mmi. | Shiyou Yin | 2019-02-02 | 3 | -0/+240 |
* | avcodec/mips: [loongson] optimize put_hevc_qpel_bi_hv_8 with mmi. | Shiyou Yin | 2019-01-22 | 3 | -1/+249 |
* | avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi. | Shiyou Yin | 2019-01-22 | 3 | -10/+231 |
* | avcodec/mips: [loongson] optimize put_hevc_pel_bi_pixels_8 with mmi. | Shiyou Yin | 2019-01-20 | 4 | -0/+177 |
* | avcodec/mips: [loongson] optimize theora decoding in vp3dsp. | gxw | 2018-12-27 | 4 | -0/+747 |
* | avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa | gxw | 2018-12-24 | 1 | -1/+1 |
* | avcodec/mips: [loongson] enable MSA optimization for loongson platform. | Shiyou Yin | 2018-12-18 | 10 | -30/+30 |