]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/base64.h
rtp: Allow specifying contract parameters in URL
[frescor/ffmpeg.git] / libavutil / base64.h
2009-02-08 stefanoDocument the av_base64_encode/decode functions.
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-01-28 diegospelling/grammar/consistency review part II
2008-08-31 stefanoRename globally the header inclusion guards.
2007-10-30 lucabeMark the source buffer as "const"
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-06-17 gpoirieradd a comment to indicate which #endif belong to which...
2007-06-17 mruadd multiple inclusion guards to headers
2007-06-16 mruinclude all prerequisites in header files
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.