| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | public API | Michael Niedermayer | 2007-01-16 | 1 | -0/+10 |
* | cbc support | Michael Niedermayer | 2007-01-16 | 1 | -12/+23 |
* | avoid memcpy() | Michael Niedermayer | 2007-01-16 | 1 | -4/+3 |
* | give crypt a src and dst | Michael Niedermayer | 2007-01-16 | 1 | -23/+21 |
* | change subshift a little, this reduces the object size a litlle | Michael Niedermayer | 2007-01-16 | 1 | -5/+7 |
* | use 2 state arrays so that fewer temporary variables are needed | Michael Niedermayer | 2007-01-16 | 1 | -33/+32 |
* | remove useless parameter | Michael Niedermayer | 2007-01-16 | 1 | -4/+4 |
* | unused variable | Michael Niedermayer | 2007-01-16 | 1 | -1/+1 |
* | merge shift into mix | Michael Niedermayer | 2007-01-15 | 1 | -20/+28 |
* | make aes_en/decrypt() static until we decided on the public API | Michael Niedermayer | 2007-01-15 | 1 | -5/+5 |
* | move #include log.h into the selftesting code where it belongs | Michael Niedermayer | 2007-01-15 | 1 | -1/+1 |
* | remove dependancy on *malloc() | Michael Niedermayer | 2007-01-15 | 2 | -21/+24 |
* | check the last? entry written for detecting already initalized tables | Michael Niedermayer | 2007-01-15 | 1 | -1/+1 |
* | replace / by >> this makes the .o ~150 bytes smaller | Michael Niedermayer | 2007-01-15 | 1 | -4/+4 |
* | cosmetic | Michael Niedermayer | 2007-01-15 | 1 | -2/+0 |
* | av_aes_init() | Michael Niedermayer | 2007-01-15 | 1 | -0/+7 |
* | the missing header ... | Michael Niedermayer | 2007-01-15 | 1 | -0/+26 |
* | simplify | Michael Niedermayer | 2007-01-14 | 1 | -10/+4 |
* | simplify multiply table init | Michael Niedermayer | 2007-01-14 | 1 | -11/+11 |
* | simplify selftest | Michael Niedermayer | 2007-01-14 | 1 | -27/+17 |
* | revert simplification (broke 192 bit keys) | Michael Niedermayer | 2007-01-14 | 1 | -3/+6 |