| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting stray commit part II, r8156 had the base64 export patch mixed with ... | Luca Barbato | 2007-02-28 | 4 | -0/+428 |
* | Reverting stray commit part I | Luca Barbato | 2007-02-28 | 4 | -435/+0 |
* | get_packetheader() forgot to read the header_checksum in big packets | Luca Barbato | 2007-02-28 | 4 | -16/+23 |
* | Doxygen documentation for all functions, patch by Dujardin Bernard, | Dujardin Bernard | 2007-02-27 | 1 | -0/+64 |
* | Add missing license headers. | Diego Biurrun | 2007-02-27 | 2 | -0/+36 |
* | Remove superfluous comment. | Diego Biurrun | 2007-02-27 | 1 | -3/+0 |
* | Add Doxygen author and file description, rephrase a Doxygen comment. | Diego Biurrun | 2007-02-27 | 1 | -3/+9 |
* | Remove useless conditional. | Diego Biurrun | 2007-02-27 | 1 | -2/+0 |
* | spelling/grammar fixes for the Doxygen comments | Diego Biurrun | 2007-02-27 | 1 | -12/+12 |
* | Revert previous commit that contained an unrelated hunk. | Diego Biurrun | 2007-02-27 | 2 | -4/+6 |
* | spelling/grammar fixes for a Doxygen comment | Diego Biurrun | 2007-02-26 | 2 | -6/+4 |
* | Remove unused #define. | Diego Biurrun | 2007-02-26 | 1 | -2/+0 |
* | fix 2 mistakes in doxy comments, spotted by Michael | Guillaume Poirier | 2007-02-26 | 1 | -2/+2 |
* | move doxy comments from rational.c to rational.h and add some new comments | Dujardin Bernard | 2007-02-26 | 2 | -17/+35 |
* | Doxygenize some comments | Dujardin Bernard | 2007-02-26 | 1 | -3/+12 |
* | remove [U]INT64_C definition | Måns Rullgård | 2007-02-25 | 1 | -5/+0 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | remove fallback definitions of PRIxNN macros, | Ramiro Polla | 2007-02-24 | 1 | -28/+0 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 1 | -1/+1 |
* | cosmetics: fix usefuLL --> usefuL typo | Diego Biurrun | 2007-02-22 | 1 | -1/+1 |
* | Adds Doxygen docs for the av_log function. | Panagiotis Issaris | 2007-02-20 | 1 | -0/+14 |
* | av_noinline | Michael Niedermayer | 2007-02-16 | 1 | -0/+2 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -5/+1 |
* | Move base64.[ch] to libavutil. | Carl Eugen Hoyos | 2007-02-13 | 3 | -0/+265 |
* | slightly improve *_TIMER | Michael Niedermayer | 2007-02-12 | 1 | -1/+1 |
* | Remove unused ENODATA define | François Revol | 2007-02-11 | 1 | -4/+0 |
* | make key parameter const | Baptiste Coudurier | 2007-02-11 | 2 | -2/+2 |
* | mxf aes decryption support, patch by Reimar, simplified to only look for firs... | Reimar Döffinger | 2007-02-11 | 1 | -0/+1 |
* | av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com | Michael Niedermayer | 2007-02-08 | 3 | -1/+176 |
* | special-case AES-128 decrypter is no longer necessary, the more general | Reimar Döffinger | 2007-02-08 | 2 | -200/+0 |
* | 1000l: Revert accidentally committed change. | Diego Biurrun | 2007-02-07 | 1 | -2/+11 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -11/+2 |
* | simplify and remove useless index in AV_W* | Michael Niedermayer | 2007-02-06 | 1 | -18/+18 |
* | Move lzo decompression to libavutil | Reimar Döffinger | 2007-01-31 | 4 | -3/+312 |
* | Increase the av_log() levels, and add some documentation for them | Luca Abeni | 2007-01-21 | 1 | -0/+39 |
* | add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) | Alex Beregszaszi | 2007-01-19 | 2 | -8/+31 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -5/+5 |
* | change while loops to do-while as the condition is true the first time and th... | Michael Niedermayer | 2007-01-18 | 1 | -4/+4 |
* | simpler branch structure in init (16 bytes smaller object file) | Michael Niedermayer | 2007-01-17 | 1 | -1/+1 |
* | doxygenize | Michael Niedermayer | 2007-01-17 | 1 | -2/+2 |
* | avoid code duplication | Michael Niedermayer | 2007-01-17 | 1 | -3/+1 |
* | better to set things to NULL instead of random in case of out of mem | Michael Niedermayer | 2007-01-17 | 1 | -1/+1 |
* | simplify av_fifo_realloc() | Michael Niedermayer | 2007-01-17 | 1 | -11/+7 |
* | remove near duplicate function | Michael Niedermayer | 2007-01-17 | 1 | -15/+6 |
* | simplify | Michael Niedermayer | 2007-01-17 | 1 | -8/+3 |
* | simplify | Michael Niedermayer | 2007-01-17 | 1 | -5/+2 |
* | 10l (aes_crypt -> av_aes_crypt) | Michael Niedermayer | 2007-01-17 | 2 | -5/+5 |
* | fix CONFIG_SMALL again | Michael Niedermayer | 2007-01-16 | 1 | -18/+8 |
* | 30byte smaller object file | Michael Niedermayer | 2007-01-16 | 1 | -3/+3 |
* | 10l typo | Michael Niedermayer | 2007-01-16 | 1 | -1/+1 |