| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/aacenc: Move initializing DSP out of aacenc.c | Andreas Rheinhardt | 2024-03-02 | 1 | -0/+1 |
* | avcodec/sbr: Remove unused AACDecContext* parameter from sbr_lf_gen_mips | Andreas Rheinhardt | 2024-02-27 | 1 | -1/+1 |
* | avcodec/aacdec: Rename AACContext to AACDecContext | Andreas Rheinhardt | 2024-02-27 | 2 | -5/+5 |
* | avocdec/aac: Move decoder-only stuff to new header aacdec.h | Andreas Rheinhardt | 2024-02-27 | 4 | -4/+4 |
* | avcodec/hevcdsp: Offset ff_hevc_.pel_filters to simplify addressing | Andreas Rheinhardt | 2024-02-13 | 6 | -25/+25 |
* | mips/ac3dsp_mips: add missing stddef.h header include | James Almer | 2023-11-25 | 1 | -0/+2 |
* | avcodec/ac3dsp: make len a size_t in float_to_fixed24 | James Almer | 2023-11-22 | 1 | -1/+1 |
* | avcodec: Remove DCT, FFT, MDCT and RDFT | Andreas Rheinhardt | 2023-10-01 | 2 | -517/+0 |
* | mips: fix build fail on MIPS R6 | Junxian Zhu | 2023-03-26 | 2 | -0/+4 |
* | mips/aacsbr: port to lavu/tx | Lynne | 2022-11-06 | 1 | -6/+6 |
* | aacdec: convert to lavu/tx and support fixed-point 960-sample decoding | Lynne | 2022-11-06 | 1 | -2/+2 |
* | avcodec/ac3dsp: Remove unused parameter | Andreas Rheinhardt | 2022-09-29 | 1 | -1/+2 |
* | avcodec/lsp: Make ff_lsp2polyf() static | Andreas Rheinhardt | 2022-09-29 | 1 | -6/+6 |
* | avcodec/fmtconvert: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -1/+0 |
* | lavc/mips: Fix hevc decoding bugs on MIPS paltform. | Hao Chen | 2022-09-16 | 6 | -1628/+3021 |
* | lavc/mips: Fix bugs in me_cmp_msa.c file. | Lu Wang | 2022-09-16 | 1 | -28/+173 |
* | avcodec/vp8dsp: Constify src in vp8_mc_func | Andreas Rheinhardt | 2022-09-11 | 2 | -127/+127 |
* | avcodec/mips: Fix MMI macro replaces in HEVC Decoder | Qi Tiezheng | 2022-09-07 | 1 | -8/+8 |
* | avcodec/aacenc_quantization: Remove always-zero function parameter | Andreas Rheinhardt | 2022-08-05 | 1 | -6/+6 |
* | avcodec/h264chroma: Constify src in h264_chroma_mc_func | Andreas Rheinhardt | 2022-08-05 | 5 | -93/+93 |
* | avcodec/hevcdsp: Constify src pointers | Andreas Rheinhardt | 2022-08-05 | 9 | -694/+704 |
* | avcodec/mpegvideoencdsp: Allow pointers to const where possible | Andreas Rheinhardt | 2022-07-31 | 2 | -3/+3 |
* | avcodec/me_cmp: Constify me_cmp_func buffer parameters | Andreas Rheinhardt | 2022-07-31 | 2 | -56/+56 |
* | avcodec/videodsp: Constify buf in VideoDSPContext.prefetch | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/hevcpred: Pass HEVCLocalContext when slice-threading | Andreas Rheinhardt | 2022-07-25 | 2 | -6/+6 |
* | avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h | Andreas Rheinhardt | 2022-05-15 | 1 | -0/+1 |
* | vc1dsp: Change remaining stride parameters to ptrdiff_t | Martin Storsjö | 2022-03-30 | 2 | -19/+19 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 2 | -0/+2 |
* | avcodec/mips: Fix checkheaders | Andreas Rheinhardt | 2022-02-21 | 3 | -0/+9 |
* | avcodec/h264dsp, h264idct: Fix lengths of array parameters | Andreas Rheinhardt | 2021-08-08 | 3 | -12/+13 |
* | avcodec/mips/constants: Include intfloat.h in constants.h | Andreas Rheinhardt | 2021-08-05 | 1 | -0/+2 |
* | avcodec/mips: cabac.h provide fallback for wsbh instruction | Jiaxun Yang | 2021-07-28 | 1 | -0/+24 |
* | avcodec/mips: Use MMI marcos to replace Loongson3 instructions | Jiaxun Yang | 2021-07-28 | 8 | -329/+247 |
* | libavcodec/mips: Fix fate errors reported by clang | Jin Bo | 2021-06-03 | 1 | -8/+8 |
* | libavcodec/mips: Fix build errors reported by clang | Jin Bo | 2021-06-03 | 11 | -403/+528 |
* | libavcodec/mips: Fix specification of instruction name | Jin Bo | 2021-05-28 | 16 | -397/+397 |
* | avcodec/mips: Refine ff_h264_h_lpf_luma_inter_msa | gxw | 2021-05-07 | 1 | -294/+171 |
* | avcodec/mips: Optimize function ff_h264_loop_filter_strength_msa. | gxw | 2021-05-07 | 4 | -1/+161 |
* | avcodec/mips: Refine get_cabac_inline_mips. | Shiyou Yin | 2021-05-07 | 1 | -28/+112 |
* | avcodec/mips: Restore the initialization sequence of MSA and MMI in ff_h264ch... | Shiyou Yin | 2021-05-07 | 1 | -10/+9 |
* | Include attributes.h directly | Andreas Rheinhardt | 2021-04-19 | 18 | -1/+18 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 6 | -1/+8 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 2 | -0/+2 |
* | avcodec/mpegaudiodec: Hardcode tables to save space | Andreas Rheinhardt | 2020-12-08 | 2 | -2/+3 |
* | avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe | Andreas Rheinhardt | 2020-11-24 | 1 | -3/+1 |
* | avcodec/mips: [loongson] Fixed mmi optimization | gxw | 2020-09-10 | 1 | -2/+6 |
* | avcodec/mips: Fix segfault in imdct36_mips_float. | Shiyou Yin | 2020-07-30 | 4 | -267/+264 |
* | avcodec/mips/cabac: Fix a bug in get_cabac_inline_mips. | Shiyou Yin | 2020-07-30 | 1 | -1/+1 |
* | avcodec/mips: Fix register constraint error reported by clang. | Shiyou Yin | 2020-07-30 | 3 | -11/+12 |
* | libavcodec: MIPS: MMI: Move sp out of the clobber list | Jiaxun Yang | 2020-07-23 | 1 | -19/+19 |