summaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Remove OS/2 supportRamiro Polla2007-07-101-7/+1
* undef forbidden names before we #define them in case they are macros in libcMåns Rullgård2007-07-081-0/+12
* Make error message more helpful and forbid random()Vitor Sessak2007-07-051-2/+3
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-021-1/+1
* more av_strl* adjustmentsReimar Döffinger2007-06-241-1/+1
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+3
* Part of MPlayer patch:Reimar Döffinger2007-06-051-0/+1
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-8/+0
* reduce number of shiftsMichael Niedermayer2007-05-041-4/+5
* simplifyMichael Niedermayer2007-05-041-3/+2
* remove possibly broken wince cruftAlex Beregszaszi2007-04-201-5/+0
* Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla2007-04-031-1/+1
* prevent exit missuseMichael Niedermayer2007-03-271-0/+1
* Give context to dprintfMichel Bardiaux2007-03-121-2/+2
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-081-2/+2
* remove fallback definitions of PRIxNN macros,Ramiro Polla2007-02-241-28/+0
* Remove unused ENODATA defineFrançois Revol2007-02-111-4/+0
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-071-1/+1
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-9/+1
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-071-1/+1
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-2/+2
* move more macros to internal.hMåns Rullgård2006-12-061-0/+72
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-061-0/+24
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-031-0/+1
* move commentMåns Rullgård2006-11-141-1/+2
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-141-4/+1
* indentationMåns Rullgård2006-11-141-35/+35
* 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
OpenPOWER on IntegriCloud