summaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
Commit message (Expand)AuthorAgeFilesLines
* fix ARMv6 FASTDIV for divisor <=2Måns Rullgård2008-07-311-1/+4
* USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.Diego Biurrun2008-07-301-1/+1
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-8/+0
* ARM: ARMv6 optimised FASTDIVMåns Rullgård2008-07-151-0/+7
* Only define AltiVec vector syntax macro when AltiVec is enabled.Peter Ross2008-07-051-0/+2
* Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun2008-05-301-4/+3
* Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX partsAlexander Strange2008-03-221-2/+4
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-6/+6
* revert r12489.Benoit Fouet2008-03-181-6/+6
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-6/+6
* check for prefix on extern symbols in configureMåns Rullgård2008-03-181-11/+3
* cosmetics: indentationDiego Biurrun2008-03-171-2/+2
* Simplify MANGLE macro preprocessor condition checks.Diego Biurrun2008-03-171-4/+2
* Fix MANGLE macro on Mac OS X.İsmail Dönmez2008-03-171-3/+2
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-131-0/+1
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-281-1/+1
* Faster ff_sqrt()Michael Niedermayer2008-01-211-15/+19
* Disallow puts(), av_log() should be used instead.Diego Biurrun2008-01-171-0/+2
* Check for the presence of llrint(), lrint(), round() and roundf()Michael Kostylev2007-12-271-0/+28
* Remove outdated comment.Diego Biurrun2007-12-271-3/+0
* djgpp port, first partMichael Kostylev2007-12-241-1/+1
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-191-0/+2
* Remove perror() usage from libavutilLuca Abeni2007-11-191-1/+1
* Fix typo.Jeremy Mordkoff2007-10-191-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-271-1/+1
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-241-0/+7
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-221-1/+1
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-131-0/+8
* move #include of system headers to top of fileMåns Rullgård2007-07-141-6/+6
* 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefsAlex Beregszaszi2007-07-141-1/+0
* Remove unnecessary MINGW ifdef.Ramiro Polla2007-07-111-10/+0
* Remove MinGW lrint hack.Ramiro Polla2007-07-111-14/+0
* 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
OpenPOWER on IntegriCloud