summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Do not cast const away.Michael Niedermayer2008-02-011-37/+37
* Merge declaration and initialization.Michael Niedermayer2008-02-011-6/+2
* Dont cast const away.Michael Niedermayer2008-02-011-1/+1
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-311-2/+2
* fixing warningMichael Niedermayer2008-01-301-1/+1
* Remove integer.h inclusion.Benoit Fouet2008-01-281-1/+0
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-271-8/+1
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-271-2/+2
* Add Makefile rules for test programs.Diego Biurrun2008-01-271-0/+15
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-271-1/+0
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-271-0/+2
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-231-0/+18
* Faster ff_sqrt()Michael Niedermayer2008-01-212-20/+28
* Disallow puts(), av_log() should be used instead.Diego Biurrun2008-01-171-0/+2
* Print removing of nodes in the test code.Michael Niedermayer2008-01-161-0/+1
* simplifyMichael Niedermayer2008-01-161-2/+1
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-141-1/+1
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-105-4/+10
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-082-2/+3
* Remove unused variable j.Diego Biurrun2008-01-081-1/+1
* Remove unused variable variance.Diego Biurrun2008-01-081-1/+1
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-081-0/+2
* Fix access to the last element of the table.Aurelien Jacobs2008-01-071-1/+1
* install crc.h which is now part of public APIAurelien Jacobs2008-01-041-0/+1
* improve CRC APIAurelien Jacobs2008-01-043-34/+261
* indentMichael Niedermayer2008-01-041-29/+29
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-041-3/+3
* Document O() time.Michael Niedermayer2008-01-041-0/+2
* Document node removial API.Michael Niedermayer2008-01-041-6/+18
* Fix selftest.Michael Niedermayer2008-01-041-1/+1
* Support removing elements.Michael Niedermayer2008-01-041-22/+50
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-042-4/+16
* Always set next correctly, even if a matching element is found (that isMichael Niedermayer2008-01-041-0/+4
* Check for the presence of llrint(), lrint(), round() and roundf()Michael Kostylev2007-12-271-0/+28
* Remove outdated comment.Diego Biurrun2007-12-271-3/+0
* djgpp port, first partMichael Kostylev2007-12-241-1/+1
* use av_log_get/set_level()Måns Rullgård2007-12-122-10/+3
* kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato2007-12-121-1/+1
* Provide sha1 to outside applicationsLuca Barbato2007-12-123-2/+6
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-242-0/+4
* main() --> main(void)Diego Biurrun2007-11-2310-10/+10
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-191-0/+2
* Remove perror() usage from libavutilLuca Abeni2007-11-191-1/+1
* Reindent the code after last commitLuca Abeni2007-11-081-12/+12
* Remove redundant "if(len)"Luca Abeni2007-11-081-2/+0
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-021-9/+34
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini2007-11-011-3/+3
* Mark the source buffer as "const"Luca Abeni2007-10-302-2/+2
* Document ff_des_encdecReimar Döffinger2007-10-201-0/+10
* Fix typo.Jeremy Mordkoff2007-10-191-1/+1
OpenPOWER on IntegriCloud