| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/aarch64: h264qpel, add 10-bit lowpass_8_10 based functions | Mikhail Nitenko | 2023-12-07 | 2 | -2/+621 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_hv | Logan Lyu | 2023-12-01 | 2 | -0/+304 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_v | Logan Lyu | 2023-12-01 | 2 | -0/+253 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_bi_hv | Logan Lyu | 2023-12-01 | 2 | -0/+335 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_bi_v | Logan Lyu | 2023-12-01 | 2 | -0/+217 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_bi_h | Logan Lyu | 2023-12-01 | 2 | -0/+262 |
* | lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixels | Logan Lyu | 2023-12-01 | 2 | -0/+185 |
* | lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d | xufuji456 | 2023-11-28 | 3 | -98/+98 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_hv | Logan Lyu | 2023-10-31 | 2 | -0/+291 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_v | Logan Lyu | 2023-10-31 | 2 | -38/+313 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_hv | Logan Lyu | 2023-10-31 | 2 | -0/+261 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_v | Logan Lyu | 2023-10-31 | 2 | -0/+228 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_pixels and and hevc_qpel_p... | Logan Lyu | 2023-10-31 | 2 | -0/+118 |
* | aarch64: Only enable extensions in the intended files/regions | Martin Storsjö | 2023-10-24 | 2 | -1/+4 |
* | libavcodec/aarch64/hevc: Require consistent use of trailing semicolon | Martin Storsjö | 2023-10-23 | 1 | -3/+3 |
* | aarch64: Reindent all assembly to 8/24 column indentation | Martin Storsjö | 2023-10-21 | 2 | -160/+160 |
* | aarch64: Make the indentation more consistent | Martin Storsjö | 2023-10-21 | 6 | -309/+309 |
* | aarch64: Lowercase UXTW/SXTW and similar flags | Martin Storsjö | 2023-10-21 | 2 | -3/+3 |
* | aarch64: Consistently use lowercase for vector element specifiers | Martin Storsjö | 2023-10-21 | 10 | -1715/+1715 |
* | avcodec: Remove DCT, FFT, MDCT and RDFT | Andreas Rheinhardt | 2023-10-01 | 7 | -862/+0 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_hv | Logan Lyu | 2023-09-26 | 2 | -0/+372 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_v | Logan Lyu | 2023-09-26 | 2 | -0/+226 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_uni_hv | Logan Lyu | 2023-09-26 | 2 | -0/+299 |
* | lavc/aarch64: move macros calc_epelh, calc_epelh2, load_epel_filterh | Logan Lyu | 2023-09-26 | 1 | -21/+23 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_uni_v | Logan Lyu | 2023-09-26 | 2 | -0/+288 |
* | aarch64/hevc: Replace br return with ret | Casey Smalley | 2023-08-08 | 1 | -1/+1 |
* | hevcdsp_idct_neon.S: Avoid unnecessary mov. | Reimar Döffinger | 2023-07-29 | 1 | -4/+2 |
* | lavc/aarch64: remove bogus HAVE_VFP guard | Rémi Denis-Courmont | 2023-07-15 | 1 | -1/+1 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_uni_w_hv | Logan Lyu | 2023-07-14 | 2 | -0/+674 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_h | Logan Lyu | 2023-07-14 | 2 | -0/+348 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_uni_w_v | Logan Lyu | 2023-07-14 | 2 | -0/+509 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_uni_w_h | Logan Lyu | 2023-07-14 | 3 | -1/+384 |
* | lavc/aarch64: new optimization for 8-bit hevc_pel_uni_pixels | Logan Lyu | 2023-07-14 | 2 | -0/+109 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_h hevc_qpel_uni_w_hv | Logan Lyu | 2023-06-06 | 2 | -0/+1102 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_w_h | Logan Lyu | 2023-06-06 | 2 | -1/+448 |
* | lavc/aarch64: new optimization for 8-bit hevc_pel_uni_w_pixels and qpel_uni_w_v | Logan Lyu | 2023-06-06 | 2 | -0/+761 |
* | codec/aarch64/hevc: add transform_luma_neon | xufuji456 | 2023-04-14 | 2 | -0/+50 |
* | codec/aarch64/hevc:add idct_32x32_neon | xufuji456 | 2023-04-12 | 2 | -28/+266 |
* | lavc/aarch64: add hevc deblock chroma 8-12bit | J. Dekker | 2023-04-06 | 3 | -1/+203 |
* | lavc/aarch64: add clip N macro | J. Dekker | 2023-03-22 | 2 | -14/+16 |
* | libavcodec/hevc: add hevc idct4x4 neon of aarch64 | xufuji456 | 2023-02-28 | 2 | -0/+44 |
* | aarch64: hevcdsp_idct: Reuse preexisting macros for transposes | Martin Storsjö | 2023-02-28 | 1 | -13/+3 |
* | dca_core: convert to lavu/tx | Lynne | 2022-11-06 | 2 | -4/+5 |
* | lavc/aarch64: add hevc horizontal qpel/uni/bi | J. Dekker | 2022-10-25 | 3 | -0/+552 |
* | aarch64: Implement stack spilling in a consistent way. | Reimar Döffinger | 2022-10-11 | 9 | -96/+83 |
* | lavc/aarch64: Add neon implementation for vsse_intra8 | Grzegorz Bernacki | 2022-10-04 | 2 | -0/+57 |
* | lavc/aarch64: Provide optimized implementation of vsse8 for arm64. | Grzegorz Bernacki | 2022-10-04 | 2 | -0/+75 |
* | lavc/aarch64: Provide neon implementation of nsse8 | Grzegorz Bernacki | 2022-10-04 | 2 | -0/+114 |
* | lavc/aarch64: Add neon implementation for pix_abs8 functions. | Grzegorz Bernacki | 2022-10-04 | 2 | -0/+201 |
* | aarch64: me_cmp: Avoid using the non-unrolled codepath for the minimum unroll... | Martin Storsjö | 2022-09-29 | 1 | -3/+3 |