summaryrefslogtreecommitdiff
path: root/libavutil/base64.h
Commit message (Expand)AuthorAge
* doxy: provide a start page and document libavutilLuca Barbato2011-11-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* base64: improve documentationMåns Rullgård2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Add AV_BASE64_SIZE() macroHoward Chu2010-06-04
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Document the av_base64_encode/decode functions.Stefano Sabatini2009-02-08
* Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini2009-02-08
* Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini2009-02-08
* Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2009-02-08
* Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2009-02-08
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Mark the source buffer as "const"Luca Abeni2007-10-30
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-19
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-28
* Reverting stray commit part ILuca Barbato2007-02-28
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-28
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-13