463 Commits (06de58d2a862f1a8f536527d1f659170a62ba978)

Author SHA1 Message Date
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
Michael Niedermayer ff794171c9 Do not cast const away. 17 years ago
Michael Niedermayer 89ef2c29a0 Merge declaration and initialization. 17 years ago
Michael Niedermayer 070144671d Dont cast const away. 17 years ago
Michael Niedermayer b8fe8ab062 Fix the following using void* casts, proper casts are less readable and 17 years ago
Michael Niedermayer 59abc29e69 fixing warning 17 years ago
Benoit Fouet dd670dedf9 Remove integer.h inclusion. 17 years ago
Diego Biurrun bca9e0bcf1 Move common test program infrastructure to common.mak. 17 years ago
Diego Biurrun fe34942e92 Move some lines in preparation for an upcoming commit. 17 years ago
Diego Biurrun 4942a0e8ee Add Makefile rules for test programs. 17 years ago
Diego Biurrun cff7ccdd44 Do not install integer.h, it is not part of the public API. 17 years ago
Reimar Döffinger 766324fc49 Add and use DECLARE_ASM_CONST for constants used in assembler code. 17 years ago
Michael Niedermayer 51198a8737 Comment to explain how the add/remove core works. 17 years ago
Michael Niedermayer c448a09624 Faster ff_sqrt() 17 years ago
Diego Biurrun 59ec6991ac Disallow puts(), av_log() should be used instead. 17 years ago
Michael Niedermayer 5d1e3d2210 Print removing of nodes in the test code. 17 years ago
Michael Niedermayer 3f161c7eab simplify 17 years ago
Sigbjørn Skjæret 9ad5675f25 Add a couple of missing consts. 17 years ago
Diego Biurrun f3635240b7 Fix a couple of 'return type defaults to int' and 'control reaches end of 17 years ago
Diego Biurrun f0cb505aeb Allow compilation of test programs when TEST is defined. 17 years ago
Diego Biurrun a005768d25 Remove unused variable j. 17 years ago
Diego Biurrun 38c162c1a9 Remove unused variable variance. 17 years ago
Diego Biurrun 43bfaa8920 Fix test program compilation, random() needs to be undefined. 17 years ago
Aurelien Jacobs 03d83abcc6 Fix access to the last element of the table. 17 years ago
Aurelien Jacobs 977cbe79d8 install crc.h which is now part of public API 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Michael Niedermayer a35bf971c6 indent 17 years ago
Michael Niedermayer 2e1d287329 Flip key and element so types match, not that it matters for any code 17 years ago
Michael Niedermayer b57cb96836 Document O() time. 17 years ago
Michael Niedermayer efbaf4deee Document node removial API. 17 years ago