]> git.sesse.net Git - ffmpeg/history - libavutil/arm
libvo-amrwbenc: Add braces to shut up gcc warning.
[ffmpeg] / libavutil / arm /
2011-06-23 Mans RullgardARM: allow building in Thumb2 mode
2011-05-30 Mans RullgardARM: simplify inline asm with 64-bit operands
2011-05-28 Mans RullgardARM: improve FASTDIV asm
2011-05-26 Mans RullgardARM: add ARMv6 optimised av_clip_uintp2
2011-05-26 Mans RullgardARM: remove volatile from asm statements in libavutil...
2011-05-26 Mans RullgardARM: fix av_clipl_int32_arm()
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-17 Jason Garrett-GlaserForce inlining of avutil common routines
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-09-26 Måns RullgårdARM: change return type of AV_RN16() to unsigned
2010-09-09 Måns RullgårdClean up av_get_cpu_flag()
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-07 Måns RullgårdARM: optimised integer clip functions
2010-07-07 Måns RullgårdARM: intmath.h cosmetics
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-08 Måns RullgårdARM: add some missing includes
2010-02-22 Måns RullgårdARM: change argument/return type of bswap_16() to unsig...
2010-01-19 Måns RullgårdMove FASTDIV macro to intmath.h
2010-01-18 Måns RullgårdMark all intreadwrite functions av_always_inline
2009-08-16 Måns RullgårdARM: first value loaded in AV_RN64 needs to be early...
2009-07-01 Måns RullgårdARM: use gcc inline asm in bswap.h only when available
2009-04-18 Måns RullgårdARM asm for AV_RN*()
2009-04-01 Måns RullgårdARM: START/STOP_TIMER support for ARMv7
2009-03-05 Måns RullgårdARM: armcc versions of bswap_16/32
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-21 Måns Rullgårdsplit bswap.h into per-arch files