summaryrefslogtreecommitdiff
path: root/libavutil/mem.h
Commit message (Collapse)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
| | | | Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-25
| | | | | | | | Their definition depends on preprocessor directives from config.h, thus they cannot be declared in a public header since public headers cannot #include config.h. Originally committed as revision 16781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence the following icc warnings:Carl Eugen Hoyos2008-12-21
| | | | | | | | warning #1292: attribute "force_align_arg_pointer" ignored warning #1292: attribute "alloc_size" ignored warning #1292: attribute "cold" ignored Originally committed as revision 16258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-20
| | | | Originally committed as revision 16246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow using DECLARE_ALIGNED with Sun cc.Carl Eugen Hoyos2008-10-02
| | | | Originally committed as revision 15509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alloc_size attribute is new to gcc 4.3; don't use it with lesser versionsMåns Rullgård2008-06-05
| | | | Originally committed as revision 13665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.Rafaël Carré2008-06-03
| | | | | | patch by Rafaël Carré, funman videolan org Originally committed as revision 13652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-19
| | | | Originally committed as revision 12501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-19
| | | | Originally committed as revision 12500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-19
| | | | Originally committed as revision 12499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
| | | | | | | in libavutil. Fix a compilation failure in r12489. Originally committed as revision 12498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r12489.Benoit Fouet2008-03-18
| | | | Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
| | | | | | | | | Patch by Zuxy Meng: zuxy meng gmail com Original thread: [FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil Date: 03/18/2008 6:09 AM Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #error in case we do not know how to provide alignment.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-25
| | | | Originally committed as revision 12218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make code C conformant.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: prettyprintDiego Biurrun2008-02-25
| | | | Originally committed as revision 12213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Correctly use preprocessor conditionals.Eddie Pang2008-02-20
| | | | | | patch by Eddie Pang, eddpang gmail com Originally committed as revision 12159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark MSVC compiler macros as such.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disentangle nested preprocessor directives.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-09
| | | | Originally committed as revision 11889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
| | | | | | Should make it easier to work around compilation problems with e.g. ICC. Originally committed as revision 11641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-02
| | | | Originally committed as revision 10906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A ↵Stefano Sabatini2007-11-01
| | | | | | posteP it % Originally committed as revision 10893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc Doxygen spelling/grammar fixesDiego Biurrun2007-10-15
| | | | Originally committed as revision 10754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document libavutil/mem.h:av_strdup.Stefano Sabatini2007-09-09
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the memory related functions out of common.h into their own header filePanagiotis Issaris2007-03-12
mem.h. Originally committed as revision 8342 to svn://svn.ffmpeg.org/ffmpeg/trunk