summaryrefslogtreecommitdiff
path: root/libavcodec/mips
Commit message (Expand)AuthorAge
* avcodec/aacenc_quantization: Remove always-zero function parameterAndreas Rheinhardt2022-08-05
* avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt2022-08-05
* avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt2022-08-05
* avcodec/mpegvideoencdsp: Allow pointers to const where possibleAndreas Rheinhardt2022-07-31
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-31
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-31
* avcodec/hevcpred: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt2022-05-15
* vc1dsp: Change remaining stride parameters to ptrdiff_tMartin Storsjö2022-03-30
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* avcodec/mips: Fix checkheadersAndreas Rheinhardt2022-02-21
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-08
* avcodec/mips/constants: Include intfloat.h in constants.hAndreas Rheinhardt2021-08-05
* avcodec/mips: cabac.h provide fallback for wsbh instructionJiaxun Yang2021-07-28
* avcodec/mips: Use MMI marcos to replace Loongson3 instructionsJiaxun Yang2021-07-28
* libavcodec/mips: Fix fate errors reported by clangJin Bo2021-06-03
* libavcodec/mips: Fix build errors reported by clangJin Bo2021-06-03
* libavcodec/mips: Fix specification of instruction nameJin Bo2021-05-28
* avcodec/mips: Refine ff_h264_h_lpf_luma_inter_msagxw2021-05-07
* avcodec/mips: Optimize function ff_h264_loop_filter_strength_msa.gxw2021-05-07
* avcodec/mips: Refine get_cabac_inline_mips.Shiyou Yin2021-05-07
* avcodec/mips: Restore the initialization sequence of MSA and MMI in ff_h264ch...Shiyou Yin2021-05-07
* Include attributes.h directlyAndreas Rheinhardt2021-04-19
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec/mpegaudiodec: Hardcode tables to save spaceAndreas Rheinhardt2020-12-08
* avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safeAndreas Rheinhardt2020-11-24
* avcodec/mips: [loongson] Fixed mmi optimizationgxw2020-09-10
* avcodec/mips: Fix segfault in imdct36_mips_float.Shiyou Yin2020-07-30
* avcodec/mips/cabac: Fix a bug in get_cabac_inline_mips.Shiyou Yin2020-07-30
* avcodec/mips: Fix register constraint error reported by clang.Shiyou Yin2020-07-30
* libavcodec: MIPS: MMI: Move sp out of the clobber listJiaxun Yang2020-07-23
* libavcodec: MIPS: MMI: Fix type mismatchesJiaxun Yang2020-07-23
* libavcodec: Enable runtime detection for MIPS MMI & MSAJiaxun Yang2020-07-23
* ffbuild: Refine MIPS handlingJiaxun Yang2020-07-23
* avcodec/mips: fix type mismatch in h264dsp_msa.cShiyou Yin2020-07-19
* avcodec/mips: fix get_cabac_inline_mips function nameRosen Penev2020-04-12
* avcodec/aacdec: fix compilation under soft float MIPSRosen Penev2020-04-11
* lavc/mips: simplify the switch codeLinjie Fu2019-12-12
* avcodec/mips: msa optimizations for vc1dspgxw2019-10-30
* avcodec/mips: Fixed four warnings in vc1dspgxw2019-10-14
* avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw2019-09-16
* avcodec/mips: Fix a warnning of indentation not reflect the block structure.Shiyou Yin2019-09-10
* avutil/mips: refine msa macros CLIP_*.gxw2019-08-13
* avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1.Shiyou Yin2019-08-02
* avcodec/mips: [loongson] refine process of setting block as 0 in h264dsp_mmi.Shiyou Yin2019-07-28
* avutil/mips: refactor msa load and store macros.Shiyou Yin2019-07-19
* avcodec/mips/cabac: replace addi with addiuYunQiang Su2019-07-10
* avcodec/mips: [loongson] fix mpeg4 decoding error on loongson platform.Shiyou Yin2019-05-26
* avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw2019-02-27