95 Commits (a15ebf34c77c7c93aef70caeeace538f47eaab8a)

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