]> git.sesse.net Git - ffmpeg/history - libavutil/internal.h
log: Support for 256color terminals
[ffmpeg] / libavutil / internal.h
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2013-12-09 Diego Biurrunconfigure: Prefix libc-related variables with "libc_"
2013-09-20 Alex Smithmsvc/icl: Use __declspec(deprecated)
2013-08-09 Martin Storsjölibavutil: Make avpriv_open a library-internal function...
2013-08-09 Martin Storsjölibavutil: Enable the MSVC DLL symbol loading workaroun...
2013-08-07 Rémi Denis-Courmontlibavutil: add avpriv_open() to open files with close...
2013-08-02 Diego Biurrunbuild: Add _Pragma macro to disable deprecated declarat...
2013-05-07 Martin Storsjömsvc: Move linker pragma from config.h to libavutil...
2013-03-13 Diego BiurrunAdd av_log_{ask_for_sample|missing_feature} replacement...
2013-02-14 Diego Biurrunavutil: Ensure that emms_c is always defined, even...
2013-02-14 Diego Biurrunavutil: Move emms code to x86-specific header
2013-02-12 Luca Barbatolavu: avoid clashing definition of E
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-01-18 Martin Storsjöx86: Add a Yasm-based emms() replacement
2012-11-25 Janne Grunauremove #defines to prevent use of discouraged external...
2012-10-18 Martin StorsjöAdd support for building shared libraries with MSVC
2012-10-03 Mans RullgardAllow use of strncpy()
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-10 Mans Rullgarddict: move struct AVDictionary definition to dict.c
2012-08-09 Mans Rullgardlibavutil: remove unused av_abort() macro
2012-08-09 Mans Rullgardlibavutil: drop offsetof() fallback definition
2012-08-09 Mans Rullgardlibavutil: drop fallback definitions of INTxx_MIN/MAX
2012-08-08 Mans RullgardMove MASK_ABS macro to libavcodec/mathops.h
2012-08-08 Mans Rullgardx86: move MANGLE() and related macros to libavutil...
2012-07-10 Ronald S. Bultjelavu: use intrinsics for emms on systems lacking inline...
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
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
next