aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mips
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegvideo: Add missing headersAndreas Rheinhardt2025-07-031-0/+1
* avcodec/g728dec: G.728 decoderPeter Ross2025-06-231-0/+1
* avcodec/mips: fix build failure when specific decoder/encoder enabledPeter Ross2025-06-221-0/+24
* configure: Factor mpegvideoencdsp out of mpegvideoencAndreas Rheinhardt2025-06-211-3/+3
* configure: add celp_math componentPeter Ross2025-06-171-2/+1
* avcodec/iirfilter: Remove iirfilter, psy-preprocessingAndreas Rheinhardt2025-06-062-210/+0
* avcodec/pixblockdsp: Improve 8 vs 16 bit checkAndreas Rheinhardt2025-05-311-17/+3
* avcodec/{x86,mips}/xvididct_init: Remove redundant checksAndreas Rheinhardt2025-05-161-11/+5
* avcodec/celp_math: Mark ff_celp_math_init() as av_coldAndreas Rheinhardt2025-04-091-1/+2
* avcodec/mpegvideo: Only keep the actually used unquantize funcsAndreas Rheinhardt2025-03-261-4/+5
* avcodec/mpegvideo: Move unquantize functions into a file of their ownAndreas Rheinhardt2025-03-261-0/+1
* avcodec/mpegvideoenc: Add MPVEncContextAndreas Rheinhardt2025-03-268-35/+39
* avutil/libm: Only include intfloat.h when neededAndreas Rheinhardt2025-03-223-0/+3
* avcodec/mips/mpegvideo_mmi: Don't check alternate_scan unnecessarilyAndreas Rheinhardt2025-03-041-4/+1
* avcodec/bit_depth_template: Remove empty macro INIT_CLIPZhao Zhili2025-01-151-2/+0
* avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_tRamiro Polla2024-09-012-2/+2
* lavc/h264dsp: remove MMI 8-bit 4:2:2 chroma DC dequantRémi Denis-Courmont2024-07-143-38/+0
* lavc/h264dsp: remove MMI 8-bit chroma DC dequantRémi Denis-Courmont2024-07-143-19/+1
* avcodec/mips/mpegvideo: Set denoise_dct only for encoderAndreas Rheinhardt2024-06-125-75/+134
* lavc/hevc/pred: stop accessing parameter sets through HEVCParamSetsAnton Khirnov2024-06-112-148/+147
* lavc/hevc*: move to hevc/ subdirAnton Khirnov2024-06-044-4/+4
* lavc/hevcdec: rename HEVCContext.ref to cur_frameAnton Khirnov2024-06-041-34/+34
* lavc/hevc_ps/HEVCSPS: change flags into uint8_tAnton Khirnov2024-05-311-3/+3
* aacdec: remove AAC-specific MIPS optimizationsLynne2024-04-238-3466/+1
* aacdec: template LTP windowing separatelyLynne2024-04-231-1/+29
* aacdec: template windowing and transforms separatelyLynne2024-04-231-1/+1
* aacdec: template LTP application separatelyLynne2024-04-231-1/+1
* aacdec: template TNS application separatelyLynne2024-04-231-1/+1
* avcodec/aacdec: Use same AACDecContext for fixed and floatAndreas Rheinhardt2024-04-231-3/+3
* avcodec/aacsbr: Make ff_aac_sbr_* funcs accept ChannelElement*Andreas Rheinhardt2024-04-231-0/+1
* avcodec/mips/ac3dsp_mips: Add missing includesAndreas Rheinhardt2024-03-311-0/+2
* avcodec/mips/aaccoder_mips: Remove MIPS-specific aaccoderAndreas Rheinhardt2024-03-182-2504/+0
* configure: Remove av_restrictAndreas Rheinhardt2024-03-157-21/+21
* 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