| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Check for the presence of llrint(), lrint(), round() and roundf() | Michael Kostylev | 2007-12-27 | 1 | -0/+28 |
* | Remove outdated comment. | Diego Biurrun | 2007-12-27 | 1 | -3/+0 |
* | djgpp port, first part | Michael Kostylev | 2007-12-24 | 1 | -1/+1 |
* | use av_log_get/set_level() | Måns Rullgård | 2007-12-12 | 2 | -10/+3 |
* | kill a warning, av_sha1_update accepts uint8_t * not uint64_t * | Luca Barbato | 2007-12-12 | 1 | -1/+1 |
* | Provide sha1 to outside applications | Luca Barbato | 2007-12-12 | 3 | -2/+6 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2007-11-24 | 2 | -0/+4 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 10 | -10/+10 |
* | Generate a linking error if perror() is used in libav* | Luca Abeni | 2007-11-19 | 1 | -0/+2 |
* | Remove perror() usage from libavutil | Luca Abeni | 2007-11-19 | 1 | -1/+1 |
* | Reindent the code after last commit | Luca Abeni | 2007-11-08 | 1 | -12/+12 |
* | Remove redundant "if(len)" | Luca Abeni | 2007-11-08 | 1 | -2/+0 |
* | Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it% | Stefano Sabatini | 2007-11-02 | 1 | -9/+34 |
* | doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po... | Stefano Sabatini | 2007-11-01 | 1 | -3/+3 |
* | Mark the source buffer as "const" | Luca Abeni | 2007-10-30 | 2 | -2/+2 |
* | Document ff_des_encdec | Reimar Döffinger | 2007-10-20 | 1 | -0/+10 |
* | Fix typo. | Jeremy Mordkoff | 2007-10-19 | 1 | -1/+1 |