summaryrefslogtreecommitdiffstats
path: root/libavutil/base64.c
Commit message (Expand)AuthorAgeFilesLines
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-311-1/+2
* Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini2009-02-081-1/+1
* Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini2009-02-081-4/+4
* Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2009-02-081-4/+4
* Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2009-02-081-6/+6
* Make av_base64_encode() do not require the user to provide anStefano Sabatini2009-02-081-1/+1
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-061-0/+63
* Remove broken test program.Stefano Sabatini2009-02-061-126/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-281-6/+5
* Make base64 test program compilable as a standard test program.Diego Biurrun2009-01-211-5/+4
* Add void keyword to parameterless function declaration.Diego Biurrun2009-01-211-1/+1
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-141-1/+1
* Reindent the code after last commitLuca Abeni2007-11-081-12/+12
* Remove redundant "if(len)"Luca Abeni2007-11-081-2/+0
* Mark the source buffer as "const"Luca Abeni2007-10-301-1/+1
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-191-5/+4
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-281-0/+231
* Reverting stray commit part ILuca Barbato2007-02-281-234/+0
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-281-12/+15
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-131-0/+231
OpenPOWER on IntegriCloud