]> git.sesse.net Git - ffmpeg/history - libavutil
Move av_cmp_i()'s unaltered comment to the header file.
[ffmpeg] / libavutil /
2007-03-04 Panagiotis IssarisMove av_cmp_i()'s unaltered comment to the header file.
2007-03-04 Panagiotis IssarisMove av_shr_i()'s unaltered comments to the header...
2007-03-04 Panagiotis IssarisMove av_div_i()'s comments to the header file. The...
2007-03-04 Panagiotis IssarisMove av_mod_i()'s comment to the header file. The moved...
2007-03-04 Panagiotis IssarisMove the unaltered Doxygen docs from the log source...
2007-03-04 Baptiste Coudurieradd R/WB24 functions
2007-03-02 Diego BiurrunImprove Doxygen documentation, inspired by Michael...
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-27 Dujardin BernardDoxygen documentation for all functions, patch by Dujar...
2007-02-27 Diego BiurrunAdd missing license headers.
2007-02-27 Diego BiurrunRemove superfluous comment.
2007-02-27 Diego BiurrunAdd Doxygen author and file description, rephrase a...
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-27 Diego Biurrunspelling/grammar fixes for the Doxygen comments
2007-02-27 Diego BiurrunRevert previous commit that contained an unrelated...
2007-02-26 Diego Biurrunspelling/grammar fixes for a Doxygen comment
2007-02-26 Diego BiurrunRemove unused #define.
2007-02-26 Guillaume Poirierfix 2 mistakes in doxy comments, spotted by Michael
2007-02-26 Dujardin Bernardmove doxy comments from rational.c to rational.h and...
2007-02-26 Dujardin BernardDoxygenize some comments
2007-02-25 Måns Rullgårdremove [U]INT64_C definition
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-24 Ramiro Pollaremove fallback definitions of PRIxNN macros,
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2007-02-22 Diego Biurruncosmetics: fix usefuLL --> usefuL typo
2007-02-20 Panagiotis IssarisAdds Doxygen docs for the av_log function.
2007-02-16 Michael Niedermayerav_noinline
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-13 Carl Eugen HoyosMove base64.[ch] to libavutil.
2007-02-12 Michael Niedermayerslightly improve *_TIMER
2007-02-11 François RevolRemove unused ENODATA define
2007-02-11 Baptiste Couduriermake key parameter const
2007-02-11 Reimar Döffingermxf aes decryption support, patch by Reimar, simplified...
2007-02-08 Michael Niedermayerav_random() by Ryan Martell rdm4 name-server-seperator...
2007-02-08 Reimar Döffingerspecial-case AES-128 decrypter is no longer necessary...
2007-02-07 Diego Biurrun1000l: Revert accidentally committed change.
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-02-06 Michael Niedermayersimplify and remove useless index in AV_W*
2007-01-31 Reimar DöffingerMove lzo decompression to libavutil
2007-01-21 Luca AbeniIncrease the av_log() levels, and add some documentatio...
2007-01-19 Alex Beregszasziadd AV_WB/WL for lswriting, similar to AV_RB/RL (also...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-18 Michael Niedermayerchange while loops to do-while as the condition is...
2007-01-17 Michael Niedermayersimpler branch structure in init (16 bytes smaller...
2007-01-17 Michael Niedermayerdoxygenize
2007-01-17 Michael Niedermayeravoid code duplication
2007-01-17 Michael Niedermayerbetter to set things to NULL instead of random in case...
2007-01-17 Michael Niedermayersimplify av_fifo_realloc()
2007-01-17 Michael Niedermayerremove near duplicate function
2007-01-17 Michael Niedermayersimplify
2007-01-17 Michael Niedermayersimplify
2007-01-17 Michael Niedermayer10l (aes_crypt -> av_aes_crypt)
2007-01-16 Michael Niedermayerfix CONFIG_SMALL again
2007-01-16 Michael Niedermayer30byte smaller object file
2007-01-16 Michael Niedermayer10l typo
2007-01-16 Michael Niedermayerpublic API
2007-01-16 Michael Niedermayercbc support
2007-01-16 Michael Niedermayeravoid memcpy()
2007-01-16 Michael Niedermayergive crypt a src and dst
2007-01-16 Michael Niedermayerchange subshift a little, this reduces the object size...
2007-01-16 Michael Niedermayeruse 2 state arrays so that fewer temporary variables...
2007-01-16 Michael Niedermayerremove useless parameter
2007-01-16 Michael Niedermayerunused variable
2007-01-15 Michael Niedermayermerge shift into mix
2007-01-15 Michael Niedermayermake aes_en/decrypt() static until we decided on the...
2007-01-15 Michael Niedermayermove #include log.h into the selftesting code where...
2007-01-15 Michael Niedermayerremove dependancy on *malloc()
2007-01-15 Michael Niedermayercheck the last? entry written for detecting already...
2007-01-15 Michael Niedermayerreplace / by >> this makes the .o ~150 bytes smaller
2007-01-15 Michael Niedermayercosmetic
2007-01-15 Michael Niedermayerav_aes_init()
2007-01-15 Michael Niedermayerthe missing header ...
2007-01-14 Michael Niedermayersimplify
2007-01-14 Michael Niedermayersimplify multiply table init
2007-01-14 Michael Niedermayersimplify selftest
2007-01-14 Michael Niedermayerrevert simplification (broke 192 bit keys)
2007-01-14 Michael Niedermayersimplify
2007-01-14 Michael Niedermayerfix 2 warnings
2007-01-14 Michael Niedermayerseems i didnt copy anything from aes128.c so this shoul...
2007-01-14 Michael Niedermayerunneeded
2007-01-14 Michael Niedermayerunused think
2007-01-14 Michael Niedermayermerge encrypt and decrypt so the source is simpler...
2007-01-14 Michael Niedermayerindent
2007-01-14 Michael Niedermayerremove duplicate round_key
2007-01-14 Michael Niedermayermake decode look more like encode
2007-01-14 Michael Niedermayerdont use encode tables for decoding
2007-01-14 Michael Niedermayerremove no longer corret comment
2007-01-14 Michael Niedermayerunused stuff removial
2007-01-14 Michael Niedermayermerge inv_sbox into inv_mix
2007-01-14 Michael Niedermayermerge sbox with mix on the encryption side
2007-01-14 Michael Niedermayer1 test vector
2007-01-14 Michael Niedermayerfix CONFIG_SMALL case
2007-01-14 Michael Niedermayersimplify special round
2007-01-14 Michael Niedermayerbenchmark
2007-01-14 Michael Niedermayerinit multbl
2007-01-14 Michael Niedermayerascii
2007-01-14 Reimar Döffinger128bit-only AES implementation under development.
2007-01-14 Michael Niedermayercosmetic
next