summaryrefslogtreecommitdiff
path: root/libavcodec/mips
Commit message (Expand)AuthorAge
* mips/aacsbr: port to lavu/txLynne2022-11-06
* aacdec: convert to lavu/tx and support fixed-point 960-sample decodingLynne2022-11-06
* avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt2022-09-29
* avcodec/lsp: Make ff_lsp2polyf() staticAndreas Rheinhardt2022-09-29
* avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-21
* lavc/mips: Fix hevc decoding bugs on MIPS paltform.Hao Chen2022-09-16
* lavc/mips: Fix bugs in me_cmp_msa.c file.Lu Wang2022-09-16
* avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt2022-09-11
* avcodec/mips: Fix MMI macro replaces in HEVC DecoderQi Tiezheng2022-09-07
* 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