| Commit message (Expand) | Author | Age | Files | Lines |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -14/+14 |
* | Add truncf() replacement function. | Michael Kostylev | 2009-01-11 | 1 | -0/+7 |
* | Drop unnecessary intreadwrite.h and bswap.h #includes. | Diego Biurrun | 2009-01-11 | 1 | -2/+0 |
* | Silence the following icc warnings: | Carl Eugen Hoyos | 2008-12-21 | 1 | -1/+1 |
* | Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. | Carl Eugen Hoyos | 2008-12-20 | 1 | -2/+3 |
* | ARM: make FASTDIV() an inline function | Måns Rullgård | 2008-12-17 | 1 | -10/+7 |
* | ARM: replace "armv4l" with "arm" | Måns Rullgård | 2008-12-17 | 1 | -1/+1 |
* | ARM: faster ARMv6 FASTDIV() | Måns Rullgård | 2008-10-25 | 1 | -5/+6 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -5/+5 |
* | Remove wrong and unnecessary condition. VHOOK filters are not special | Stefano Sabatini | 2008-09-06 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Remove hackish support for fastmemcpy from MPlayer. | Diego Biurrun | 2008-08-14 | 1 | -5/+0 |
* | move M_PI definition along with other math definitions | Aurelien Jacobs | 2008-08-13 | 1 | -4/+0 |
* | fix ARMv6 FASTDIV for divisor <=2 | Måns Rullgård | 2008-07-31 | 1 | -1/+4 |
* | USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer. | Diego Biurrun | 2008-07-30 | 1 | -1/+1 |
* | Remove AltiVec vector declaration compiler compatibility macros. | Diego Biurrun | 2008-07-24 | 1 | -8/+0 |
* | ARM: ARMv6 optimised FASTDIV | Måns Rullgård | 2008-07-15 | 1 | -0/+7 |
* | Only define AltiVec vector syntax macro when AltiVec is enabled. | Peter Ross | 2008-07-05 | 1 | -0/+2 |
* | Implement a proper configure test for AltiVec vector declaration syntax. | Diego Biurrun | 2008-05-30 | 1 | -4/+3 |
* | Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts | Alexander Strange | 2008-03-22 | 1 | -2/+4 |
* | Reapply r12489: Add pure, const and malloc attributes to proper functions | Zuxy Meng | 2008-03-19 | 1 | -6/+6 |
* | revert r12489. | Benoit Fouet | 2008-03-18 | 1 | -6/+6 |
* | Pure, const and malloc attributes to libavutil. | Zuxy Meng | 2008-03-18 | 1 | -6/+6 |
* | check for prefix on extern symbols in configure | Måns Rullgård | 2008-03-18 | 1 | -11/+3 |
* | cosmetics: indentation | Diego Biurrun | 2008-03-17 | 1 | -2/+2 |
* | Simplify MANGLE macro preprocessor condition checks. | Diego Biurrun | 2008-03-17 | 1 | -4/+2 |
* | Fix MANGLE macro on Mac OS X. | İsmail Dönmez | 2008-03-17 | 1 | -3/+2 |
* | Add #include "config.h" to headers that need it. | Diego Biurrun | 2008-03-13 | 1 | -0/+1 |
* | Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but | Reimar Döffinger | 2008-02-28 | 1 | -1/+1 |
* | Faster ff_sqrt() | Michael Niedermayer | 2008-01-21 | 1 | -15/+19 |
* | Disallow puts(), av_log() should be used instead. | Diego Biurrun | 2008-01-17 | 1 | -0/+2 |
* | Check for the presence of llrint(), lrint(), round() and roundf() | Michael Kostylev | 2007-12-27 | 1 | -0/+28 |
* | Remove outdated comment. | Diego Biurrun | 2007-12-27 | 1 | -3/+0 |
* | djgpp port, first part | Michael Kostylev | 2007-12-24 | 1 | -1/+1 |
* | Generate a linking error if perror() is used in libav* | Luca Abeni | 2007-11-19 | 1 | -0/+2 |
* | Remove perror() usage from libavutil | Luca Abeni | 2007-11-19 | 1 | -1/+1 |
* | Fix typo. | Jeremy Mordkoff | 2007-10-19 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific | Diego Biurrun | 2007-08-27 | 1 | -1/+1 |
* | Move Apple gcc AltiVec vector declaration syntax to libavutil. | Diego Biurrun | 2007-08-24 | 1 | -0/+7 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | Diego Biurrun | 2007-08-22 | 1 | -1/+1 |
* | Add attribute that forces alignment of stack to functions that need it. | Ramiro Polla | 2007-08-13 | 1 | -0/+8 |
* | move #include of system headers to top of file | Måns Rullgård | 2007-07-14 | 1 | -6/+6 |
* | 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs | Alex Beregszaszi | 2007-07-14 | 1 | -1/+0 |
* | Remove unnecessary MINGW ifdef. | Ramiro Polla | 2007-07-11 | 1 | -10/+0 |
* | Remove MinGW lrint hack. | Ramiro Polla | 2007-07-11 | 1 | -14/+0 |
* | Remove OS/2 support | Ramiro Polla | 2007-07-10 | 1 | -7/+1 |
* | undef forbidden names before we #define them in case they are macros in libc | Måns Rullgård | 2007-07-08 | 1 | -0/+12 |
* | Make error message more helpful and forbid random() | Vitor Sessak | 2007-07-05 | 1 | -2/+3 |
* | Remove leading underscores from specifiers, they are reserved. | Diego Biurrun | 2007-07-02 | 1 | -1/+1 |