summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 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
* main() --> main(void)Diego Biurrun2007-11-23
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-19
* Remove perror() usage from libavutilLuca Abeni2007-11-19
* Reindent the code after last commitLuca Abeni2007-11-08
* Remove redundant "if(len)"Luca Abeni2007-11-08
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-02
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini2007-11-01
* Mark the source buffer as "const"Luca Abeni2007-10-30
* Document ff_des_encdecReimar Döffinger2007-10-20
* Fix typo.Jeremy Mordkoff2007-10-19
* cosmetics: Add #endif comment.Diego Biurrun2007-10-19
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-17
* misc Doxygen spelling/grammar fixesDiego Biurrun2007-10-15
* Fix rc4 header, #ifndef -> #defineReimar Döffinger2007-10-14
* Add multiple inclusion guards.Diego Biurrun2007-10-14
* Add standard license header.Diego Biurrun2007-10-14
* Consistently place comments in file header.Diego Biurrun2007-10-14
* cosmetics: sort()Diego Biurrun2007-10-14
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-13
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
* Document libavutil/mem.h:av_strdup.Stefano Sabatini2007-09-09
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Additional documentation for CRC functionsReimar Döffinger2007-08-20