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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09Document the av_base64_encode/decode functions.Stefano Sabatini
See the thread: "[PATCH] Improve documentation for libavutil/base64.h". Originally committed as revision 17074 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini
parameters. Originally committed as revision 17072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini
Originally committed as revision 17071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini
av_base64_encode(), for consistency/readability reasons. Originally committed as revision 17069 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini
variable names. Originally committed as revision 17067 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-30Mark the source buffer as "const"Luca Abeni
Originally committed as revision 10877 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17add multiple inclusion guards to headersMåns Rullgård
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17include all prerequisites in header filesMåns Rullgård
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-19expose av_base64_decode and av_base64_encodeLuca Barbato
Originally committed as revision 8448 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ↵Luca Barbato
the nutdec patch Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28Reverting stray commit part ILuca Barbato
Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
patch from Clemens Ladisch cladisch AT fastmail dot net (stray base64 patch reverted in the next commits) Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13Move base64.[ch] to libavutil.Carl Eugen Hoyos
patch by Carl Eugen Hoyos, cehoyos ag.or at Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk