fc5cdc0d53 
								
							
								 
							
						 
						
							
							
								
								doc: escape left brace in texi2pod.pl regex  
							
							Unescaped literal left braces are deprecated and a warning was added in
Perl 5.22. 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94f084324e 
								
							
								 
							
						 
						
							
							
								
								texi2pod: Make it output a single encoding string  
							
							Intermixing =encoding utf-8 in the file can confuse some pod2man
implementations. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be59675add 
								
							
								 
							
						 
						
							
							
								
								doc: Change the multitable rendering in texi2pod  
							
							Makes it working better for our documentation purposes. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ea14d48a8 
								
							
								 
							
						 
						
							
							
								
								texi2pod: always declare the pod file as UTF-8 encoded  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b05845b15 
								
							
								 
							
						 
						
							
							
								
								doc: Try to find nonstandard Perl path from the environment  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ea5ffc9ce 
								
							
								 
							
						 
						
							
							
								
								doc: support multitable in texi2pod  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b8b207e896 
								
							
								 
							
						 
						
							
							
								
								doc: texi2pod: add -I flag  
							
							This allows specifying additional directories to search for
@include  files.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c98976124 
								
							
								 
							
						 
						
							
							
								
								doc: replace  @pxref  by  @ref  where appropriate  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f0e747b8c 
								
							
								 
							
						 
						
							
							
								
								support  @heading ,  @subheading ,  @subsubheading , and  @subsubsection  in  
							
							texi2pod.pl 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60445a0995 
								
							
								 
							
						 
						
							
							
								
								Remove @anchor{} commands from the POD output.  
							
							This allows to use the @xref{} command for the HTML output.
Originally committed as revision 25854 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4db960650c 
								
							
								 
							
						 
						
							
							
								
								Make texi2pod.pl process  @include  texinfo directives wherever they are  
							
							placed, and not only if inside @c  man begin/end sections.
Originally committed as revision 23544 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22cb270ca5 
								
							
								 
							
						 
						
							
							
								
								Tweak texi2pod.pl to make it print the various sections in the  
							
							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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								299b8be2ec 
								
							
								 
							
						 
						
							
							
								
								Remove a rule triggered by  @man  begin WORD WORDS. This rule only  
							
							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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19da45f22b 
								
							
								 
							
						 
						
							
							
								
								Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", as  
							
							the corresponding sections in the man page have been renamed that way.
Originally committed as revision 23493 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								acbdbf815a 
								
							
								 
							
						 
						
							
							
								
								Make texi2pod.pl accept  @itemize  commands with no following character  
							
							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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5509bffa88 
								
							
								 
							
						 
						
							
							
								
								Update licensing information: The FSF changed postal address.  
							
							Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb270c0896 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: tabs --> spaces, some prettyprinting  
							
							Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								115329f160 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: Remove all trailing whitespace.  
							
							Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e99c4e1037 
								
							
								 
							
						 
						
							
							
								
								added ffplay documentation - added automatic man page generation for ffmpeg, ffserver and ffplay  
							
							Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago