Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-30avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt
2022-09-29avcodec/lsp: Make ff_lsp2polyf() staticAndreas Rheinhardt
2022-09-21avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-16lavc/mips: Fix hevc decoding bugs on MIPS paltform.Hao Chen
2022-09-16lavc/mips: Fix bugs in me_cmp_msa.c file.Lu Wang
2022-09-11avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt
2022-09-08avcodec/mips: Fix MMI macro replaces in HEVC DecoderQi Tiezheng
2022-08-05avcodec/aacenc_quantization: Remove always-zero function parameterAndreas Rheinhardt
2022-08-05avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt
2022-08-05avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt
2022-07-31avcodec/mpegvideoencdsp: Allow pointers to const where possibleAndreas Rheinhardt
2022-07-31avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt
2022-07-31avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt
2022-07-26avcodec/hevcpred: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt
2022-05-15avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt
2022-03-30vc1dsp: Change remaining stride parameters to ptrdiff_tMartin Storsjö
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-02-21avcodec/mips: Fix checkheadersAndreas Rheinhardt
2021-08-08avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt
2021-08-05avcodec/mips/constants: Include intfloat.h in constants.hAndreas Rheinhardt
2021-07-29avcodec/mips: cabac.h provide fallback for wsbh instructionJiaxun Yang
2021-07-29avcodec/mips: Use MMI marcos to replace Loongson3 instructionsJiaxun Yang
2021-06-03libavcodec/mips: Fix fate errors reported by clangJin Bo
2021-06-03libavcodec/mips: Fix build errors reported by clangJin Bo
2021-05-28libavcodec/mips: Fix specification of instruction nameJin Bo
2021-05-07avcodec/mips: Refine ff_h264_h_lpf_luma_inter_msagxw
2021-05-07avcodec/mips: Optimize function ff_h264_loop_filter_strength_msa.gxw
2021-05-07avcodec/mips: Refine get_cabac_inline_mips.Shiyou Yin
2021-05-07avcodec/mips: Restore the initialization sequence of MSA and MMI in ff_h264ch...Shiyou Yin
2021-04-19Include attributes.h directlyAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-12-08avcodec/mpegaudiodec: Hardcode tables to save spaceAndreas Rheinhardt
2020-11-24avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safeAndreas Rheinhardt
2020-09-11avcodec/mips: [loongson] Fixed mmi optimizationgxw
2020-07-30avcodec/mips: Fix segfault in imdct36_mips_float.Shiyou Yin
2020-07-30avcodec/mips/cabac: Fix a bug in get_cabac_inline_mips.Shiyou Yin
2020-07-30avcodec/mips: Fix register constraint error reported by clang.Shiyou Yin
2020-07-23libavcodec: MIPS: MMI: Move sp out of the clobber listJiaxun Yang
2020-07-23libavcodec: MIPS: MMI: Fix type mismatchesJiaxun Yang
2020-07-23libavcodec: Enable runtime detection for MIPS MMI & MSAJiaxun Yang
2020-07-23ffbuild: Refine MIPS handlingJiaxun Yang
2020-07-19avcodec/mips: fix type mismatch in h264dsp_msa.cShiyou Yin
2020-04-12avcodec/mips: fix get_cabac_inline_mips function nameRosen Penev
2020-04-11avcodec/aacdec: fix compilation under soft float MIPSRosen Penev
2019-12-12lavc/mips: simplify the switch codeLinjie Fu
2019-10-30avcodec/mips: msa optimizations for vc1dspgxw
2019-10-14avcodec/mips: Fixed four warnings in vc1dspgxw
2019-09-16avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw
2019-09-10avcodec/mips: Fix a warnning of indentation not reflect the block structure.Shiyou Yin