summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
Commit message (Expand)AuthorAge
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-13
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-28
* Faster ff_sqrt()Michael Niedermayer2008-01-21
* Disallow puts(), av_log() should be used instead.Diego Biurrun2008-01-17
* Check for the presence of llrint(), lrint(), round() and roundf()Michael Kostylev2007-12-27
* Remove outdated comment.Diego Biurrun2007-12-27
* djgpp port, first partMichael Kostylev2007-12-24
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-19
* Remove perror() usage from libavutilLuca Abeni2007-11-19
* Fix typo.Jeremy Mordkoff2007-10-19
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
* move #include of system headers to top of fileMåns Rullgård2007-07-14
* 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefsAlex Beregszaszi2007-07-14
* Remove unnecessary MINGW ifdef.Ramiro Polla2007-07-11
* Remove MinGW lrint hack.Ramiro Polla2007-07-11
* Remove OS/2 supportRamiro Polla2007-07-10
* undef forbidden names before we #define them in case they are macros in libcMåns Rullgård2007-07-08
* Make error message more helpful and forbid random()Vitor Sessak2007-07-05
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-02
* more av_strl* adjustmentsReimar Döffinger2007-06-24
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Part of MPlayer patch:Reimar Döffinger2007-06-05
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* reduce number of shiftsMichael Niedermayer2007-05-04
* simplifyMichael Niedermayer2007-05-04
* remove possibly broken wince cruftAlex Beregszaszi2007-04-20
* Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla2007-04-03
* prevent exit missuseMichael Niedermayer2007-03-27
* Give context to dprintfMichel Bardiaux2007-03-12
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08
* 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