summaryrefslogtreecommitdiff
path: root/libavutil/base64.h
Commit message (Expand)AuthorAgeFilesLines
* lavu/base64: add AV_BASE64_DECODE_SIZE() macroStefano Sabatini2016-04-021-2/+7
* lavu/base64: extend/clarify doxy for the base64 APIStefano Sabatini2013-01-021-5/+7
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-0/+11
|\
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-221-0/+11
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* base64: improve documentationMåns Rullgård2010-06-301-13/+13
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Add AV_BASE64_SIZE() macroHoward Chu2010-06-041-0/+5
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-9/+9
* Document the av_base64_encode/decode functions.Stefano Sabatini2009-02-081-5/+15
* 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-1/+1
* Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2009-02-081-1/+1
* Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2009-02-081-2/+2
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-281-4/+3
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Mark the source buffer as "const"Luca Abeni2007-10-301-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+4
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-191-1/+2
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-281-0/+33
* Reverting stray commit part ILuca Barbato2007-02-281-37/+0
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-281-1/+5
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-131-0/+33