72 Commits (2daefd2c00e5f41198a5f2a8ec32c8c1a276f934)

Author SHA1 Message Date
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 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 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
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
Tim Chick 56cc42664a iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but 18 years ago
Tim Chick f88e7c833b enable iwmmxt support, removing mm_support() stub 18 years ago
Måns Rullgård 7ee829922b oops, revert accidental checkin 18 years ago
Måns Rullgård 271593f123 fix multichannel decoding 18 years ago
Måns Rullgård 7348ed6e94 missed a redundant load 18 years ago
Måns Rullgård ac62b62600 save one cycle 18 years ago
Måns Rullgård 173fd724f5 remove redundant loads 18 years ago
Måns Rullgård 118a49b0b7 optimize IDCT of rows with mostly zero coefficients 18 years ago
Måns Rullgård 204ce38f53 typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru 18 years ago
Måns Rullgård 34b1b8fda8 theoretically save one cycle 18 years ago
Måns Rullgård 7d42886b93 ARMv6 SIMD IDCT 18 years ago
Guillaume Poirier f57c7ad234 add missing bit from commit r7423 18 years ago
Siarhei Siamashka 7a88606398 Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård a0403006f8 ARMv5TE optimized IDCT 18 years ago
Måns Rullgård 89cba1bd7d fix MUL16 macro 18 years ago