25 Commits (96a1459ed58ca0afef31327564f97bb28fa498c0)

Author SHA1 Message Date
Howard Chu 784824a68c Use AV_BASE64_SIZE() macro 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun 504ffed19f Mark non-exported functions in test and example programs as static. 16 years ago
Stefano Sabatini ac76729c10 Cosmetics: "* out" -> "*out" for consistency with the other 16 years ago
Stefano Sabatini 5118bd441d Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size". 16 years ago
Stefano Sabatini 52ef50a080 Cosmetics: prefer out/in over buf/src for the parameter names of 16 years ago
Stefano Sabatini 61ccbc52ea Cosmetics: consistently prefer "size" over "len"/"length" for the 16 years ago
Stefano Sabatini 0d20c3fdad Make av_base64_encode() do not require the user to provide an 16 years ago
Stefano Sabatini 21eff9ced7 Add a new test program for base64, based on that removed in r17024. 16 years ago
Stefano Sabatini 33094be894 Remove broken test program. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun bfe3676feb spelling/grammar/consistency review part II 16 years ago
Diego Biurrun 448887a6bb Make base64 test program compilable as a standard test program. 16 years ago
Diego Biurrun 40f5cd89c9 Add void keyword to parameterless function declaration. 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Sigbjørn Skjæret 9ad5675f25 Add a couple of missing consts. 17 years ago
Luca Abeni 353fa898bb Reindent the code after last commit 17 years ago
Luca Abeni cd250e581b Remove redundant "if(len)" 17 years ago
Luca Abeni e76e2bbc09 Mark the source buffer as "const" 17 years ago
Luca Barbato bd03c380ce expose av_base64_decode and av_base64_encode 18 years ago
Luca Barbato 558b86a5d0 Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch 18 years ago
Luca Barbato 9fca9c0316 Reverting stray commit part I 18 years ago
Luca Barbato bb0eb714bd get_packetheader() forgot to read the header_checksum in big packets 18 years ago
Carl Eugen Hoyos 034ef0e8c3 Move base64.[ch] to libavutil. 18 years ago
Guillaume Poirier a01e68aa5e Add base64 encoding and decoding routines 18 years ago