| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/arm/mpegvideo_arm: Use static_assert to check offsets | Andreas Rheinhardt | 2024-03-31 | 1 | -8/+12 |
* | 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 | 9 | -1812/+0 |
* | Revert "avcodec/arm/hevc: remove duplicate mov of deblock neon" | Martin Storsjö | 2023-03-23 | 1 | -0/+2 |
* | avcodec/arm/hevc: remove duplicate mov of deblock neon | xufuji456 | 2023-03-22 | 1 | -2/+0 |
* | codec/arm/hevcdsp_idct_neon: remove duplicate mov | xufuji456 | 2023-03-07 | 1 | -8/+2 |
* | libavcodec/hevc: remove duplicate semicolon in hevcdsp_init_neon | xufuji456 | 2023-02-28 | 1 | -2/+2 |
* | libavcodec/hevc: reuse scale_store on idct32x32_neon | xufuji456 | 2023-02-28 | 1 | -16/+2 |
* | dca_core: convert to lavu/tx | Lynne | 2022-11-06 | 3 | -8/+14 |
* | avcodec/ac3dsp: Remove unused parameter | Andreas Rheinhardt | 2022-09-29 | 1 | -1/+1 |
* | arm: vc1dsp: Canonicalize the syntax for aligned NEON loads/stores | Martin Storsjö | 2022-09-29 | 1 | -20/+20 |
* | avcodec/fmtconvert: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -2/+1 |
* | lavc/vorbisdsp: use ptrdiff_t rather than intptr_t | Rémi Denis-Courmont | 2022-09-19 | 1 | -1/+1 |
* | avcodec/arm/sbcenc: avoid callee preserved vfp registers | James Cowgill | 2022-09-13 | 1 | -110/+110 |
* | avcodec/vp8dsp: Constify src in vp8_mc_func | Andreas Rheinhardt | 2022-09-11 | 2 | -4/+4 |
* | arm: rv40dsp: Change stride parameters to ptrdiff_t | Martin Storsjö | 2022-09-02 | 1 | -4/+4 |
* | arm: vc1sdp: Change stride parameters to ptrdiff_t | Martin Storsjö | 2022-09-02 | 1 | -6/+6 |
* | arm/fft: disable NEON optimizations for 131072pt transforms | Lynne | 2022-08-29 | 1 | -2/+4 |
* | avcodec/flacdsp: Split encoder-only parts into a ctx of its own | Andreas Rheinhardt | 2022-08-05 | 2 | -6/+3 |
* | avcodec/flacdsp: Remove unused function parameter | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+1 |
* | avcodec/h264chroma: Constify src in h264_chroma_mc_func | Andreas Rheinhardt | 2022-08-05 | 4 | -16/+16 |
* | avcodec/hevcdsp: Constify src pointers | Andreas Rheinhardt | 2022-08-05 | 1 | -39/+39 |
* | avcodec/mpegvideoencdsp: Allow pointers to const where possible | Andreas Rheinhardt | 2022-07-31 | 1 | -2/+2 |
* | avcodec/me_cmp: Constify me_cmp_func buffer parameters | Andreas Rheinhardt | 2022-07-31 | 1 | -5/+5 |
* | avcodec/videodsp: Constify buf in VideoDSPContext.prefetch | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/vp56: Move VP5-9 range coder functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 3 | -12/+12 |
* | avcodec/vc1: Arm 32-bit NEON unescape fast path | Ben Avison | 2022-04-01 | 2 | -0/+179 |
* | avcodec/vc1: Arm 32-bit NEON deblocking filter fast paths | Ben Avison | 2022-04-01 | 2 | -0/+657 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 2 | -0/+3 |
* | Revert "arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widths" | J. Dekker | 2022-01-04 | 1 | -9/+9 |
* | lavc/arm: dont assign hevc_qpel functions for non-multiple of 8 widths | J. Dekker | 2022-01-04 | 1 | -1/+2 |
* | arm/aarch64: Improve scheduling in the avg form of h264_qpel | Martin Storsjö | 2021-10-18 | 1 | -33/+24 |
* | arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widths | Martin Storsjö | 2021-08-25 | 1 | -9/+9 |
* | avcodec/h264dsp, h264idct: Fix lengths of array parameters | Andreas Rheinhardt | 2021-08-08 | 1 | -4/+4 |
* | avcodec: Remove deprecated old encode/decode APIs | Andreas Rheinhardt | 2021-04-27 | 1 | -35/+0 |
* | Include attributes.h directly | Andreas Rheinhardt | 2021-04-19 | 4 | -0/+4 |
* | avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functions | James Almer | 2021-02-26 | 1 | -15/+17 |
* | fft: remove 16-bit FFT and MDCT code | Lynne | 2021-01-14 | 4 | -510/+3 |
* | ac3enc_fixed: drop unnecessary fixed-point DSP code | Lynne | 2021-01-14 | 1 | -9/+0 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 2 | -0/+2 |
* | libavcodec: arm: Add a NEON implementation of pixblockdsp | Martin Storsjö | 2020-05-15 | 3 | -0/+88 |
* | lavc/hevcdec: fix the HEVC decoder crash when memory over-read | qoroliang | 2020-04-20 | 1 | -12/+8 |
* | avcodec/arm/mlpdsp: add missing dependency for truehd | Aman Gupta | 2019-11-11 | 1 | -0/+3 |
* | Merge commit '0676de935b1e81bc5b5698fef3e7d48ff2ea77ff' | James Almer | 2019-03-22 | 2 | -3/+26 |
|\ |
|
| * | arm: Implement a NEON version of 422 h264_h_loop_filter_chroma | Martin Storsjö | 2019-03-21 | 2 | -1/+26 |
* | | Merge commit 'cef914e08310166112ac09567e66452a7679bfc8' | James Almer | 2019-03-14 | 1 | -28/+13 |
|\| |
|
| * | arm: vp8: Optimize put_epel16_h6v6 with vp8_epel8_v6_y2 | Martin Storsjö | 2019-02-19 | 1 | -28/+13 |
* | | arm/h264dsp: change loop filter stride argument to ptrdiff_t | James Almer | 2019-02-20 | 1 | -4/+4 |
* | | avcodec/arm/hevcdsp_sao : add NEON optimization for sao | Meng Wang | 2018-04-09 | 3 | -1/+242 |