summaryrefslogtreecommitdiff
path: root/libavcodec/mips
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-083-12/+13
* avcodec/mips/constants: Include intfloat.h in constants.hAndreas Rheinhardt2021-08-051-0/+2
* avcodec/mips: cabac.h provide fallback for wsbh instructionJiaxun Yang2021-07-281-0/+24
* avcodec/mips: Use MMI marcos to replace Loongson3 instructionsJiaxun Yang2021-07-288-329/+247
* libavcodec/mips: Fix fate errors reported by clangJin Bo2021-06-031-8/+8
* libavcodec/mips: Fix build errors reported by clangJin Bo2021-06-0311-403/+528
* libavcodec/mips: Fix specification of instruction nameJin Bo2021-05-2816-397/+397
* avcodec/mips: Refine ff_h264_h_lpf_luma_inter_msagxw2021-05-071-294/+171
* avcodec/mips: Optimize function ff_h264_loop_filter_strength_msa.gxw2021-05-074-1/+161
* avcodec/mips: Refine get_cabac_inline_mips.Shiyou Yin2021-05-071-28/+112
* avcodec/mips: Restore the initialization sequence of MSA and MMI in ff_h264ch...Shiyou Yin2021-05-071-10/+9
* Include attributes.h directlyAndreas Rheinhardt2021-04-1918-1/+18
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-016-1/+8
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-012-0/+2
* avcodec/mpegaudiodec: Hardcode tables to save spaceAndreas Rheinhardt2020-12-082-2/+3
* avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safeAndreas Rheinhardt2020-11-241-3/+1
* avcodec/mips: [loongson] Fixed mmi optimizationgxw2020-09-101-2/+6
* avcodec/mips: Fix segfault in imdct36_mips_float.Shiyou Yin2020-07-304-267/+264
* avcodec/mips/cabac: Fix a bug in get_cabac_inline_mips.Shiyou Yin2020-07-301-1/+1
* avcodec/mips: Fix register constraint error reported by clang.Shiyou Yin2020-07-303-11/+12
* libavcodec: MIPS: MMI: Move sp out of the clobber listJiaxun Yang2020-07-231-19/+19
* libavcodec: MIPS: MMI: Fix type mismatchesJiaxun Yang2020-07-234-22/+22
* libavcodec: Enable runtime detection for MIPS MMI & MSAJiaxun Yang2020-07-2325-1707/+1543
* ffbuild: Refine MIPS handlingJiaxun Yang2020-07-231-1/+2
* avcodec/mips: fix type mismatch in h264dsp_msa.cShiyou Yin2020-07-192-56/+62
* avcodec/mips: fix get_cabac_inline_mips function nameRosen Penev2020-04-121-1/+1
* avcodec/aacdec: fix compilation under soft float MIPSRosen Penev2020-04-114-8/+8
* lavc/mips: simplify the switch codeLinjie Fu2019-12-121-3/+0
* avcodec/mips: msa optimizations for vc1dspgxw2019-10-304-4/+511
* avcodec/mips: Fixed four warnings in vc1dspgxw2019-10-142-8/+8
* avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw2019-09-1611-166/+191
* avcodec/mips: Fix a warnning of indentation not reflect the block structure.Shiyou Yin2019-09-101-3/+3
* avutil/mips: refine msa macros CLIP_*.gxw2019-08-1314-310/+231
* avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1.Shiyou Yin2019-08-021-1/+1
* avcodec/mips: [loongson] refine process of setting block as 0 in h264dsp_mmi.Shiyou Yin2019-07-281-31/+13
* avutil/mips: refactor msa load and store macros.Shiyou Yin2019-07-1923-953/+877
* avcodec/mips/cabac: replace addi with addiuYunQiang Su2019-07-101-1/+1
* avcodec/mips: [loongson] fix mpeg4 decoding error on loongson platform.Shiyou Yin2019-05-261-1/+1
* avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw2019-02-274-0/+721
* avcodec/mips: [loongson] optimize theora decoding with mmi.gxw2019-02-164-0/+790
* avcodec/mips: [loongson] optimize put_hevc_qpel_h_8 with mmi.Shiyou Yin2019-02-023-0/+115
* avcodec/mips: [loongson] optimize put_hevc_qpel_bi_h_8 with mmi.Shiyou Yin2019-02-023-0/+150
* avcodec/mips: [loongson] optimize put_hevc_epel_bi_hv_8 with mmi.Shiyou Yin2019-02-023-0/+199
* avcodec/mips: [loongson] optimize put_hevc_qpel_uni_hv_8 with mmi.Shiyou Yin2019-02-023-0/+240
* avcodec/mips: [loongson] optimize put_hevc_qpel_bi_hv_8 with mmi.Shiyou Yin2019-01-223-1/+249
* avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi.Shiyou Yin2019-01-223-10/+231
* avcodec/mips: [loongson] optimize put_hevc_pel_bi_pixels_8 with mmi.Shiyou Yin2019-01-204-0/+177
* avcodec/mips: [loongson] optimize theora decoding in vp3dsp.gxw2018-12-274-0/+747
* avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msagxw2018-12-241-1/+1
* avcodec/mips: [loongson] enable MSA optimization for loongson platform.Shiyou Yin2018-12-1810-30/+30