426 Commits (99ec7a8ceddc92740b69202bbc39bfaa51754256)

Author SHA1 Message Date
Martin Storsjö 49f9c4272c aarch64: vp8: Skip saturating in shrn in ff_vp8_idct_add_neon 6 years ago
Martin Storsjö 37394ef01b aarch64: vp8: Optimize put_epel16_h6v6 with vp8_epel8_v6_y2 6 years ago
Martin Storsjö e39a9212ab aarch64: vp8: Port bilin functions from arm version 6 years ago
Martin Storsjö 58d1549227 aarch64: vp8: Port epel4 functions from arm version 6 years ago
Martin Storsjö cc7ba00c35 aarch64: vp8: Port missing epel8 functions from arm version 6 years ago
Martin Storsjö 52c9b0a6c0 aarch64: vp8: Port vp8_luma_dc_wht and vp8_idct_dc_add4uv from arm version 6 years ago
Martin Storsjö c513fcd7d2 aarch64: vp8: Fix a typo in a comment 6 years ago
Martin Storsjö f1011ea28a aarch64: vp8: Reorder the function pointer inits to match the arm original 6 years ago
Martin Storsjö b4b27dce95 aarch64: vp8: Move the vp8dsp makefile entries to the right places 6 years ago
Martin Storsjö ad32f7b126 aarch64: vp8: Remove superfluous includes 6 years ago
Martin Storsjö 85bfaa4949 aarch64: vp8: Use the proper aarch64 form for conditional branches 6 years ago
Martin Storsjö 2eeac79936 aarch64: vp8: Fix assembling with armasm64 6 years ago
Martin Storsjö 26d7af4c38 aarch64: vp8: Fix assembling with clang 6 years ago
Magnus Röös 0801853e64 libavcodec: vp8 neon optimizations for aarch64 6 years ago
Carl Eugen Hoyos ed20fbcd48 lavc/aarch64/vp8dsp: Fix the include guard. 6 years ago
Magnus Röös 833fed5253 libavcodec: vp8 neon optimizations for aarch64 6 years ago
Janne Grunau 28a8b5413b h264/aarch64: add intra loop filter neon asm 6 years ago
Janne Grunau 846c3d6aca h264/aarch64: optimize neon loop filter 6 years ago
Janne Grunau bb515e3a73 h264/aarch64: sign extend int stride in loop filter asm 6 years ago
Manoj Gupta 6fcf813110 libavcodec: Remove dynamic relocs from aarch64/h264idct_neon.S 6 years ago
Carl Eugen Hoyos 0576ef466d lavc/aarch64/h264dsp_init_aarch64: Fix weight function prototypes. 7 years ago
Rodger Combs 7723750475 lavc/aarch64/sbrdsp_neon: fix build on old binutils 7 years ago
Martin Storsjö 732510636e aarch64: Remove a dot from a label 7 years ago
Matthieu Bouron 0a24d7ca83 lavc/aarch64: add sbrdsp neon implementation 8 years ago
Clément Bœsch b12a36170b lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis 8 years ago
Clément Bœsch ff0ecef624 lavc/aarch64: add a few SIMD functions for AAC PS 8 years ago
Memphiz 9e85c5d6a7 aarch64: vp9 16bpp: Fix assembling with Xcode 6.2 and older 8 years ago
Memphiz 998609ddb8 aarch64: vp9: Fix assembling with Xcode 6.2 and older 8 years ago
Memphiz a970f9de86 aarch64: vp9: Fix assembling with Xcode 6.2 and older 8 years ago
Matthieu Bouron 204008354f lavc/aarch64/simple_idct: fix build with Xcode 7.2 8 years ago
Matthieu Bouron 8aa60606fb lavc/aarch64/simple_idct: fix idct_col4_top coefficient 8 years ago
Matthieu Bouron 5d0b8b1ae3 lavc/aarch64/simple_idct: fix iOS build without gas-preprocessor 8 years ago
James Almer c31cbeef58 aarch64/vp9dsp: add missing header includes 8 years ago
Ronald S. Bultje f8c019944d vp9: re-split the decoder/format/dsp interface header files. 8 years ago
Clément Bœsch 1c9f4b5078 lavc/vp9: split into vp9{block,data,mvs} 8 years ago
Martin Storsjö 61b8a9ea29 aarch64: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possible 8 years ago
Martin Storsjö d564c9018f aarch64: vp9itxfm16: Move the load_add_store macro out from the itxfm16 pass2 function 8 years ago
Martin Storsjö 0f2705e66b aarch64: vp9itxfm16: Make the larger core transforms standalone functions 8 years ago
Martin Storsjö b76533f105 aarch64: vp9itxfm16: Restructure the idct32 store macros 8 years ago
Martin Storsjö d613251622 aarch64: vp9itxfm16: Avoid .irp when it doesn't save any lines 8 years ago
Martin Storsjö 25ced1eb1c aarch64: vp9itxfm16: Fix a typo in a comment 8 years ago
Martin Storsjö 21c89f3a26 arm/aarch64: vp9: Fix vertical alignment 8 years ago
Martin Storsjö 70317b25aa arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used 8 years ago
Martin Storsjö 7995ebfad1 arm/aarch64: vp9: Fix vertical alignment 8 years ago
Matthieu Bouron 4c8e528d19 lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functions 8 years ago
Martin Storsjö 3a0d5e206d arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used 8 years ago
Martin Storsjö 26ee83acc4 aarch64: vp9itxfm: Reorder iadst16 coeffs 8 years ago
Martin Storsjö f952273019 aarch64: vp9itxfm: Reorder the idct coefficients for better pairing 8 years ago
Martin Storsjö 2905657b90 aarch64: vp9itxfm: Avoid reloading the idct32 coefficients 8 years ago
Martin Storsjö f32690a298 aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 8 years ago