[FFmpeg-devel] [PATCH] 5 patches from the Debian packaging

Timothy Gu timothygu99 at gmail.com
Sat Mar 8 04:44:03 CET 2014


On Fri, Mar 7, 2014 at 11:33 AM, Reimar Döffinger
<Reimar.Doeffinger at gmx.de> wrote:
> On Fri, Mar 07, 2014 at 04:38:56PM +0100, Andreas Cadhalpun wrote:
>> >Have you looked at if/how the output differs between these tools?
>> >Both visually in the browser and as far as the generated HTML is
>> >concerned?
>>
>> The output is a bit differently formatted, but the content is the same. See
>> for example the attachments for libavfilter.html.
>
> The content doesn't quite look the same to me.
>
>> -<title>FFmpeg documentation : Libavfilter </title>
>> +<title>Libavfilter Documentation</title>
>
> "FFmpeg documentation" disappeared....
>
>> -<meta name="keywords" content="FFmpeg documentation : Libavfilter ">
>> +<meta name="keywords" content="Libavfilter Documentation">
>
> Also from the keywords.
>
>> -<span class="label label-info">This document was generated on <i>March 6, 2014</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.</span></footer></div></div></body>
>
> Not sure if we had that intentionally, there seems to be no
> creation data available anymore.
> For users it can be kind of useful to know how up-to-date the
> document is.

This patch has more problem than it seems: *-all.html is completely
broken, CSS is not included at all, and @subsubsection is not
supported:

(I fixed *-all generation here)
$ make doc/ffmpeg-all.html
HTML doc/ffmpeg-all.html
doc/decoders.texi:65: raising the section level of @subsubsection
which is too low
make: *** [doc/ffmpeg-all.html] Error 1

$ grep -rn @subsubsection doc/*.texi
doc/decoders.texi:65:@subsubsection AC-3 Decoder Options
doc/encoders.texi:144:@subsubsection Metadata Control Options
doc/encoders.texi:161:@subsubsection Downmix Levels
doc/encoders.texi:195:@subsubsection Audio Production Information
doc/encoders.texi:229:@subsubsection Other Metadata Options
doc/encoders.texi:294:@subsubsection Extended Bitstream Information - Part 1
doc/encoders.texi:391:@subsubsection Extended Bitstream Information - Part 2
doc/encoders.texi:1212:@subsubsection Shared options
doc/encoders.texi:1230:@subsubsection Private options
doc/filters.texi:4325:@subsubsection p/c/n
doc/filters.texi:4380:@subsubsection u/b
doc/filters.texi:4877:@subsubsection Hald CLUT video stream
doc/filters.texi:4895:@subsubsection Hald CLUT with preview


More information about the ffmpeg-devel mailing list