]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/internal.h
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavutil / internal.h
2009-03-21 diegoWhen warning about forbidden pseudo random number gener...
2009-03-05 mruARM: disable inline asm for armcc
2009-02-21 mruCorrect, portable definition of INT_BIT
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 diegoAdd required header mem.h, av_malloc and friends are...
2009-01-30 diegocosmetics: Move all #includes together at the beginning...
2009-01-28 diegospelling/grammar/consistency review part III
2009-01-28 diegospelling/grammar/consistency review part II
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-25 diegoDisambiguate the macros used to disable fprintf/printf...
2009-01-25 diegoAdd required limits.h header.
2009-01-25 diegoRestore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CO...
2009-01-25 diegoDrop _MSC_VER case from macro declaration.
2009-01-25 diegoMove DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
2009-01-25 diegoRemove redundant av_log2_16bit forward declaration...
2009-01-18 stefanoReplace calls to the deprecated function av_init_random...
2009-01-15 aurelmove NULL_IF_CONFIG_SMALL() definition into internal...
2009-01-15 aurelmove timer related code in a new timer.h file
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 ramiroAdd truncf() replacement function.
2009-01-11 diegoDrop unnecessary intreadwrite.h and bswap.h #includes.
2008-12-21 cehoyosSilence the following icc warnings:
2008-12-20 cehoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-12-17 mruARM: make FASTDIV() an inline function
2008-12-17 mruARM: replace "armv4l" with "arm"
2008-10-25 mruARM: faster ARMv6 FASTDIV()
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-09-06 stefanoRemove wrong and unnecessary condition. VHOOK filters...
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-14 diegoRemove hackish support for fastmemcpy from MPlayer.
2008-08-13 aurelmove M_PI definition along with other math definitions
2008-07-31 mrufix ARMv6 FASTDIV for divisor <=2
2008-07-30 diegoUSE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
2008-07-24 diegoRemove AltiVec vector declaration compiler compatibilit...
2008-07-15 mruARM: ARMv6 optimised FASTDIV
2008-07-05 diegoOnly define AltiVec vector syntax macro when AltiVec...
2008-05-30 diegoImplement a proper configure test for AltiVec vector...
2008-03-22 diegoSplit MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX...
2008-03-19 zuxyReapply r12489
2008-03-18 benoitrevert r12489.
2008-03-18 benoitPure, const and malloc attributes to libavutil.
2008-03-18 mrucheck for prefix on extern symbols in configure
2008-03-17 diegocosmetics: indentation
2008-03-17 diegoSimplify MANGLE macro preprocessor condition checks.
2008-03-17 diegoFix MANGLE macro on Mac OS X.
2008-03-13 diegoAdd #include "config.h" to headers that need it.
2008-02-28 reimarUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
2008-01-21 michaelFaster ff_sqrt()
2008-01-17 diegoDisallow puts(), av_log() should be used instead.
2007-12-27 diegoCheck for the presence of llrint(), lrint(), round...
2007-12-27 diegoRemove outdated comment.
2007-12-24 diegodjgpp port, first part
2007-11-19 lucabeGenerate a linking error if perror() is used in libav*
2007-11-19 lucabeRemove perror() usage from libavutil
2007-10-19 benoitFix typo.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-27 diegoChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-24 diegoMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 diegoRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-13 ramiroAdd attribute that forces alignment of stack to functio...
2007-07-14 mrumove #include of system headers to top of file
2007-07-14 alex10l to Mans, assert is included later with proper DEBUG...
2007-07-11 ramiroRemove unnecessary MINGW ifdef.
2007-07-11 ramiroRemove MinGW lrint hack.
2007-07-10 ramiroRemove OS/2 support
2007-07-08 mruundef forbidden names before we #define them in case...
2007-07-05 vitorMake error message more helpful and forbid random()
2007-07-02 diegoRemove leading underscores from specifiers, they are...
2007-06-24 reimarmore av_strl* adjustments
2007-06-16 mruinclude all prerequisites in header files
2007-06-05 reimarPart of MPlayer patch:
2007-05-30 benoitrename attribute_unused to av_unused and moves its...
2007-05-04 michaelreduce number of shifts
2007-05-04 michaelsimplify
2007-04-20 alexremove possibly broken wince cruft
2007-04-03 diegoAdd first and second output to earlyclobbers in COPY3_I...
2007-03-27 michaelprevent exit missuse
2007-03-12 mbardiauxGive context to dprintf
2007-03-08 mbardiauxCorrections so that builds with DEBUG work
2007-02-24 mruremove fallback definitions of PRIxNN macros,
2007-02-11 mmu_manRemove unused ENODATA define
2007-01-07 lucabe__attribute__((unused)) works with gcc 2.95 too
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-12-07 mrufix mingw shared build, and get rid of FF_IMPORT_ATTR
2006-12-06 mruuse the standard INT64_C() macro for 64-bit constants
2006-12-06 mrumove more macros to internal.h
2006-12-06 mrumove some __attribute__ macros to internal.h
2006-12-03 reimarMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-11-14 mrumove comment
2006-11-14 mrumerge CONFIG_WINCE sections
2006-11-14 mruindentation
2006-11-12 mrurename inverse -> ff_inverse
2006-11-01 diegoUse common define for x86_32 and x86_64.
2006-11-01 diegoAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-20 gpoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-28 gpoirieradd FASTDIV macro for ARM. Reported speed-up on MPEG...
2006-09-10 diegoAdd official LGPL license headers to the files that...
2006-09-07 gpoirierRemove unused defines, patch by takis P issaris A uhass...
2006-08-18 diegoExplicitly include fastmemcpy.h from libvo/.
next