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