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
2020-09-08doc/texi2pod: support @float.Nicolas George
2015-07-06doc/texi2pod: fix an unescaped left braceJames Almer
This silences some deprecation warnings Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2015-04-11texi2pod: Handle @verbatimTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03Merge commit '94f084324e648876508bed546d950762f10b875e'Michael Niedermayer
* commit '94f084324e648876508bed546d950762f10b875e': texi2pod: Make it output a single encoding string Conflicts: doc/texi2pod.pl See: 12ce58bebdff6bfae9c56dc785e3003968f93277 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03texi2pod: Make it output a single encoding stringLuca Barbato
Intermixing =encoding utf-8 in the file can confuse some pod2man implementations.
2014-04-09Merge commit 'be59675add2a05a7400b1abf86201ab069d7b1dd'Michael Niedermayer
* commit 'be59675add2a05a7400b1abf86201ab069d7b1dd': doc: Change the multitable rendering in texi2pod Conflicts: doc/texi2pod.pl Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-09doc: Change the multitable rendering in texi2podLuca Barbato
Makes it working better for our documentation purposes.
2014-03-13doc/texi2pod: fix encoding typeMichael Niedermayer
docs say: 'A document having more than one "=encoding" line should be considered an error. ' Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: texi2pod: always declare the pod file as UTF-8 encoded Conflicts: doc/texi2pod.pl Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-25texi2pod: always declare the pod file as UTF-8 encodedJanne Grunau
2014-02-06doc/texi2pod: make references boldTimothy Gu
Inspired by GCC r86635. This is more consistent with other man pages. For example in `man git`, all the "git-help(1)" kind of cross refs are bold. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: doc: Try to find nonstandard Perl path from the environment Conflicts: doc/texi2pod.pl Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-01doc: Try to find nonstandard Perl path from the environmentDiego Biurrun
2013-03-30doc/texi2pod.pl: skip printing chapter names if they are disabledStefano Sabatini
2013-03-07doc/texi2pod: fix @ref substitution rule, disallow "}" within the fieldsStefano Sabatini
Fix potential spurious substitution.
2013-01-26doc/texi2pod: fix warnings introduced in ↵Stefano Sabatini
e7e14bc69a606a6bec82efef729263cd38f122d4 The variable "$section" was replaced by "$chapter".
2013-01-26Merge commit '38c1466ca41c73c7ce347da702362cb69c151716'Michael Niedermayer
* commit '38c1466ca41c73c7ce347da702362cb69c151716': dict: add av_dict_parse_string() doc: support multitable in texi2pod Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-25doc: support multitable in texi2podLuca Barbato
2013-01-13doc/texipod: add rule to correctly interpret @ref{ANCHOR,XREF,SECTION_NAME,...}Stefano Sabatini
This allows to name an internal reference in the POD/MAN output.
2012-12-19doc/texi2pod: rework man inclusion logicStefano Sabatini
Ignore @c man begin ... @c man end comments, rely on @chapter for marking the beginning of the various manual top level sections. This allows us to write markup which is not dependent on the specific texi2pod.pl implementation. This change causes a few rendering issues, which will be fixed in further patches.
2012-12-18doc/texi2pod: correctly handle @url commands in the form @url{URL,...}Stefano Sabatini
Ignore the other arguments, which have not to be processed by the POD renderer.
2012-12-18doc/texi2pod: add support to @ifhtml and @ifnothtml directivesStefano Sabatini
With these commands it is possible to add HTML and non-HTML snippets, which will be useful for the "See Also" manual chapters.
2012-11-17doc/texi2pod: recognize @table @command.Nicolas George
2012-10-25doc/texi2pod.pl: drop unnecessary rule, which was converting "\," to ","Stefano Sabatini
I cannot find a reason for such a rule, which was resulting in badly escaped filtergraph snippets. Fix trac ticket #1610.
2012-08-13doc/texi2pod: add "use warnings" directiveStefano Sabatini
The script was previously run with perl -w through the shebang command. Now that the script is executed through direct perl invocation the -w in the shebang command is ignored. This patch re-enables "use warnings" whatever way the script is invoked. Idea-By: jamal <jamrial@gmail.com>
2012-03-20doc: texi2pod: add -I flagMans Rullgard
This allows specifying additional directories to search for @include files. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-07-09doc: replace @pxref by @ref where appropriateDiego Biurrun
2011-03-25support @heading, @subheading, @subsubheading, and @subsubsection inJustin Ruggles
texi2pod.pl
2010-11-30Remove @anchor{} commands from the POD output.Stefano Sabatini
This allows to use the @xref{} command for the HTML output. Originally committed as revision 25854 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-09Make texi2pod.pl process @include texinfo directives wherever they areStefano Sabatini
placed, and not only if inside @c man begin/end sections. Originally committed as revision 23544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-09Tweak texi2pod.pl to make it print the various sections in theStefano Sabatini
generated document following the same order as that used in the texi file. Also allow rendering of *all* the sections, not only a limited predefined subset. Originally committed as revision 23543 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-09Remove a rule triggered by @man begin WORD WORDS. This rule onlyStefano Sabatini
outputs the section if WORDS has been defined in the list of options flags. The meaning of this rule is not clear, and not used by the FFmpeg documentation system anyway. Originally committed as revision 23542 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-05Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", asStefano Sabatini
the corresponding sections in the man page have been renamed that way. Originally committed as revision 23493 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-01Make texi2pod.pl accept @itemize commands with no following characterStefano Sabatini
or texinfo command for specifying how to generate @item marks, and make it use by default the mark symbol "*". This is consistent with texinfo docs: "If you don't specify a mark command, the default is `@bullet'." Originally committed as revision 23408 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24added ffplay documentation - added automatic man page generation for ffmpeg, ↵Fabrice Bellard
ffserver and ffplay Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk