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
|