378 Commits (9ebe6e391071690dbee79a645c51b14bd55c2ff4)

Author SHA1 Message Date
Mans Rullgard e54e6f25cf arm/neon: dsputil: use correct size specifiers on vld1/vst1 13 years ago
Mans Rullgard 2eba6898c9 arm: dsputil: prettify some conditional instructions in put_pixels macros 13 years ago
Mans Rullgard cbc7d60afa arm: dsputil: fix overreads in put/avg_pixels functions 13 years ago
Mans Rullgard 96f7590efd aacps: NEON optimisations 13 years ago
Mans Rullgard 3d11c2d76d vp8: armv6: fix non-armv6t2 build 13 years ago
Mans Rullgard e4ac031233 vp8: armv6 optimisations 13 years ago
Mans Rullgard b692d246ea vp8: arm: separate ARMv6 functions from NEON 13 years ago
Mans Rullgard dac78fd1d7 ARM: add some compatibility macros 13 years ago
Michael Niedermayer 70d54392f5 lowres2 support. 13 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Diego Biurrun 7bb3a302fe build: Consistently handle conditional compilation for all optimization OBJS. 13 years ago
Christophe GISQUET 272b252c01 rv40dsp: implement prescaled versions for biweight. 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Janne Grunau 363bd1c62c remove iwmmxt optimizations 13 years ago
Christophe GISQUET 7e1ce6a6ac dsputil: remove shift parameter from scalarproduct_int16 13 years ago
Michael Niedermayer c266eb1928 arm: Fix 10l typo 13 years ago
Ronald S. Bultje bd66f073fe vp8: change int stride to ptrdiff_t stride. 13 years ago
Christophe GISQUET 2e74a5abc2 SBR DSP: use intptr_t for the ixh parameter. 13 years ago
Ronald S. Bultje 3ab9a2a557 rv34: change most "int stride" into "ptrdiff_t stride". 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Diego Biurrun aa06d65693 arm: Add missing #include to vp8.h to fix a make checkheaders warning. 13 years ago
Diego Biurrun 32f3c541bc doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
Mans Rullgard cd2f98f365 ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 13 years ago
Mans Rullgard be822d77b6 aacsbr: ARM NEON optimised sbrdsp functions 13 years ago
Felipe Contreras c3d5e290ca ARM: fix build with FFT enabled and MDCT disabled 13 years ago
Janne Grunau 9e12002f11 rv34: add NEON rv34_idct_add 13 years ago
Christophe GISQUET 9ba9c34024 rv34: 1-pass inter MB reconstruction 13 years ago
Mans Rullgard 71b3a63e9c ARM: fix Thumb-mode simple_idct_arm 13 years ago
Mans Rullgard 5c5e1ea3cd ARM: 4-byte align start of all asm functions 13 years ago
Mans Rullgard 81dc6a2a3c ARM: rv34: fix asm syntax in dc transform functions 13 years ago
Janne Grunau e1e369049e rv34: NEON optimised dc only inverse transform 13 years ago
Christophe GISQUET 98f24ecd6c rv34: joint coefficient decoding and dequantization 13 years ago
Mans Rullgard 11b1db2759 rv40: NEON optimised weak loop filter 13 years ago
Michael Niedermayer 62b5197f97 arm: add back ldr_dpren macro that was lost. 13 years ago
Mans Rullgard b536c7a3e1 ARM: fix external symbol refs in rv40 asm 13 years ago
Mans Rullgard f7de52354f ARM: dca: disable optimised decode_blockcodes() for old gcc 13 years ago
Mans Rullgard 71ce76027d rv40: NEON optimised loop filter strength selection 13 years ago
Mans Rullgard 4722a03c75 rv34: NEON optimised 4x4 dequant 13 years ago
Mans Rullgard 392107ad07 rv40: NEON optimised rv40 qpel motion compensation 13 years ago
Janne Grunau 6c88988866 rv40: NEON optimised weighted prediction 13 years ago
Janne Grunau f5c05b9aa5 rv40: NEON optimised chroma MC 13 years ago
Mans Rullgard f054a82727 ARM: move NEON H264 chroma mc to a separate file 13 years ago
Janne Grunau 42d32cf53c rv34: NEON optimised inverse transform functions 13 years ago
Mans Rullgard 59807fee6d ARM: h264dsp_neon cosmetics 13 years ago
Janne Grunau a760f530bb ARM: make some NEON macros reusable 13 years ago
Mans Rullgard 3adba2de3d ARM: fix indentation in ff_dsputil_init_neon() 13 years ago
Mans Rullgard 96fef6cf31 ARM: NEON put/avg_pixels8/16 cosmetics 13 years ago
Mans Rullgard 716f1705e9 ARM: add remaining NEON avg_pixels8/16 functions 13 years ago