aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mips
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aacenc: Move initializing DSP out of aacenc.cAndreas Rheinhardt2024-03-021-0/+1
* avcodec/sbr: Remove unused AACDecContext* parameter from sbr_lf_gen_mipsAndreas Rheinhardt2024-02-271-1/+1
* avcodec/aacdec: Rename AACContext to AACDecContextAndreas Rheinhardt2024-02-272-5/+5
* avocdec/aac: Move decoder-only stuff to new header aacdec.hAndreas Rheinhardt2024-02-274-4/+4
* avcodec/hevcdsp: Offset ff_hevc_.pel_filters to simplify addressingAndreas Rheinhardt2024-02-136-25/+25
* mips/ac3dsp_mips: add missing stddef.h header includeJames Almer2023-11-251-0/+2
* avcodec/ac3dsp: make len a size_t in float_to_fixed24James Almer2023-11-221-1/+1
* avcodec: Remove DCT, FFT, MDCT and RDFTAndreas Rheinhardt2023-10-012-517/+0
* mips: fix build fail on MIPS R6Junxian Zhu2023-03-262-0/+4
* mips/aacsbr: port to lavu/txLynne2022-11-061-6/+6
* aacdec: convert to lavu/tx and support fixed-point 960-sample decodingLynne2022-11-061-2/+2
* avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt2022-09-291-1/+2
* avcodec/lsp: Make ff_lsp2polyf() staticAndreas Rheinhardt2022-09-291-6/+6
* avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+0
* lavc/mips: Fix hevc decoding bugs on MIPS paltform.Hao Chen2022-09-166-1628/+3021
* lavc/mips: Fix bugs in me_cmp_msa.c file.Lu Wang2022-09-161-28/+173
* avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt2022-09-112-127/+127
* avcodec/mips: Fix MMI macro replaces in HEVC DecoderQi Tiezheng2022-09-071-8/+8
* avcodec/aacenc_quantization: Remove always-zero function parameterAndreas Rheinhardt2022-08-051-6/+6
* avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt2022-08-055-93/+93
* avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt2022-08-059-694/+704
* avcodec/mpegvideoencdsp: Allow pointers to const where possibleAndreas Rheinhardt2022-07-312-3/+3
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-312-56/+56
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-311-1/+1
* avcodec/hevcpred: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-252-6/+6
* avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt2022-05-151-0/+1
* vc1dsp: Change remaining stride parameters to ptrdiff_tMartin Storsjö2022-03-302-19/+19
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-242-0/+2
* avcodec/mips: Fix checkheadersAndreas Rheinhardt2022-02-213-0/+9
* 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