summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
Commit message (Expand)AuthorAge
...
* move timer related code in a new timer.h fileAurelien Jacobs2009-01-15
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add truncf() replacement function.Michael Kostylev2009-01-11
* Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun2009-01-11
* Silence the following icc warnings:Carl Eugen Hoyos2008-12-21
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-20
* ARM: make FASTDIV() an inline functionMåns Rullgård2008-12-17
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* ARM: faster ARMv6 FASTDIV()Måns Rullgård2008-10-25
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Remove wrong and unnecessary condition. VHOOK filters are not specialStefano Sabatini2008-09-06
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Remove hackish support for fastmemcpy from MPlayer.Diego Biurrun2008-08-14
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-13
* fix ARMv6 FASTDIV for divisor <=2Måns Rullgård2008-07-31
* USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.Diego Biurrun2008-07-30
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* ARM: ARMv6 optimised FASTDIVMåns Rullgård2008-07-15
* Only define AltiVec vector syntax macro when AltiVec is enabled.Peter Ross2008-07-05
* Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun2008-05-30
* Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX partsAlexander Strange2008-03-22
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* revert r12489.Benoit Fouet2008-03-18
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
* check for prefix on extern symbols in configureMåns Rullgård2008-03-18
* cosmetics: indentationDiego Biurrun2008-03-17
* Simplify MANGLE macro preprocessor condition checks.Diego Biurrun2008-03-17
* Fix MANGLE macro on Mac OS X.İsmail Dönmez2008-03-17
* 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