90 Commits (0a23c0bbdb64cc211df15e37e5df9d44ed04b5db)

Author SHA1 Message Date
Måns Rullgård 77753f874a ARM: fix j_rev_dct_ARM 16 years ago
Måns Rullgård d00e8b83f1 ARM: change MUL16() macro to inline function 16 years ago
Måns Rullgård b911711571 ARM: prettify MAC16() macro 16 years ago
Måns Rullgård 73c1c96b83 ARM: change MULH() macro to inline function 16 years ago
Måns Rullgård 8f4d0d48b9 ARM: change MULL() macro to inline function 16 years ago
Måns Rullgård 96dea17a1d ARM: mathops.h whitespace cosmetics 16 years ago
Diego Biurrun 9f879620be Fix illegal identifier, __ are reserved for the system. 16 years ago
Dominik Mierzejewski 82d1605fe7 Remove duplicated MM_* macros for CPU capabilities from dsputil.h. 16 years ago
Diego Biurrun 01f54021dc Add missing headers to pass 'make checkheaders'. 16 years ago
Diego Pettenò 782fc0c36f Rename template included sources from .h to _template.c. 16 years ago
Måns Rullgård d2d398590d ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S 16 years ago
Måns Rullgård 83ad74e708 ARM: move VFP DSP functions to dsputils_vfp.S 16 years ago
Måns Rullgård a648516b95 ARM: move prefetch_arm to dsputil_arm_s.S 16 years ago
Måns Rullgård c130bedc99 ARM: use new macros for assembler function labels 16 years ago
Måns Rullgård c72ab30188 ARM: add some assembler convenience macros 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Måns Rullgård 94cdcece91 ARM: add prefetch function using ARMv5 PLD instruction 16 years ago
Måns Rullgård b0367ef00a ARM: optimised MAC64 and MLS64 16 years ago
Måns Rullgård 6865e04620 ARM: optimised MUL64 16 years ago
Måns Rullgård 7995962d4b ARM: ARMv6 optimised MULH 16 years ago
Benoit Fouet 0abf0c5398 Simplify mm_support() for ARM (by Måns). 16 years ago
Matthieu Castet 37dcd091da Define mm_support() for ARM. 16 years ago
Guillaume Poirier 28215b3700 convert DOS-style carriage return to Unix-style 17 years ago
Siarhei Siamashka e6303192c7 Add some initial optimizations for ARM VFP (floating 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun a1fe4604d4 Revert previous mistaken commit. 17 years ago
Diego Biurrun 81f46d5ac9 ipp.h is a system header, use <> when #including it. 17 years ago
Diego Biurrun c88c253d8b cosmetics: __asm__ __volatile__ --> asm volatile 17 years ago
Matthieu Castet b4e806b2b9 pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used 17 years ago
Reimar Döffinger 78d3d94f14 __asm __volatile -> asm volatile, improves code consistency and works 17 years ago
Guillaume Poirier d761f08987 fix indentation that was messed up by r11628 17 years ago
Siarhei Siamashka 13686bc2cd fix lowres decoding support on ARM CPUs 17 years ago
Diego Biurrun 22170ec0b2 Remove mistakenly added multiple inclusion guards. 17 years ago
Diego Biurrun 56cc85a068 Misc spelling fixes, prefer American over British English. 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 31b2c1446f Add missing multiple inclusion guards. 17 years ago
Tao Huang 005b683744 Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. 17 years ago
Guillaume Poirier 14c2634bcc Fix links to ARM documentation 17 years ago
Diego Biurrun 3e582fbbc5 license header consistency: Remove redundant "all rights reserved" statement 17 years ago
Måns Rullgård f225016296 update my email address 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 17 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Diego Biurrun 83bc90dcfd Remove unused variables. 18 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Måns Rullgård 8520b6345c add .type foo, %function directives for the benefit of debuggers 18 years ago
David Bateman e8d0041701 IWMMXT-specific dsputils clear_blocks function. 18 years ago