835 Commits (dd3475682e48a1364dc1738405f8ec7767a78848)

Author SHA1 Message Date
Michael Niedermayer 7d4495dafe simplify and remove useless index in AV_W* 18 years ago
Reimar Döffinger 4302963daa Move lzo decompression to libavutil 18 years ago
Luca Abeni 434f2c18e8 Increase the av_log() levels, and add some documentation for them 18 years ago
Alex Beregszaszi a3550abd08 add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Michael Niedermayer 50b4468598 change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles 18 years ago
Michael Niedermayer 4497712f09 simpler branch structure in init (16 bytes smaller object file) 18 years ago
Michael Niedermayer be65b41f90 doxygenize 18 years ago
Michael Niedermayer 3da97cfdfc avoid code duplication 18 years ago
Michael Niedermayer 0726982cdb better to set things to NULL instead of random in case of out of mem 18 years ago
Michael Niedermayer 96e39edc59 simplify av_fifo_realloc() 18 years ago
Michael Niedermayer 765d4f3b4a remove near duplicate function 18 years ago
Michael Niedermayer 870a12d1c2 simplify 18 years ago
Michael Niedermayer f81b99b82b simplify 18 years ago
Michael Niedermayer ca2560dff6 10l (aes_crypt -> av_aes_crypt) 18 years ago
Michael Niedermayer 97f6d1545e fix CONFIG_SMALL again 18 years ago
Michael Niedermayer 5d1b539348 30byte smaller object file 18 years ago
Michael Niedermayer 519773e3a5 10l typo 18 years ago
Michael Niedermayer 6eb7df5c6d public API 18 years ago
Michael Niedermayer 97e3458c46 cbc support 18 years ago
Michael Niedermayer 2d3475ae6a avoid memcpy() 18 years ago
Michael Niedermayer 7465619af8 give crypt a src and dst 18 years ago
Michael Niedermayer b0642c7409 change subshift a little, this reduces the object size a litlle 18 years ago
Michael Niedermayer 298dd6b7c8 use 2 state arrays so that fewer temporary variables are needed 18 years ago
Michael Niedermayer cc6b4da83a remove useless parameter 18 years ago
Michael Niedermayer 14bc38498a unused variable 18 years ago
Michael Niedermayer 1aa72a703c merge shift into mix 18 years ago
Michael Niedermayer 1f83576b48 make aes_en/decrypt() static until we decided on the public API 18 years ago
Michael Niedermayer 0d80bd2f56 move #include log.h into the selftesting code where it belongs 18 years ago
Michael Niedermayer 6572e1a4d2 remove dependancy on *malloc() 18 years ago
Michael Niedermayer 347c27988d check the last? entry written for detecting already initalized tables 18 years ago
Michael Niedermayer 96b103086e replace / by >> this makes the .o ~150 bytes smaller 18 years ago
Michael Niedermayer e42244e9df cosmetic 18 years ago
Michael Niedermayer f32f5122ce av_aes_init() 18 years ago
Michael Niedermayer 6287dc9aae the missing header ... 18 years ago
Michael Niedermayer 597e3232ef simplify 18 years ago
Michael Niedermayer 7200f5d054 simplify multiply table init 18 years ago
Michael Niedermayer d65dc0cdc6 simplify selftest 18 years ago
Michael Niedermayer f25b650a5b revert simplification (broke 192 bit keys) 18 years ago
Michael Niedermayer 8d4ae47c3f simplify 18 years ago
Michael Niedermayer 1b10524312 fix 2 warnings 18 years ago
Michael Niedermayer 034f5fbaf2 seems i didnt copy anything from aes128.c so this should be more correct ? 18 years ago
Michael Niedermayer c2fd2b20e5 unneeded 18 years ago
Michael Niedermayer a6e923c9db unused think 18 years ago
Michael Niedermayer 0c5d2819a5 merge encrypt and decrypt so the source is simpler and the compiler can choose with inlining if it wants speed or small size 18 years ago
Michael Niedermayer 28b5123546 indent 18 years ago
Michael Niedermayer 954bd264c1 remove duplicate round_key 18 years ago
Michael Niedermayer 54b78b2495 make decode look more like encode 18 years ago
Michael Niedermayer cc85897055 dont use encode tables for decoding 18 years ago
Michael Niedermayer 73374bf4d0 remove no longer corret comment 18 years ago