June 4, 2010
View 784824a

Use AV_BASE64_SIZE() macro

Howard Chu authored on 2010/06/04 10:15:41
April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
March 31, 2009
View 504ffed

Mark non-exported functions in test and example programs as static.

Diego Biurrun authored on 2009/03/31 18:32:59
February 9, 2009
View ac76729

Cosmetics: "* out" -> "*out" for consistency with the other parameters.

Stefano Sabatini authored on 2009/02/09 06:19:04
View 5118bd4

Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".

Stefano Sabatini authored on 2009/02/09 06:16:36
View 52ef50a

Cosmetics: prefer out/in over buf/src for the parameter names of av_base64_encode(), for consistency/readability reasons.

Stefano Sabatini authored on 2009/02/09 06:13:11
View 61ccbc5

Cosmetics: consistently prefer "size" over "len"/"length" for the variable names.

Stefano Sabatini authored on 2009/02/09 06:08:42
View 0d20c3f

Make av_base64_encode() do not require the user to provide an overallocated buffer where to put the encoded string.

Stefano Sabatini authored on 2009/02/09 06:00:39
February 7, 2009
View 21eff9c

Add a new test program for base64, based on that removed in r17024.

Stefano Sabatini authored on 2009/02/07 08:29:25
View 33094be

Remove broken test program.

Stefano Sabatini authored on 2009/02/07 08:24:17
February 1, 2009
View bad5537

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.

Diego Biurrun authored on 2009/02/01 11:00:19
January 29, 2009
View bfe3676

spelling/grammar/consistency review part II

Diego Biurrun authored on 2009/01/29 08:03:17
January 22, 2009
View 448887a

Make base64 test program compilable as a standard test program.

Diego Biurrun authored on 2009/01/22 02:34:40
January 21, 2009
View 40f5cd8

Add void keyword to parameterless function declaration.

Diego Biurrun authored on 2009/01/21 23:28:16
October 22, 2008
View 37d3e06

uses FF_ARRAY_ELEMS() where appropriate

Aurelien Jacobs authored on 2008/10/22 06:40:24