1 Commits (4a27a52a1f74016095b7aee1b4a422cf62217ade)

Author SHA1 Message Date
Ronald S. Bultje 7384b7a713 arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 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
Janne Grunau 363bd1c62c remove iwmmxt optimizations 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Mans Rullgard a617c6aaa3 dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
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