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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-02lavu/base64: add AV_BASE64_DECODE_SIZE() macroStefano Sabatini
2013-01-03lavu/base64: extend/clarify doxy for the base64 APIStefano Sabatini
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-01base64: improve documentationMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-04Add AV_BASE64_SIZE() macroHoward Chu
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-02-09Document the av_base64_encode/decode functions.Stefano Sabatini
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-01-29spelling/grammar/consistency review part IIDiego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-30Mark the source buffer as "const"Luca Abeni
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
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