]> git.sesse.net Git - ffmpeg/history - libavutil/internal.h
flvenc: use AVFormatContext, not AVCodecContext for logging.
[ffmpeg] / libavutil / internal.h
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-11-06 Reimar Döffingeravutil: Don't allow using strcasecmp/strncasecmp
2011-06-08 Anton KhirnovMove metadata API from lavf to lavu.
2011-06-05 Diego BiurrunRemove unnecessary LIBAVFORMAT_BUILD #ifdef.
2011-05-24 Ronald S. BultjeMove emms_c() from libavcodec to libavutil.
2011-05-08 Alex ConverseBan strncpy() it's too easy to misuse.
2011-03-23 Mans RullgardRemove unnecessary icc version checks
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2011-01-31 Mans RullgardRename attribute_used to av_used and move it to attribu...
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2010-11-10 Carl Eugen HoyosIntel C compiler 12.0 does not suport these attributes...
2010-07-17 Carl Eugen HoyosUse attribute force_align_arg_pointer only on x86_32.
2010-06-30 Måns RullgårdImprove FF_SYMVER documentation
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-16 Michael NiedermayerDocument FF_SYMVER and attribute_used
2010-06-15 Måns RullgårdFix symbol version compat wrappers on systems with...
2010-06-15 Måns RullgårdAdd compatibility wrappers for functions moved from...
2010-05-13 Michael Niedermayerav_alias is an attribute and belongs to attributes.h
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-09 Måns RullgårdMove libm replacements to new header libm.h
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2010-02-20 Måns RullgårdAdd casts to correct return type in macros for missing...
2010-02-20 Carl Eugen HoyosGcc attribute may_alias is not supported (or silently...
2010-02-09 Måns RullgårdDefine missing llrint() as macro instead of inline...
2010-01-29 Måns RullgårdDefine av_alias if supported by compiler
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2010-01-19 Måns RullgårdMove FASTDIV macro to intmath.h
2010-01-16 Vitor SessakUse macros instead of inline functions to replace the...
2010-01-12 Vitor SessakAdd replacements for log2f(), exp2() and exp2f() for...
2009-11-10 Reimar DöffingerRemove code checking for __PIC__ or __pic__ and setting...
2009-09-21 Loren Merrittextend ff_inverse[], and fix its documentation
2009-09-06 Ramiro PollaRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-09-04 Ramiro PollaAdd a newline in error message in CHECKED_ALLOC(Z).
2009-09-01 Diego Biurrunwhitespace cosmetics, prettyprinting
2009-08-29 Ramiro PollaAdd CHECKED_ALLOC macro.
2009-07-10 Alex ConverseAdd a log2 replacement for systems that haven't quite...
2009-07-09 Ramiro PollaMove DECLARE_ALIGNED and DECLARE_ASM_CONST back from...
2009-07-09 Ramiro PollaDo not throw compiler error if asm code needs alignment...
2009-06-27 Carl Eugen HoyosIcc 11.1 does not support attributes force_align_arg_po...
2009-05-25 Ramiro PollaAdd LABEL_MANGLE() to export label symbols from inside...
2009-03-21 Diego BiurrunWhen warning about forbidden pseudo random number gener...
2009-03-05 Måns RullgårdARM: disable inline asm for armcc
2009-02-21 Måns RullgårdCorrect, portable definition of INT_BIT
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...
next