summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Add truncf() replacement function.Michael Kostylev2009-01-111-0/+7
* Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun2009-01-111-2/+0
* Silence the following icc warnings:Carl Eugen Hoyos2008-12-211-1/+1
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-201-2/+3
* ARM: make FASTDIV() an inline functionMåns Rullgård2008-12-171-10/+7
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-1/+1
* ARM: faster ARMv6 FASTDIV()Måns Rullgård2008-10-251-5/+6
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-5/+5
* Remove wrong and unnecessary condition. VHOOK filters are not specialStefano Sabatini2008-09-061-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Remove hackish support for fastmemcpy from MPlayer.Diego Biurrun2008-08-141-5/+0
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-131-4/+0
* 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