summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* dca_core: convert to lavu/txLynne2022-11-06
* avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt2022-09-29
* arm: vc1dsp: Canonicalize the syntax for aligned NEON loads/storesMartin Storsjö2022-09-29
* avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-21
* lavc/vorbisdsp: use ptrdiff_t rather than intptr_tRémi Denis-Courmont2022-09-19
* avcodec/arm/sbcenc: avoid callee preserved vfp registersJames Cowgill2022-09-13
* avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt2022-09-11
* arm: rv40dsp: Change stride parameters to ptrdiff_tMartin Storsjö2022-09-02
* arm: vc1sdp: Change stride parameters to ptrdiff_tMartin Storsjö2022-09-02
* arm/fft: disable NEON optimizations for 131072pt transformsLynne2022-08-29
* avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt2022-08-05
* avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt2022-08-05
* avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt2022-08-05
* avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt2022-08-05
* avcodec/mpegvideoencdsp: Allow pointers to const where possibleAndreas Rheinhardt2022-07-31
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-31
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-31
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vc1: Arm 32-bit NEON unescape fast pathBen Avison2022-04-01
* avcodec/vc1: Arm 32-bit NEON deblocking filter fast pathsBen Avison2022-04-01
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* Revert "arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widths"J. Dekker2022-01-04
* lavc/arm: dont assign hevc_qpel functions for non-multiple of 8 widthsJ. Dekker2022-01-04
* arm/aarch64: Improve scheduling in the avg form of h264_qpelMartin Storsjö2021-10-18
* arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widthsMartin Storsjö2021-08-25
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-08
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-27
* Include attributes.h directlyAndreas Rheinhardt2021-04-19
* avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functionsJames Almer2021-02-26
* fft: remove 16-bit FFT and MDCT codeLynne2021-01-14
* ac3enc_fixed: drop unnecessary fixed-point DSP codeLynne2021-01-14
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* libavcodec: arm: Add a NEON implementation of pixblockdspMartin Storsjö2020-05-15
* lavc/hevcdec: fix the HEVC decoder crash when memory over-readqoroliang2020-04-20
* avcodec/arm/mlpdsp: add missing dependency for truehdAman Gupta2019-11-11
* Merge commit '0676de935b1e81bc5b5698fef3e7d48ff2ea77ff'James Almer2019-03-22
|\
| * arm: Implement a NEON version of 422 h264_h_loop_filter_chromaMartin Storsjö2019-03-21
* | Merge commit 'cef914e08310166112ac09567e66452a7679bfc8'James Almer2019-03-14
|\|
| * arm: vp8: Optimize put_epel16_h6v6 with vp8_epel8_v6_y2Martin Storsjö2019-02-19
* | arm/h264dsp: change loop filter stride argument to ptrdiff_tJames Almer2019-02-20
* | avcodec/arm/hevcdsp_sao : add NEON optimization for saoMeng Wang2018-04-09
* | arm: hevcdsp: Add commas between macro argumentsMartin Storsjö2018-03-31
* | arm: hevcdsp: Avoid using macro expansion countersMartin Storsjö2018-03-31
* | Merge commit 'ab05d3934de8e932dbd77979a687e6598e67535c'James Almer2018-03-30
|\|
| * arm: vc1dsp: Add commas between macro argumentsMartin Storsjö2018-03-30
| * hevc: Add hevc_get_pixel_4/8/12/16/24/32/48/64Alexandra Hájková2017-12-08
* | sbcenc: add armv6 and neon asm optimizationsAurelien Jacobs2018-03-07
* | avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in oneMichael Niedermayer2018-01-12
* | arm/hevc_idct: fix compilation on AndroidJames Almer2017-12-09