| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-11 | 1 | -5/+0 |
|\ |
|
| * | dict: move struct AVDictionary definition to dict.c | Mans Rullgard | 2012-08-10 | 1 | -5/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-10 | 1 | -40/+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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -28/+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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-10 | 1 | -2/+5 |
|\| |
|
| * | lavu: use intrinsics for emms on systems lacking inline asm support | Ronald S. Bultje | 2012-07-10 | 1 | -2/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-25 | 1 | -1/+1 |
|\| |
|
| * | x86: place some inline asm under #if HAVE_INLINE_ASM | Ronald S. Bultje | 2012-06-25 | 1 | -1/+1 |
* | | attributes: move av_restrict fallback from internal to attributes | Michael Niedermayer | 2012-06-17 | 1 | -4/+0 |
* | | lavu/internal: define av_restrict if it has not been defined by config.h | Michael Niedermayer | 2012-06-17 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 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 |
* | | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -0/+6 |
|\| |
|
| * | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-06 | 1 | -2/+0 |
|\| |
|
| * | Remove unnecessary LIBAVFORMAT_BUILD #ifdef. | Diego Biurrun | 2011-06-05 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -0/+16 |
|\| |
|
| * | Move emms_c() from libavcodec to libavutil. | Ronald S. Bultje | 2011-05-24 | 1 | -0/+14 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-09 | 1 | -0/+2 |
|\| |
|
| * | Ban strncpy() it's too easy to misuse. | Alex Converse | 2011-05-08 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-24 | 1 | -1/+1 |
|\| |
|
| * | 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 |
* | | Fake-Merge remote-tracking branch 'ffmpeg-mt/master' | Michael Niedermayer | 2011-03-22 | 1 | -1/+0 |
* | | Use macro __INTEL_COMPILER instead of __ICC. | Carl Eugen Hoyos | 2011-03-02 | 1 | -1/+1 |
* | | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-11 | 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-30 | 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 |
* | av_alias is an attribute and belongs to attributes.h | Michael Niedermayer | 2010-05-13 | 1 | -8/+0 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -2/+1 |
* | Move libm replacements to new header libm.h | Måns Rullgård | 2010-03-09 | 1 | -59/+1 |
* | Move ff_sqrt() to libavutil/intmath.h | Måns Rullgård | 2010-03-08 | 1 | -22/+0 |