]> git.sesse.net Git - ffmpeg/history - libavutil/internal.h
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavutil / internal.h
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Diego BiurrunAdd required header mem.h, av_malloc and friends are...
2009-01-30 Diego Biurruncosmetics: Move all #includes together at the beginning...
2009-01-28 Diego Biurrunspelling/grammar/consistency review part III
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-25 Diego BiurrunDisambiguate the macros used to disable fprintf/printf...
2009-01-25 Diego BiurrunAdd required limits.h header.
2009-01-25 Diego BiurrunRestore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CO...
2009-01-25 Diego BiurrunDrop _MSC_VER case from macro declaration.
2009-01-25 Diego BiurrunMove DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
2009-01-25 Diego BiurrunRemove redundant av_log2_16bit forward declaration...
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-15 Aurelien Jacobsmove NULL_IF_CONFIG_SMALL() definition into internal...
2009-01-15 Aurelien Jacobsmove timer related code in a new timer.h file
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Michael KostylevAdd truncf() replacement function.
2009-01-11 Diego BiurrunDrop unnecessary intreadwrite.h and bswap.h #includes.
2008-12-21 Carl Eugen HoyosSilence the following icc warnings:
2008-12-20 Carl Eugen HoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-12-17 Måns RullgårdARM: make FASTDIV() an inline function
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-10-25 Måns RullgårdARM: faster ARMv6 FASTDIV()
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-09-06 Stefano SabatiniRemove wrong and unnecessary condition. VHOOK filters...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-14 Diego BiurrunRemove hackish support for fastmemcpy from MPlayer.
2008-08-13 Aurelien Jacobsmove M_PI definition along with other math definitions
2008-07-31 Måns Rullgårdfix ARMv6 FASTDIV for divisor <=2
2008-07-30 Diego BiurrunUSE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-07-15 Måns RullgårdARM: ARMv6 optimised FASTDIV
2008-07-05 Peter RossOnly define AltiVec vector syntax macro when AltiVec...
2008-05-30 Diego BiurrunImplement a proper configure test for AltiVec vector...
2008-03-22 Alexander StrangeSplit MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX...
2008-03-19 Zuxy MengReapply r12489: Add pure, const and malloc attributes...
2008-03-18 Benoit Fouetrevert r12489.
2008-03-18 Zuxy MengPure, const and malloc attributes to libavutil.
2008-03-18 Måns Rullgårdcheck for prefix on extern symbols in configure
2008-03-17 Diego Biurruncosmetics: indentation
2008-03-17 Diego BiurrunSimplify MANGLE macro preprocessor condition checks.
2008-03-17 İsmail DönmezFix MANGLE macro on Mac OS X.
2008-03-13 Diego BiurrunAdd #include "config.h" to headers that need it.
2008-02-28 Reimar DöffingerUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
2008-01-21 Michael NiedermayerFaster ff_sqrt()
2008-01-17 Diego BiurrunDisallow puts(), av_log() should be used instead.
2007-12-27 Michael KostylevCheck for the presence of llrint(), lrint(), round...
2007-12-27 Diego BiurrunRemove outdated comment.
2007-12-24 Michael Kostylevdjgpp port, first part
2007-11-19 Luca AbeniGenerate a linking error if perror() is used in libav*
2007-11-19 Luca AbeniRemove perror() usage from libavutil
2007-10-19 Jeremy MordkoffFix typo.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-27 Diego BiurrunChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-07-14 Måns Rullgårdmove #include of system headers to top of file
2007-07-14 Alex Beregszaszi10l to Mans, assert is included later with proper DEBUG...
2007-07-11 Ramiro PollaRemove unnecessary MINGW ifdef.
2007-07-11 Ramiro PollaRemove MinGW lrint hack.
2007-07-10 Ramiro PollaRemove OS/2 support
2007-07-08 Måns Rullgårdundef forbidden names before we #define them in case...
2007-07-05 Vitor SessakMake error message more helpful and forbid random()
2007-07-02 Diego BiurrunRemove leading underscores from specifiers, they are...
2007-06-24 Reimar Döffingermore av_strl* adjustments
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-06-05 Reimar DöffingerPart of MPlayer patch:
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-04 Michael Niedermayerreduce number of shifts
2007-05-04 Michael Niedermayersimplify
2007-04-20 Alex Beregszasziremove possibly broken wince cruft
2007-04-03 Ramiro PollaAdd first and second output to earlyclobbers in COPY3_I...
2007-03-27 Michael Niedermayerprevent exit missuse
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-08 Michel BardiauxCorrections so that builds with DEBUG work
2007-02-24 Ramiro Pollaremove fallback definitions of PRIxNN macros,
2007-02-11 François RevolRemove unused ENODATA define
2007-01-07 Luca Abeni__attribute__((unused)) works with gcc 2.95 too
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-07 Måns Rullgårdfix mingw shared build, and get rid of FF_IMPORT_ATTR
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Måns Rullgårdmove more macros to internal.h
2006-12-06 Måns Rullgårdmove some __attribute__ macros to internal.h
2006-12-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-11-14 Måns Rullgårdmove comment
2006-11-14 Måns Rullgårdmerge CONFIG_WINCE sections
2006-11-14 Måns Rullgårdindentation
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-11-01 Diego BiurrunAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-20 Guillaume PoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-28 Siarhei Siamashkaadd FASTDIV macro for ARM. Reported speed-up on MPEG...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-07 Panagiotis IssarisRemove unused defines, patch by takis P issaris A uhass...
2006-08-18 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-07-21 Reimar Döffingerdo not include bswap.h in common.h for external program...
2006-07-16 Reimar DöffingerSplit common.h in two parts, purely internal stuff...