| Commit message (Expand) | Author | Age | Files | Lines |
* | Use standard C for implementing sign_extend() and zero_extend(). | Michael Niedermayer | 2010-05-13 | 1 | -2/+2 |
* | Add zero_extend() function | Måns Rullgård | 2010-02-21 | 1 | -0/+7 |
* | Move NEG_[US]SR32 macros to mathops.h | Måns Rullgård | 2010-02-17 | 1 | -0/+8 |
* | Add UMULH() | Måns Rullgård | 2010-01-26 | 1 | -0/+6 |
* | Move COPY3_IF_LT to lavc/mathops.h | Måns Rullgård | 2010-01-20 | 1 | -0/+9 |
* | AVR32: optimised mathops.h | Måns Rullgård | 2009-08-17 | 1 | -0/+2 |
* | MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 | Måns Rullgård | 2009-05-28 | 1 | -0/+2 |
* | mathops: sort arch-specific #include lines | Måns Rullgård | 2009-05-20 | 1 | -5/+5 |
* | mathops: whitespace cosmetics | Måns Rullgård | 2009-05-20 | 1 | -12/+4 |
* | Add sign_extend() function to mathops.h | Måns Rullgård | 2009-03-03 | 1 | -0/+7 |
* | re-enable mid_pred asm on x86_64. (broke in r16681) | Loren Merritt | 2009-02-08 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+30 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -4/+4 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | Diego Biurrun | 2008-12-27 | 1 | -1/+1 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -1/+1 |
* | ARM: replace "armv4l" with "arm" | Måns Rullgård | 2008-12-17 | 1 | -2/+2 |
* | Add shift argument to MULL() macro | Måns Rullgård | 2008-11-24 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | mathops: add MAC64, MLS64, and MLS16 | Måns Rullgård | 2008-07-13 | 1 | -0/+12 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | fix typo ARCH_PPC -> ARCH_POWERPC | Måns Rullgård | 2008-03-17 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Hooking bfin/mathops.h | Marc Hoffman | 2007-08-30 | 1 | -0/+4 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+2 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -1/+1 |
* | Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | New single instruction math operation header | Luca Barbato | 2006-09-19 | 1 | -0/+67 |