aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
Commit message (Expand)AuthorAgeFilesLines
* rename inverse -> ff_inverseMåns Rullgård2006-11-121-4/+4
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-011-2/+2
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-011-2/+2
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-201-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka2006-09-281-0/+11
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* Remove unused defines, patch by takis P issaris A uhasselt P bePanagiotis Issaris2006-09-071-15/+0
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-211-0/+2
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-161-0/+219