Carl Eugen Hoyos
|
52476c1bee
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
|
16 years ago |
Carl Eugen Hoyos
|
aaa0df02d3
Allow using DECLARE_ALIGNED with Sun cc.
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Måns Rullgård
|
40c13fecfa
alloc_size attribute is new to gcc 4.3; don't use it with lesser versions
|
16 years ago |
Rafaël Carré
|
d326dd9797
Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.
|
16 years ago |
Zuxy Meng
|
e6e70d9bdc
Cosmetic change: remove the whitespace after 'defined'
|
16 years ago |
Zuxy Meng
|
0fd48faca5
'malloc' attribute isn't supported in old gcc.
|
16 years ago |
Zuxy Meng
|
cca6d953c2
Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz
|
16 years ago |
Zuxy Meng
|
85074d3c93
Reapply r12489: Add pure, const and malloc attributes to proper functions
|
16 years ago |
Benoit Fouet
|
2119bb8f51
revert r12489.
|
16 years ago |
Zuxy Meng
|
6544f48f03
Pure, const and malloc attributes to libavutil.
|
16 years ago |
Diego Biurrun
|
c123486e44
#error in case we do not know how to provide alignment.
|
16 years ago |
Eddie Pang
|
a02dd7ebdd
Fix MSVC identification, patch by Eddie Pang.
|
16 years ago |
Michael Niedermayer
|
4fa1f6cc5c
Make code C conformant.
|
16 years ago |
Diego Biurrun
|
4bfc91a07b
cosmetics: prettyprint
|
16 years ago |
Eddie Pang
|
5cbd67ea43
10l: Correctly use preprocessor conditionals.
|
16 years ago |
Diego Biurrun
|
7cb1fc766b
Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
|
17 years ago |
Diego Biurrun
|
b89bb8581d
Mark MSVC compiler macros as such.
|
17 years ago |
Diego Biurrun
|
7433ca2982
Disentangle nested preprocessor directives.
|
17 years ago |
Carl Eugen Hoyos
|
7ce3e4a882
Allow compilation with icc 10.1.
|
17 years ago |
Reimar Döffinger
|
766324fc49
Add and use DECLARE_ASM_CONST for constants used in assembler code.
|
17 years ago |
Stefano Sabatini
|
0ee97f0d3f
Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%
|
17 years ago |
Stefano Sabatini
|
22baf42c83
doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it %
|
17 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Diego Biurrun
|
8a2d973dfc
misc Doxygen spelling/grammar fixes
|
17 years ago |
Stefano Sabatini
|
d3de3ee2bd
Document libavutil/mem.h:av_strdup.
|
17 years ago |
Panagiotis Issaris
|
792098c2ec
Move the memory related functions out of common.h into their own header file
|
17 years ago |