Fri, 19 Oct 2007 09:31:41 +0000 |
reimar |
Add support for DES en- and decryption.
libavutil
|
Sun, 14 Oct 2007 09:29:59 +0000 |
diego |
cosmetics: sort()
libavutil
|
Sat, 13 Oct 2007 10:42:11 +0000 |
reimar |
Add RC4 encryption/decryption function
libavutil
|
Thu, 30 Aug 2007 23:11:24 +0000 |
diego |
cosmetics: Sort some lines, whitespace changes.
libavutil
|
Sat, 23 Jun 2007 23:10:26 +0000 |
mru |
add some string functions
libavutil
|
Mon, 19 Mar 2007 00:48:47 +0000 |
lu_zero |
expose av_base64_decode and av_base64_encode
libavutil
|
Mon, 12 Mar 2007 15:23:18 +0000 |
takis |
Install mem.h on "make install" as:
libavutil
|
Wed, 28 Feb 2007 03:40:23 +0000 |
lu_zero |
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
libavutil
|
Wed, 28 Feb 2007 03:28:31 +0000 |
lu_zero |
get_packetheader() forgot to read the header_checksum in big packets
libavutil
|
Tue, 27 Feb 2007 15:58:38 +0000 |
diego |
Remove superfluous comment.
libavutil
|
Tue, 27 Feb 2007 00:18:38 +0000 |
diego |
Remove useless conditional.
libavutil
|
Tue, 27 Feb 2007 00:11:14 +0000 |
diego |
Revert previous commit that contained an unrelated hunk.
libavutil
|
Mon, 26 Feb 2007 22:59:16 +0000 |
diego |
spelling/grammar fixes for a Doxygen comment
libavutil
|
Mon, 26 Feb 2007 22:56:02 +0000 |
diego |
Remove unused #define.
libavutil
|
Tue, 13 Feb 2007 08:21:47 +0000 |
diego |
Move base64.[ch] to libavutil.
libavutil
|
Sun, 11 Feb 2007 12:50:33 +0000 |
bcoudurier |
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul
libavutil
|
Thu, 08 Feb 2007 22:09:05 +0000 |
michael |
av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com
libavutil
|
Wed, 31 Jan 2007 22:58:53 +0000 |
reimar |
Move lzo decompression to libavutil
libavutil
|
Tue, 14 Nov 2006 01:02:30 +0000 |
michael |
AVL tree
libavutil
|
Wed, 08 Nov 2006 00:02:15 +0000 |
mru |
allow spaces in source and build directory names
libavutil
|
Wed, 11 Oct 2006 08:30:13 +0000 |
diego |
Move CFLAGS handling to common.mak.
libavutil
|
Sat, 07 Oct 2006 09:22:44 +0000 |
diego |
Replace -I../-I. by -I$(BUILD_ROOT).
libavutil
|
Thu, 21 Sep 2006 07:31:53 +0000 |
romansh |
* Moving FifoBuffer out of libavformat/avformat.h and
libavutil
|
Thu, 17 Aug 2006 16:32:08 +0000 |
diego |
Move all internal -I parameters to the front of CFLAGS to avoid using external
libavutil
|
Wed, 19 Jul 2006 12:10:01 +0000 |
lucabe |
Install log.h
libavutil
|
Wed, 19 Jul 2006 07:28:58 +0000 |
lucabe |
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
libavutil
|
Tue, 18 Jul 2006 11:00:55 +0000 |
lucabe |
Move av_log() & friends to libavutil
libavutil
|
Fri, 14 Jul 2006 10:04:29 +0000 |
michael |
adding a \ so we can add more lines without having to do a "cosmetic" change in the previous line
libavutil
|
Fri, 14 Jul 2006 10:03:09 +0000 |
michael |
linear least squares solver using cholesky factorization
libavutil
|
Thu, 13 Jul 2006 23:10:01 +0000 |
mru |
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
libavutil
|