summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun2007-03-021-28/+21
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-284-0/+428
* Reverting stray commit part ILuca Barbato2007-02-284-435/+0
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-284-16/+23
* Doxygen documentation for all functions, patch by Dujardin Bernard,Dujardin Bernard2007-02-271-0/+64
* Add missing license headers.Diego Biurrun2007-02-272-0/+36
* Remove superfluous comment.Diego Biurrun2007-02-271-3/+0
* Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun2007-02-271-3/+9
* Remove useless conditional.Diego Biurrun2007-02-271-2/+0
* spelling/grammar fixes for the Doxygen commentsDiego Biurrun2007-02-271-12/+12
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-272-4/+6
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-262-6/+4
* Remove unused #define.Diego Biurrun2007-02-261-2/+0
* fix 2 mistakes in doxy comments, spotted by MichaelGuillaume Poirier2007-02-261-2/+2
* move doxy comments from rational.c to rational.h and add some new commentsDujardin Bernard2007-02-262-17/+35
* Doxygenize some commentsDujardin Bernard2007-02-261-3/+12
* remove [U]INT64_C definitionMåns Rullgård2007-02-251-5/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* remove fallback definitions of PRIxNN macros,Ramiro Polla2007-02-241-28/+0
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-1/+1
* cosmetics: fix usefuLL --> usefuL typoDiego Biurrun2007-02-221-1/+1
* Adds Doxygen docs for the av_log function.Panagiotis Issaris2007-02-201-0/+14
* av_noinlineMichael Niedermayer2007-02-161-0/+2
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-5/+1
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-133-0/+265
* slightly improve *_TIMERMichael Niedermayer2007-02-121-1/+1
* Remove unused ENODATA defineFrançois Revol2007-02-111-4/+0
* make key parameter constBaptiste Coudurier2007-02-112-2/+2
* mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger2007-02-111-0/+1
* av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer2007-02-083-1/+176
* special-case AES-128 decrypter is no longer necessary, the more generalReimar Döffinger2007-02-082-200/+0
* 1000l: Revert accidentally committed change.Diego Biurrun2007-02-071-2/+11
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-11/+2
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-061-18/+18
* Move lzo decompression to libavutilReimar Döffinger2007-01-314-3/+312
* Increase the av_log() levels, and add some documentation for themLuca Abeni2007-01-211-0/+39
* add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2007-01-192-8/+31
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-5/+5
* change while loops to do-while as the condition is true the first time and th...Michael Niedermayer2007-01-181-4/+4
* simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer2007-01-171-1/+1
* doxygenizeMichael Niedermayer2007-01-171-2/+2
* avoid code duplicationMichael Niedermayer2007-01-171-3/+1
* better to set things to NULL instead of random in case of out of memMichael Niedermayer2007-01-171-1/+1
* simplify av_fifo_realloc()Michael Niedermayer2007-01-171-11/+7
* remove near duplicate functionMichael Niedermayer2007-01-171-15/+6
* simplifyMichael Niedermayer2007-01-171-8/+3
* simplifyMichael Niedermayer2007-01-171-5/+2
* 10l (aes_crypt -> av_aes_crypt)Michael Niedermayer2007-01-172-5/+5
* fix CONFIG_SMALL againMichael Niedermayer2007-01-161-18/+8
* 30byte smaller object fileMichael Niedermayer2007-01-161-3/+3
OpenPOWER on IntegriCloud