Fri, 04 Jun 2010 01:15:41 +0000 |
hyc |
Use AV_BASE64_SIZE() macro
libavutil
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavutil
|
Tue, 31 Mar 2009 09:32:59 +0000 |
diego |
Mark non-exported functions in test and example programs as static.
libavutil
|
Sun, 08 Feb 2009 21:19:04 +0000 |
stefano |
Cosmetics: "* out" -> "*out" for consistency with the other
libavutil
|
Sun, 08 Feb 2009 21:16:36 +0000 |
stefano |
Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".
libavutil
|
Sun, 08 Feb 2009 21:13:11 +0000 |
stefano |
Cosmetics: prefer out/in over buf/src for the parameter names of
libavutil
|
Sun, 08 Feb 2009 21:08:42 +0000 |
stefano |
Cosmetics: consistently prefer "size" over "len"/"length" for the
libavutil
|
Sun, 08 Feb 2009 21:00:39 +0000 |
stefano |
Make av_base64_encode() do not require the user to provide an
libavutil
|
Fri, 06 Feb 2009 23:29:25 +0000 |
stefano |
Add a new test program for base64, based on that removed in r17024.
libavutil
|
Fri, 06 Feb 2009 23:24:17 +0000 |
stefano |
Remove broken test program.
libavutil
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavutil
|
Wed, 28 Jan 2009 23:03:17 +0000 |
diego |
spelling/grammar/consistency review part II
libavutil
|
Wed, 21 Jan 2009 17:34:40 +0000 |
diego |
Make base64 test program compilable as a standard test program.
libavutil
|
Wed, 21 Jan 2009 14:28:16 +0000 |
diego |
Add void keyword to parameterless function declaration.
libavutil
|
Tue, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
libavutil
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavutil
|
Mon, 14 Jan 2008 22:10:19 +0000 |
diego |
Add a couple of missing consts.
libavutil
|
Thu, 08 Nov 2007 11:59:39 +0000 |
lucabe |
Reindent the code after last commit
libavutil
|
Thu, 08 Nov 2007 11:56:50 +0000 |
lucabe |
Remove redundant "if(len)"
libavutil
|
Tue, 30 Oct 2007 15:32:52 +0000 |
lucabe |
Mark the source buffer as "const"
libavutil
|
Mon, 19 Mar 2007 00:48:47 +0000 |
lu_zero |
expose av_base64_decode and av_base64_encode
libavutil
|
Wed, 28 Feb 2007 03:28:31 +0000 |
lu_zero |
get_packetheader() forgot to read the header_checksum in big packets
libavutil
|
Tue, 13 Feb 2007 08:21:47 +0000 |
diego |
Move base64.[ch] to libavutil.
libavutil
|