summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
Commit message (Expand)AuthorAge
* Add support for building shared libraries with MSVCMartin Storsjö2012-10-18
* Allow use of strncpy()Mans Rullgard2012-10-03
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-10
* libavutil: remove unused av_abort() macroMans Rullgard2012-08-09
* libavutil: drop offsetof() fallback definitionMans Rullgard2012-08-09
* libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard2012-08-09
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
* x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard2012-08-09
* lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje2012-07-10
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger2011-11-06
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-08
* Remove unnecessary LIBAVFORMAT_BUILD #ifdef.Diego Biurrun2011-06-05
* Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-24
* Ban strncpy() it's too easy to misuse.Alex Converse2011-05-08
* Remove unnecessary icc version checksMans Rullgard2011-03-23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09
* Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-31
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos2010-11-10
* Use attribute force_align_arg_pointer only on x86_32.Carl Eugen Hoyos2010-07-17
* Improve FF_SYMVER documentationMåns Rullgård2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Document FF_SYMVER and attribute_usedMichael Niedermayer2010-06-16
* Fix symbol version compat wrappers on systems with export prefixesMåns Rullgård2010-06-15
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-15
* av_alias is an attribute and belongs to attributes.hMichael Niedermayer2010-05-13
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Move libm replacements to new header libm.hMåns Rullgård2010-03-09
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Add casts to correct return type in macros for missing libm funcsMåns Rullgård2010-02-20
* Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos2010-02-20
* Define missing llrint() as macro instead of inline functionMåns Rullgård2010-02-09
* Define av_alias if supported by compilerMåns Rullgård2010-01-29
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-20
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-19
* Use macros instead of inline functions to replace the following missing C99Vitor Sessak2010-01-16
* Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak2010-01-12
* Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger2009-11-10
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-21
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla2009-09-04
* whitespace cosmetics, prettyprintingDiego Biurrun2009-09-01
* Add CHECKED_ALLOC macro.Ramiro Polla2009-08-29
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-10
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla2009-07-09