| Commit message (Expand) | Author | Age | Files | Lines |
* | __attribute__((unused)) works with gcc 2.95 too | Luca Abeni | 2007-01-07 | 1 | -1/+1 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -9/+1 |
* | fix mingw shared build, and get rid of FF_IMPORT_ATTR | Måns Rullgård | 2006-12-07 | 1 | -1/+1 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -2/+2 |
* | move more macros to internal.h | Måns Rullgård | 2006-12-06 | 1 | -0/+72 |
* | move some __attribute__ macros to internal.h | Måns Rullgård | 2006-12-06 | 1 | -0/+24 |
* | Move BE_*/LE_*/ST*/LD* macros to a common place. Some further | Reimar Döffinger | 2006-12-03 | 1 | -0/+1 |
* | move comment | Måns Rullgård | 2006-11-14 | 1 | -1/+2 |
* | merge CONFIG_WINCE sections | Måns Rullgård | 2006-11-14 | 1 | -4/+1 |
* | indentation | Måns Rullgård | 2006-11-14 | 1 | -35/+35 |
* | rename inverse -> ff_inverse | Måns Rullgård | 2006-11-12 | 1 | -4/+4 |
* | Use common define for x86_32 and x86_64. | Diego Biurrun | 2006-11-01 | 1 | -2/+2 |
* | Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change | Diego Biurrun | 2006-11-01 | 1 | -2/+2 |
* | Protect code that uses CMOV instructions with HAVE_CMOV, | Guillaume Poirier | 2006-10-20 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8% | Siarhei Siamashka | 2006-09-28 | 1 | -0/+11 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | Remove unused defines, patch by takis P issaris A uhasselt P be | Panagiotis Issaris | 2006-09-07 | 1 | -15/+0 |
* | Explicitly include fastmemcpy.h from libvo/. | Diego Biurrun | 2006-08-18 | 1 | -1/+1 |
* | do not include bswap.h in common.h for external programs, since the former | Reimar Döffinger | 2006-07-21 | 1 | -0/+2 |
* | Split common.h in two parts, purely internal stuff (internal.h) and things | Reimar Döffinger | 2006-07-16 | 1 | -0/+219 |