Age | Commit message (Expand) | Author |
2011-11-22 | doxy: provide a start page and document libavutil | Luca Barbato |
2011-07-15 | mem.h: switch doxygen parameter order to match function prototype | Diego Biurrun |
2011-04-19 | lavu: remove misc disabled cruft | Anton Khirnov |
2011-03-23 | Remove unnecessary icc version checks | Mans Rullgard |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-31 | Rename attribute_used to av_used and move it to attributes.h | Mans Rullgard |
2010-12-22 | Add av_file_map() and av_file_unmap() functions. | Stefano Sabatini |
2010-12-04 | Change the argument of memory allocation functions from unsigned int to size_t | Michael Niedermayer |
2010-11-10 | Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig... | Carl Eugen Hoyos |
2010-06-30 | Fix grammar errors in documentation | Måns Rullgård |
2010-06-26 | Add missing avutil.h include to libavutil/mem.h | Måns Rullgård |
2010-06-16 | icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used. | Carl Eugen Hoyos |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-09 | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård |
2010-03-06 | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård |
2010-03-06 | Move DECLARE_ALIGNED_{8,16} macros to mem.h | Måns Rullgård |
2010-01-22 | DECLARE_ALIGNED macro for TMS470 compiler | Måns Rullgård |
2010-01-21 | Make DECLARE_ALIGNED macros work with external array specifiers | Måns Rullgård |
2010-01-01 | Remove residual use of the doxygen markup which is deprecated, | Stefano Sabatini |
2009-07-09 | Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to | Ramiro Polla |
2009-06-27 | Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ... | Carl Eugen Hoyos |
2009-06-06 | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-28 | spelling/grammar/consistency review part I | Diego Biurrun |
2009-01-25 | Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. | Diego Biurrun |
2009-01-24 | Directly #include a bunch of indirectly #included headers. | Diego Biurrun |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-12-21 | Silence the following icc warnings: | Carl Eugen Hoyos |
2008-12-20 | Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. | Carl Eugen Hoyos |
2008-10-02 | Allow using DECLARE_ALIGNED with Sun cc. | Carl Eugen Hoyos |
2008-08-31 | Globally rename the header inclusion guard names. | Stefano Sabatini |
2008-06-05 | alloc_size attribute is new to gcc 4.3; don't use it with lesser versions | Måns Rullgård |
2008-06-03 | Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition. | Rafaël Carré |
2008-03-19 | Cosmetic change: remove the whitespace after 'defined' | Zuxy Meng |
2008-03-19 | 'malloc' attribute isn't supported in old gcc. | Zuxy Meng |
2008-03-19 | Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz | Zuxy Meng |
2008-03-19 | Reapply r12489: Add pure, const and malloc attributes to proper functions | Zuxy Meng |
2008-03-18 | revert r12489. | Benoit Fouet |
2008-03-18 | Pure, const and malloc attributes to libavutil. | Zuxy Meng |
2008-03-08 | #error in case we do not know how to provide alignment. | Diego Biurrun |
2008-02-25 | Fix MSVC identification, patch by Eddie Pang. | Eddie Pang |
2008-02-25 | Make code C conformant. | Michael Niedermayer |
2008-02-25 | cosmetics: prettyprint | Diego Biurrun |
2008-02-20 | 10l: Correctly use preprocessor conditionals. | Eddie Pang |
2008-02-13 | Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST. | Diego Biurrun |
2008-02-13 | Mark MSVC compiler macros as such. | Diego Biurrun |
2008-02-13 | Disentangle nested preprocessor directives. | Diego Biurrun |
2008-02-09 | Allow compilation with icc 10.1. | Carl Eugen Hoyos |
2008-01-27 | Add and use DECLARE_ASM_CONST for constants used in assembler code. | Reimar Döffinger |
2007-11-02 | Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it% | Stefano Sabatini |