summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 10l: Correctly use preprocessor conditionals.Eddie Pang2008-02-20
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* prettyprinting cosmeticsDiego Biurrun2008-02-15
* Avoid void*-arithmetic.avcoder2008-02-14
* Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun2008-02-13
* Mark MSVC compiler macros as such.Diego Biurrun2008-02-13
* Disentangle nested preprocessor directives.Diego Biurrun2008-02-13
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-09
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-03
* LZO decoder input is constReimar Döffinger2008-02-01
* Do not cast const away.Michael Niedermayer2008-02-01
* Merge declaration and initialization.Michael Niedermayer2008-02-01
* Dont cast const away.Michael Niedermayer2008-02-01
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-31
* fixing warningMichael Niedermayer2008-01-30
* Remove integer.h inclusion.Benoit Fouet2008-01-28
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-27
* Add Makefile rules for test programs.Diego Biurrun2008-01-27
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-27
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-23
* Faster ff_sqrt()Michael Niedermayer2008-01-21
* Disallow puts(), av_log() should be used instead.Diego Biurrun2008-01-17
* Print removing of nodes in the test code.Michael Niedermayer2008-01-16
* simplifyMichael Niedermayer2008-01-16
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-14
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-08
* Remove unused variable j.Diego Biurrun2008-01-08
* Remove unused variable variance.Diego Biurrun2008-01-08
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-08
* Fix access to the last element of the table.Aurelien Jacobs2008-01-07
* install crc.h which is now part of public APIAurelien Jacobs2008-01-04
* improve CRC APIAurelien Jacobs2008-01-04
* indentMichael Niedermayer2008-01-04
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-04
* Document O() time.Michael Niedermayer2008-01-04
* Document node removial API.Michael Niedermayer2008-01-04
* Fix selftest.Michael Niedermayer2008-01-04
* Support removing elements.Michael Niedermayer2008-01-04
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
* Always set next correctly, even if a matching element is found (that isMichael Niedermayer2008-01-04
* Check for the presence of llrint(), lrint(), round() and roundf()Michael Kostylev2007-12-27
* Remove outdated comment.Diego Biurrun2007-12-27
* djgpp port, first partMichael Kostylev2007-12-24
* use av_log_get/set_level()Måns Rullgård2007-12-12
* kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato2007-12-12
* Provide sha1 to outside applicationsLuca Barbato2007-12-12
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24