| Commit message (Expand) | Author | Age | Files | Lines |
* | libavutil: move FFALIGN macro from common.h to macros.h | Janne Grunau | 2015-12-14 | 1 | -0/+1 |
* | configure: Support MSVC 2015 | Luca Barbato | 2015-06-08 | 1 | -5/+6 |
* | lavu: move internal define to the only places where it is used | Vittorio Giovara | 2014-11-24 | 1 | -4/+0 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -2/+2 |
* | imgutils: Do not declare avpriv_set_systematic_pal2 in the public header | Diego Biurrun | 2014-08-04 | 1 | -0/+3 |
* | lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets | Janne Grunau | 2014-04-24 | 1 | -0/+7 |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -1/+0 |
* | configure: Prefix libc-related variables with "libc_" | Diego Biurrun | 2013-12-09 | 1 | -1/+1 |
* | msvc/icl: Use __declspec(deprecated) | Alex Smith | 2013-09-20 | 1 | -2/+10 |
* | libavutil: Make avpriv_open a library-internal function on msvcrt | Martin Storsjö | 2013-08-10 | 1 | -0/+4 |
* | libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ... | Martin Storsjö | 2013-08-10 | 1 | -1/+1 |
* | libavutil: add avpriv_open() to open files with close-on-exec flag | Rémi Denis-Courmont | 2013-08-07 | 1 | -0/+5 |
* | build: Add _Pragma macro to disable deprecated declaration warnings | Diego Biurrun | 2013-08-02 | 1 | -0/+8 |
* | msvc: Move linker pragma from config.h to libavutil/internal.h | Martin Storsjö | 2013-05-08 | 1 | -0/+5 |
* | Add av_log_{ask_for_sample|missing_feature} replacements to libavutil | Diego Biurrun | 2013-03-13 | 1 | -0/+21 |
* | avutil: Ensure that emms_c is always defined, even on non-x86 | Diego Biurrun | 2013-02-14 | 1 | -0/+4 |
* | avutil: Move emms code to x86-specific header | Diego Biurrun | 2013-02-14 | 1 | -20/+4 |
* | lavu: avoid clashing definition of E | Luca Barbato | 2013-02-12 | 1 | -4/+4 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+26 |
* | x86: Add a Yasm-based emms() replacement | Martin Storsjö | 2013-01-18 | 1 | -0/+3 |
* | remove #defines to prevent use of discouraged external functions | Janne Grunau | 2012-11-25 | 1 | -34/+0 |
* | Add support for building shared libraries with MSVC | Martin Storsjö | 2012-10-18 | 1 | -0/+6 |
* | Allow use of strncpy() | Mans Rullgard | 2012-10-03 | 1 | -2/+0 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 1 | -3/+3 |
* | dict: move struct AVDictionary definition to dict.c | Mans Rullgard | 2012-08-10 | 1 | -5/+0 |
* | libavutil: remove unused av_abort() macro | Mans Rullgard | 2012-08-09 | 1 | -4/+0 |
* | libavutil: drop offsetof() fallback definition | Mans Rullgard | 2012-08-09 | 1 | -4/+0 |
* | libavutil: drop fallback definitions of INTxx_MIN/MAX | Mans Rullgard | 2012-08-09 | 1 | -32/+0 |
* | Move MASK_ABS macro to libavcodec/mathops.h | Mans Rullgard | 2012-08-09 | 1 | -16/+0 |
* | x86: move MANGLE() and related macros to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -12/+0 |
* | lavu: use intrinsics for emms on systems lacking inline asm support | Ronald S. Bultje | 2012-07-10 | 1 | -2/+5 |
* | x86: place some inline asm under #if HAVE_INLINE_ASM | Ronald S. Bultje | 2012-06-25 | 1 | -1/+1 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
* | avutil: Don't allow using strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -0/+4 |
* | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 1 | -0/+6 |
* | Remove unnecessary LIBAVFORMAT_BUILD #ifdef. | Diego Biurrun | 2011-06-05 | 1 | -2/+0 |
* | Move emms_c() from libavcodec to libavutil. | Ronald S. Bultje | 2011-05-24 | 1 | -0/+14 |
* | Ban strncpy() it's too easy to misuse. | Alex Converse | 2011-05-08 | 1 | -0/+2 |
* | Remove unnecessary icc version checks | Mans Rullgard | 2011-03-23 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-09 | 1 | -0/+11 |
* | Rename attribute_used to av_used and move it to attributes.h | Mans Rullgard | 2011-01-31 | 1 | -14/+0 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -7/+0 |
* | Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig... | Carl Eugen Hoyos | 2010-11-10 | 1 | -1/+1 |
* | Use attribute force_align_arg_pointer only on x86_32. | Carl Eugen Hoyos | 2010-07-17 | 1 | -1/+1 |
* | Improve FF_SYMVER documentation | Måns Rullgård | 2010-06-30 | 1 | -6/+15 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -3/+3 |
* | Document FF_SYMVER and attribute_used | Michael Niedermayer | 2010-06-16 | 1 | -0/+15 |
* | Fix symbol version compat wrappers on systems with export prefixes | Måns Rullgård | 2010-06-15 | 1 | -5/+5 |
* | Add compatibility wrappers for functions moved from lavf to lavc | Måns Rullgård | 2010-06-15 | 1 | -0/+11 |