]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/base64.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavutil / base64.c
2009-03-31 diegoMark non-exported functions in test and example program...
2009-02-08 stefanoCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 stefanoCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 stefanoCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 stefanoCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 stefanoMake av_base64_encode() do not require the user to...
2009-02-06 stefanoAdd a new test program for base64, based on that remove...
2009-02-06 stefanoRemove broken test program.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-28 diegospelling/grammar/consistency review part II
2009-01-21 diegoMake base64 test program compilable as a standard test...
2009-01-21 diegoAdd void keyword to parameterless function declaration.
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-01-14 diegoAdd a couple of missing consts.
2007-11-08 lucabeReindent the code after last commit
2007-11-08 lucabeRemove redundant "if(len)"
2007-10-30 lucabeMark the source buffer as "const"
2007-03-19 lu_zeroexpose av_base64_decode and av_base64_encode
2007-02-28 lu_zeroReverting stray commit part II, r8156 had the base64...
2007-02-28 lu_zeroReverting stray commit part I
2007-02-28 lu_zeroget_packetheader() forgot to read the header_checksum...
2007-02-13 diegoMove base64.[ch] to libavutil.