492 Commits (1beb670a2d63da271cb259c12dffb85903a14ed2)

Author SHA1 Message Date
Stefano Sabatini 07c37ca7fc remove useless extern keyword. 17 years ago
Benoit Fouet 95c76e1180 cosmetics (by Björn Axelsson) 17 years ago
Björn Axelsson 49cec1998a Add a generic write function to av_fifo. 17 years ago
Måns Rullgård 71c61f62a3 non-recursive makefiles 17 years ago
Michael Niedermayer 4764fdc987 simplify 17 years ago
Michael Niedermayer ed0d3048c0 Merge declaratio and initialization. 17 years ago
Michael Niedermayer 11362767b8 Merge declaration and initialization. 17 years ago
Alexander Strange df22c35dfb Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Måns Rullgård 3540b950ec add missing #include "common.h" to libavutil headers 17 years ago
Zuxy Meng e6e70d9bdc Cosmetic change: remove the whitespace after 'defined' 17 years ago
Zuxy Meng 0fd48faca5 'malloc' attribute isn't supported in old gcc. 17 years ago
Zuxy Meng cca6d953c2 Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz 17 years ago
Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
Måns Rullgård 3662d880ed 32/64-bit agnostic x86 bswap 17 years ago
Måns Rullgård 70fa2e27ec cosmetics: sanitise asm() statements in bswap.h 17 years ago
Benoit Fouet 2119bb8f51 revert r12489. 17 years ago
Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 17 years ago
Måns Rullgård b4d96ba2a8 check for prefix on extern symbols in configure 17 years ago
Måns Rullgård 3c9bcb42cf add REGd definition 17 years ago
Diego Biurrun 08e89160e4 cosmetics: indentation 17 years ago
Diego Biurrun edfd6975cf Simplify MANGLE macro preprocessor condition checks. 17 years ago
İsmail Dönmez 8e9ccb6c7e Fix MANGLE macro on Mac OS X. 17 years ago
Diego Biurrun 768a920572 #include stddef.h instead of sys/types.h, the former is a standard C header. 17 years ago
Diego Biurrun 32573a74bf #include stdint.h instead of inttypes.h like all libavutil headers do. 17 years ago
Diego Biurrun a087028ad8 Add #include "config.h" to headers that need it. 17 years ago
Diego Biurrun 6ef2912879 Add missing stdint.h #include to headers that use it. 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Diego Biurrun c123486e44 #error in case we do not know how to provide alignment. 17 years ago
Måns Rullgård 6bd859d67e check for x86 bswap instruction 17 years ago
Diego Biurrun 9b25f4a65f cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
Måns Rullgård 0e32c8c65a simplify library version handling 17 years ago
Reimar Döffinger 7e14b8082d Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but 17 years ago
Måns Rullgård 2e98d87cfc simplify lzo-test rule 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Peter Ross fe0c188b4a This header just needs stdint.h, not inttypes.h, which is a superset of 17 years ago
Eddie Pang a02dd7ebdd Fix MSVC identification, patch by Eddie Pang. 17 years ago
Michael Niedermayer 4fa1f6cc5c Make code C conformant. 17 years ago
Diego Biurrun 4bfc91a07b cosmetics: prettyprint 17 years ago
Eddie Pang 5cbd67ea43 10l: Correctly use preprocessor conditionals. 17 years ago
Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
Diego Biurrun 27af15dc5c prettyprinting cosmetics 17 years ago
avcoder 90d30570d8 Avoid void*-arithmetic. 17 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
Michael Niedermayer f522310b6d Missing const found by -Wwrite-strings. 17 years ago
Reimar Döffinger 5e038b4f08 LZO decoder input is const 17 years ago