8 Commits (96a1459ed58ca0afef31327564f97bb28fa498c0)

Author SHA1 Message Date
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
Måns Rullgård 2ad4c241c8 ARM: make function names all-lowercase 15 years ago
Måns Rullgård cf57bea6fb ARM: enable ARMv4 add_pixels_clamped 15 years ago
Måns Rullgård 55c0e1e6d2 ARM: add ff_ prefix to lots of functions 15 years ago
Måns Rullgård 9abcc9a6f4 ARM: cosmetics 15 years ago
Måns Rullgård f67e0b824f ARM: replace some #if with if() 15 years ago
Måns Rullgård 701c618f7d ARM: clean up file/function naming conventions 15 years ago
Måns Rullgård 84d430f85a ARM: clean up dsputil initialisation 15 years ago
Måns Rullgård 3572b281c8 ARM: remove broken IPP support 15 years ago
Diego Biurrun 99e5a9d1ea Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. 16 years ago
David Conrad 2483298ae2 ARM: NEON VP3 IDCT 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Måns Rullgård 7eec43289a ARM: NEON optimised simple_idct 16 years ago
Måns Rullgård 569f5a756a ARM: NEON optimised put_pixels functions 16 years ago
Måns Rullgård d8b66635e0 ARM: remove some useless comments 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Dominik Mierzejewski 82d1605fe7 Remove duplicated MM_* macros for CPU capabilities from dsputil.h. 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 a648516b95 ARM: move prefetch_arm to dsputil_arm_s.S 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Måns Rullgård 94cdcece91 ARM: add prefetch function using ARMv5 PLD instruction 16 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
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 81f46d5ac9 ipp.h is a system header, use <> when #including it. 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
Tao Huang 005b683744 Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. 17 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Måns Rullgård 7d42886b93 ARMv6 SIMD IDCT 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 cd621028c0 remove junk characters in comment 18 years ago
Måns Rullgård f07e8487b0 clean up #ifdef HAVE_IPP 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Gildas Bazin eba9ae3cfc IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org) 20 years ago
Michael Niedermayer 3f3f8b2b75 cleanup 20 years ago
Bernhard Rosenkränzer 6ad1fa5a49 Better ARM support for mplayer/ffmpeg, ported from atty fork 20 years ago
Alex Beregszaszi bd7d1ea76b Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change 22 years ago
Michael Niedermayer 4fb518c392 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
Michael Niedermayer b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago
Zdenek Kabelac 83f238cbf0 * compilation fix (ARM users please check) 22 years ago
Michael Niedermayer 676e200cff trying to fix the non-x86 IDCTs (untested) 22 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago