summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* Revert "avcodec/arm/hevc: remove duplicate mov of deblock neon"Martin Storsjö2023-03-231-0/+2
* avcodec/arm/hevc: remove duplicate mov of deblock neonxufuji4562023-03-221-2/+0
* codec/arm/hevcdsp_idct_neon: remove duplicate movxufuji4562023-03-071-8/+2
* libavcodec/hevc: remove duplicate semicolon in hevcdsp_init_neonxufuji4562023-02-281-2/+2
* libavcodec/hevc: reuse scale_store on idct32x32_neonxufuji4562023-02-281-16/+2
* dca_core: convert to lavu/txLynne2022-11-063-8/+14
* avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt2022-09-291-1/+1
* arm: vc1dsp: Canonicalize the syntax for aligned NEON loads/storesMartin Storsjö2022-09-291-20/+20
* avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-2/+1
* lavc/vorbisdsp: use ptrdiff_t rather than intptr_tRémi Denis-Courmont2022-09-191-1/+1
* avcodec/arm/sbcenc: avoid callee preserved vfp registersJames Cowgill2022-09-131-110/+110
* avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt2022-09-112-4/+4
* arm: rv40dsp: Change stride parameters to ptrdiff_tMartin Storsjö2022-09-021-4/+4
* arm: vc1sdp: Change stride parameters to ptrdiff_tMartin Storsjö2022-09-021-6/+6
* arm/fft: disable NEON optimizations for 131072pt transformsLynne2022-08-291-2/+4
* avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt2022-08-052-6/+3
* avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt2022-08-051-2/+1
* avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt2022-08-054-16/+16
* avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt2022-08-051-39/+39
* avcodec/mpegvideoencdsp: Allow pointers to const where possibleAndreas Rheinhardt2022-07-311-2/+2
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-311-5/+5
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-311-1/+1
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-283-12/+12
* avcodec/vc1: Arm 32-bit NEON unescape fast pathBen Avison2022-04-012-0/+179
* avcodec/vc1: Arm 32-bit NEON deblocking filter fast pathsBen Avison2022-04-012-0/+657
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-162-0/+3
* Revert "arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widths"J. Dekker2022-01-041-9/+9
* lavc/arm: dont assign hevc_qpel functions for non-multiple of 8 widthsJ. Dekker2022-01-041-1/+2
* arm/aarch64: Improve scheduling in the avg form of h264_qpelMartin Storsjö2021-10-181-33/+24
* arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widthsMartin Storsjö2021-08-251-9/+9
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-081-4/+4
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-271-35/+0
* Include attributes.h directlyAndreas Rheinhardt2021-04-194-0/+4
* avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functionsJames Almer2021-02-261-15/+17
* fft: remove 16-bit FFT and MDCT codeLynne2021-01-144-510/+3
* ac3enc_fixed: drop unnecessary fixed-point DSP codeLynne2021-01-141-9/+0
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-012-0/+2
* libavcodec: arm: Add a NEON implementation of pixblockdspMartin Storsjö2020-05-153-0/+88
* lavc/hevcdec: fix the HEVC decoder crash when memory over-readqoroliang2020-04-201-12/+8
* avcodec/arm/mlpdsp: add missing dependency for truehdAman Gupta2019-11-111-0/+3
* Merge commit '0676de935b1e81bc5b5698fef3e7d48ff2ea77ff'James Almer2019-03-222-3/+26
|\
| * arm: Implement a NEON version of 422 h264_h_loop_filter_chromaMartin Storsjö2019-03-212-1/+26
* | Merge commit 'cef914e08310166112ac09567e66452a7679bfc8'James Almer2019-03-141-28/+13
|\ \ | |/
| * arm: vp8: Optimize put_epel16_h6v6 with vp8_epel8_v6_y2Martin Storsjö2019-02-191-28/+13
* | arm/h264dsp: change loop filter stride argument to ptrdiff_tJames Almer2019-02-201-4/+4
* | avcodec/arm/hevcdsp_sao : add NEON optimization for saoMeng Wang2018-04-093-1/+242
* | arm: hevcdsp: Add commas between macro argumentsMartin Storsjö2018-03-311-18/+18
* | arm: hevcdsp: Avoid using macro expansion countersMartin Storsjö2018-03-311-4/+4
* | Merge commit 'ab05d3934de8e932dbd77979a687e6598e67535c'James Almer2018-03-301-47/+47
|\ \ | |/