| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation | Mans Rullgard | 2012-12-07 | 1 | -2/+2 |
* | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -24/+0 |
* | ARM: intmath: use native-size return types for clipping functions | Mans Rullgard | 2012-08-13 | 1 | -5/+5 |
* | libavutil: add saturating addition functions | Mans Rullgard | 2012-08-13 | 1 | -0/+15 |
* | ARM: add missing "cc" clobber in av_clipl_int32_arm() | Mans Rullgard | 2012-08-10 | 1 | -1/+1 |
* | ARM: use Q/R inline asm operand modifiers only if supported | Mans Rullgard | 2012-08-07 | 1 | -0/+4 |
* | ARM: allow building in Thumb2 mode | Mans Rullgard | 2011-06-23 | 1 | -0/+2 |
* | ARM: improve FASTDIV asm | Mans Rullgard | 2011-05-28 | 1 | -6/+6 |
* | ARM: add ARMv6 optimised av_clip_uintp2 | Mans Rullgard | 2011-05-26 | 1 | -0/+9 |
* | ARM: remove volatile from asm statements in libavutil/intmath | Mans Rullgard | 2011-05-26 | 1 | -16/+16 |
* | ARM: fix av_clipl_int32_arm() | Mans Rullgard | 2011-05-26 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Force inlining of avutil common routines | Jason Garrett-Glaser | 2011-02-17 | 1 | -7/+7 |
* | ARM: optimised integer clip functions | Måns Rullgård | 2010-07-07 | 1 | -0/+45 |
* | ARM: intmath.h cosmetics | Måns Rullgård | 2010-07-07 | 1 | -3/+7 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -1/+1 |
* | Move FASTDIV macro to intmath.h | Måns Rullgård | 2010-01-19 | 1 | -0/+54 |