| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | more av_strl* adjustments | Reimar Döffinger | 2007-06-24 | 1 | -1/+1 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+3 |
* | Part of MPlayer patch: | Reimar Döffinger | 2007-06-05 | 1 | -0/+1 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -8/+0 |
* | reduce number of shifts | Michael Niedermayer | 2007-05-04 | 1 | -4/+5 |
* | simplify | Michael Niedermayer | 2007-05-04 | 1 | -3/+2 |
* | remove possibly broken wince cruft | Alex Beregszaszi | 2007-04-20 | 1 | -5/+0 |
* | Add first and second output to earlyclobbers in COPY3_IF_LT macro. | Ramiro Polla | 2007-04-03 | 1 | -1/+1 |
* | prevent exit missuse | Michael Niedermayer | 2007-03-27 | 1 | -0/+1 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -2/+2 |
* | Corrections so that builds with DEBUG work | Michel Bardiaux | 2007-03-08 | 1 | -2/+2 |