Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-04Use AV_BASE64_SIZE() macroHoward Chu
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-02-09Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini
2009-02-09Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini
2009-02-09Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini
2009-02-09Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini
2009-02-09Make av_base64_encode() do not require the user to provide anStefano Sabatini
2009-02-07Add a new test program for base64, based on that removed in r17024.Stefano Sabatini
2009-02-07Remove broken test program.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
2009-01-21Make base64 test program compilable as a standard test program.Diego Biurrun
2009-01-21Add void keyword to parameterless function declaration.Diego Biurrun
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-01-15Add a couple of missing consts.Sigbjørn Skjæret
2007-11-08Reindent the code after last commitLuca Abeni
2007-11-08Remove redundant "if(len)"Luca Abeni
2007-10-30Mark the source buffer as "const"Luca Abeni
2007-03-19expose av_base64_decode and av_base64_encodeLuca Barbato
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato
2007-02-28Reverting stray commit part ILuca Barbato
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
2007-02-13Move base64.[ch] to libavutil.Carl Eugen Hoyos