summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
Commit message (Expand)AuthorAge
* remove fallback definitions of PRIxNN macros,Ramiro Polla2007-02-24
* Remove unused ENODATA defineFrançois Revol2007-02-11
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-07
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* move more macros to internal.hMåns Rullgård2006-12-06
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-06
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03
* move commentMåns Rullgård2006-11-14
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-14
* indentationMåns Rullgård2006-11-14
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka2006-09-28
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* Remove unused defines, patch by takis P issaris A uhasselt P bePanagiotis Issaris2006-09-07
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-21
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-16