summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
Commit message (Expand)AuthorAge
* libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-14
* configure: Support MSVC 2015Luca Barbato2015-06-08
* lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-24
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun2014-08-04
* lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-24
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-09
* msvc/icl: Use __declspec(deprecated)Alex Smith2013-09-20
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-10
* libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...Martin Storsjö2013-08-10
* libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2013-08-07
* build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun2013-08-02
* msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö2013-05-08
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-13
* avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun2013-02-14
* avutil: Move emms code to x86-specific headerDiego Biurrun2013-02-14
* lavu: avoid clashing definition of ELuca Barbato2013-02-12
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* x86: Add a Yasm-based emms() replacementMartin Storsjö2013-01-18
* remove #defines to prevent use of discouraged external functionsJanne Grunau2012-11-25
* 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