Age | Commit message (Expand) | Author |
2008-02-28 | Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but | Reimar Döffinger |
2008-02-27 | simplify lzo-test rule | Måns Rullgård |
2008-02-26 | less preprocessor magic in version number macros | Måns Rullgård |
2008-02-26 | This header just needs stdint.h, not inttypes.h, which is a superset of | Peter Ross |
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-19 | Clean up lib* version definitions | Måns Rullgård |
2008-02-15 | prettyprinting cosmetics | Diego Biurrun |
2008-02-14 | Avoid void*-arithmetic. | avcoder |
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-02-03 | Missing const found by -Wwrite-strings. | Michael Niedermayer |
2008-02-01 | LZO decoder input is const | Reimar Döffinger |
2008-02-01 | Do not cast const away. | Michael Niedermayer |
2008-02-01 | Merge declaration and initialization. | Michael Niedermayer |
2008-02-01 | Dont cast const away. | Michael Niedermayer |
2008-01-31 | Fix the following using void* casts, proper casts are less readable and | Michael Niedermayer |
2008-01-30 | fixing warning | Michael Niedermayer |
2008-01-28 | Remove integer.h inclusion. | Benoit Fouet |
2008-01-27 | Move common test program infrastructure to common.mak. | Diego Biurrun |
2008-01-27 | Move some lines in preparation for an upcoming commit. | Diego Biurrun |
2008-01-27 | Add Makefile rules for test programs. | Diego Biurrun |
2008-01-27 | Do not install integer.h, it is not part of the public API. | Diego Biurrun |
2008-01-27 | Add and use DECLARE_ASM_CONST for constants used in assembler code. | Reimar Döffinger |
2008-01-23 | Comment to explain how the add/remove core works. | Michael Niedermayer |
2008-01-21 | Faster ff_sqrt() | Michael Niedermayer |
2008-01-17 | Disallow puts(), av_log() should be used instead. | Diego Biurrun |
2008-01-16 | Print removing of nodes in the test code. | Michael Niedermayer |
2008-01-16 | simplify | Michael Niedermayer |
2008-01-14 | Add a couple of missing consts. | Sigbjørn Skjæret |
2008-01-10 | Fix a couple of 'return type defaults to int' and 'control reaches end of | Diego Biurrun |
2008-01-08 | Allow compilation of test programs when TEST is defined. | Diego Biurrun |
2008-01-08 | Remove unused variable j. | Diego Biurrun |
2008-01-08 | Remove unused variable variance. | Diego Biurrun |
2008-01-08 | Fix test program compilation, random() needs to be undefined. | Diego Biurrun |
2008-01-07 | Fix access to the last element of the table. | Aurelien Jacobs |
2008-01-04 | install crc.h which is now part of public API | Aurelien Jacobs |
2008-01-04 | improve CRC API | Aurelien Jacobs |
2008-01-04 | indent | Michael Niedermayer |
2008-01-04 | Flip key and element so types match, not that it matters for any code | Michael Niedermayer |
2008-01-04 | Document O() time. | Michael Niedermayer |
2008-01-04 | Document node removial API. | Michael Niedermayer |
2008-01-04 | Fix selftest. | Michael Niedermayer |
2008-01-04 | Support removing elements. | Michael Niedermayer |
2008-01-04 | Move *malloc() out of tree.c, that way the code can be used with | Michael Niedermayer |
2008-01-04 | Always set next correctly, even if a matching element is found (that is | Michael Niedermayer |