| Commit message (Expand) | Author | Age | Files | Lines |
* | extend ff_inverse[], and fix its documentation | Loren Merritt | 2009-09-21 | 1 | -1/+1 |
* | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label | Ramiro Polla | 2009-09-06 | 1 | -6/+6 |
* | Add a newline in error message in CHECKED_ALLOC(Z). | Ramiro Polla | 2009-09-04 | 1 | -2/+2 |
* | whitespace cosmetics, prettyprinting | Diego Biurrun | 2009-09-01 | 1 | -35/+35 |
* | Add CHECKED_ALLOC macro. | Ramiro Polla | 2009-08-29 | 1 | -0/+9 |
* | Add a log2 replacement for systems that haven't quite caught up with the C99 | Alex Converse | 2009-07-10 | 1 | -0/+7 |
* | Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to | Ramiro Polla | 2009-07-09 | 1 | -15/+0 |
* | Do not throw compiler error if asm code needs alignment, but we do not know | Ramiro Polla | 2009-07-09 | 1 | -2/+0 |
* | Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ... | Carl Eugen Hoyos | 2009-06-27 | 1 | -1/+1 |
* | Add LABEL_MANGLE() to export label symbols from inside asm blocks. | Ramiro Polla | 2009-05-25 | 1 | -0/+3 |
* | When warning about forbidden pseudo random number generation functions, | Diego Biurrun | 2009-03-21 | 1 | -3/+3 |
* | ARM: disable inline asm for armcc | Måns Rullgård | 2009-03-05 | 1 | -2/+2 |
* | Correct, portable definition of INT_BIT | Måns Rullgård | 2009-02-21 | 1 | -5/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add required header mem.h, av_malloc and friends are used. | Diego Biurrun | 2009-01-30 | 1 | -0/+1 |
* | cosmetics: Move all #includes together at the beginning of the file. | Diego Biurrun | 2009-01-30 | 1 | -2/+1 |
* | spelling/grammar/consistency review part III | Diego Biurrun | 2009-01-28 | 1 | -1/+1 |
* | spelling/grammar/consistency review part II | Diego Biurrun | 2009-01-28 | 1 | -2/+2 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -1/+1 |
* | Disambiguate the macros used to disable fprintf/printf/puts functions. | Diego Biurrun | 2009-01-25 | 1 | -3/+3 |
* | Add required limits.h header. | Diego Biurrun | 2009-01-25 | 1 | -0/+1 |
* | Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration. | Diego Biurrun | 2009-01-25 | 1 | -0/+3 |
* | Drop _MSC_VER case from macro declaration. | Diego Biurrun | 2009-01-25 | 1 | -3/+0 |
* | Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. | Diego Biurrun | 2009-01-25 | 1 | -0/+17 |
* | Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning: | Diego Biurrun | 2009-01-25 | 1 | -2/+0 |
* | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini | 2009-01-18 | 1 | -1/+1 |
* | move NULL_IF_CONFIG_SMALL() definition into internal header | Aurelien Jacobs | 2009-01-15 | 1 | -0/+11 |
* | move timer related code in a new timer.h file | Aurelien Jacobs | 2009-01-15 | 1 | -0/+1 |
* | 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 |