summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-05
* Move av_log2_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move av_i2int()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move av_int2i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move av_cmp_i()'s unaltered comment to the header file.Panagiotis Issaris2007-03-04
* Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris2007-03-04
* Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris2007-03-04
* Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris2007-03-04
* add R/WB24 functionsBaptiste Coudurier2007-03-04
* Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun2007-03-02
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-28
* Reverting stray commit part ILuca Barbato2007-02-28
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-28
* Doxygen documentation for all functions, patch by Dujardin Bernard,Dujardin Bernard2007-02-27
* Add missing license headers.Diego Biurrun2007-02-27
* Remove superfluous comment.Diego Biurrun2007-02-27
* Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun2007-02-27
* Remove useless conditional.Diego Biurrun2007-02-27
* spelling/grammar fixes for the Doxygen commentsDiego Biurrun2007-02-27
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-27
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-26
* Remove unused #define.Diego Biurrun2007-02-26
* fix 2 mistakes in doxy comments, spotted by MichaelGuillaume Poirier2007-02-26
* move doxy comments from rational.c to rational.h and add some new commentsDujardin Bernard2007-02-26
* Doxygenize some commentsDujardin Bernard2007-02-26
* remove [U]INT64_C definitionMåns Rullgård2007-02-25
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* remove fallback definitions of PRIxNN macros,Ramiro Polla2007-02-24
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* cosmetics: fix usefuLL --> usefuL typoDiego Biurrun2007-02-22
* Adds Doxygen docs for the av_log function.Panagiotis Issaris2007-02-20
* av_noinlineMichael Niedermayer2007-02-16
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-13
* slightly improve *_TIMERMichael Niedermayer2007-02-12
* Remove unused ENODATA defineFrançois Revol2007-02-11
* make key parameter constBaptiste Coudurier2007-02-11
* mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger2007-02-11
* av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer2007-02-08
* special-case AES-128 decrypter is no longer necessary, the more generalReimar Döffinger2007-02-08
* 1000l: Revert accidentally committed change.Diego Biurrun2007-02-07
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-06
* Move lzo decompression to libavutilReimar Döffinger2007-01-31
* Increase the av_log() levels, and add some documentation for themLuca Abeni2007-01-21
* add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2007-01-19
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* change while loops to do-while as the condition is true the first time and th...Michael Niedermayer2007-01-18