summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* 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
* | Merge commit 'b487add7ecf78efda36d49815f8f8757bd24d4cb'James Almer2017-11-11
|\|
| * arm: Remove a redundant check in fmtconvert_init_arm.cMartin Storsjö2017-10-24
* | Merge commit '9dde6ab06c48f9447cd16f39bee33569cddb7be4'James Almer2017-11-11
|\|
| * arm: Fix SIGBUS on ARM when compiled with binutils 2.29Martin Storsjö2017-09-02
* | Merge commit 'd7320ca3ed10f0d35b3740fa03341161e74275ea'James Almer2017-10-30
|\|
| * arm: Avoid using .dn register aliasesMartin Storsjö2017-05-15
* | Merge commit 'ce080f47b8b55ab3d41eb00487b138d9906d114d'James Almer2017-10-30
|\|
| * hevc: Add NEON 32x32 IDCTAlexandra Hájková2017-05-04
* | Merge commit '118dd4a321a2d67f67c21b076abd0b4d939ab642'James Almer2017-10-30
|\|
| * hevc: 16x16 NEON idct: Use the right element size for loads/storesAlexandra Hájková2017-05-04
* | Merge commit 'edbf0fffb15dde7a1de70b05855529d5fc769f14'James Almer2017-10-30
|\|
| * hevc: Add NEON add_residual for bitdepth 10Alexandra Hájková2017-05-01
* | Merge commit 'e1c2453a4fac1f7116244d0d05310935c20887e6'James Almer2017-10-30
|\|
| * arm: hevc_idct: Tune the add_res_8x8 and add_res_32x32 functionsMartin Storsjö2017-04-28
* | Merge commit '0d4d43513786f1df4d561e1fac924fb0722c6700'James Almer2017-10-30
|\|
| * hevc: Add NEON add_residual for bitdepth 8Seppo Tomperi2017-04-27
* | Merge commit '3d69dd65c6771c28d3bf4e8e53a905aa8cd01fd9'James Almer2017-10-30
|\|
| * hevc: Add support for bitdepth 10 for IDCT DCAlexandra Hájková2017-04-25
* | Merge commit '358adef0305618219522858e471edf7e0cb4043e'James Almer2017-10-30
|\|
| * hevc: Add NEON IDCT DC functions for bitdepth 8Seppo Tomperi2017-04-25
* | Merge commit '89d9869d2491d4209d707a8e7f29c58227ae5a4e'James Almer2017-10-27
|\|
| * hevc: Add NEON 16x16 IDCTAlexandra Hájková2017-04-12
| * arm: Always build the hevcdsp_init_arm.c fileMartin Storsjö2017-03-28
* | Merge commit '0b9a237b2386ff84a6f99716bd58fa27a1b767e7'James Almer2017-10-24
|\|
| * hevc: Add NEON 4x4 and 8x8 IDCTAlexandra Hájková2017-03-27
| * arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-16
| * arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-11
| * arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö2017-03-11
| * arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-24
| * arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-24
| * arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-24
| * arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö2017-02-24
| * arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-02-24
| * arm: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-02-11
| * arm: vp9lpf: Use orrs instead of orr+cmpMartin Storsjö2017-02-11
| * arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö2017-02-11
| * arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-02-11
| * arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-02-11
| * arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 functionMartin Storsjö2017-02-09
| * arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö2017-02-09
| * arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 functionMartin Storsjö2017-02-09