3 Commits (fc3eb173f493344bc69feabaca108f7ca1dfccee)

Author SHA1 Message Date
Michael Niedermayer 305f72aee7 avcodec: Change get_pixels() to ptrdiff_t linesize 10 years ago
Diego Biurrun f46bb608d9 dsputil: Split off pixel block routines into their own context 11 years ago
Diego Biurrun c166148409 dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun 5169e68895 dsputil: Propagate bit depth information to all (sub)init functions 11 years ago
Diego Biurrun cf7a216757 arm: dsputil: K&R formatting cosmetics 11 years ago
Diego Biurrun d1184b8110 arm: dsputil: Add a bunch of missing #includes 11 years ago
Ronald S. Bultje 7384b7a713 arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 12 years ago
Ronald S. Bultje de99545f46 Move arm 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
Michael Niedermayer 70d54392f5 lowres2 support. 13 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
Oskar Arvidsson 8dbe585641 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