3e66a74072 
								
							
								 
							
						 
						
							
							
								
								Update copyright year and mention other copyright holders.  
							
							Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								720442981b 
								
							
								 
							
						 
						
							
							
								
								Remove the "mblmax" OptionDef. The equally named AVOption takes over its  
							
							function. A unit change is involved, but as AVOption parameters are now parsed
with ff_eval2(), you can use the QP2LAMBDA constant to ease the change.
Originally committed as revision 6370 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93b26b6381 
								
							
								 
							
						 
						
							
							
								
								Remove the "mblmin" OptionDef. The equally named AVOption takes over its  
							
							function. A unit change is involved, but as AVOption parameters are now parsed
with ff_eval2(), you can use the QP2LAMBDA constant to ease the change.
Originally committed as revision 6369 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0eba70acab 
								
							
								 
							
						 
						
							
							
								
								Remove the "lmin" OptionDef. The equally named AVOption takes over its function.  
							
							A unit change is involved, but as AVOption parameters are now parsed with
ff_eval2(), you can use the QP2LAMBDA constant to ease the change, f.e.:
ffmpeg -i src.ext -lmin 21*QP2LAMBDA dst.ext
Originally committed as revision 6368 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								494cf83702 
								
							
								 
							
						 
						
							
							
								
								Remove the "lmax" OptionDef. The equally named AVOption takes over its function.  
							
							A unit change is involved, but as AVOption parameters are now parsed with
ff_eval2(), you can use the QP2LAMBDA constant to ease the change:
ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
Originally committed as revision 6367 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4156a436e3 
								
							
								 
							
						 
						
							
							
								
								Handle possible failure of ff_eval.  
							
							Originally committed as revision 6338 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22565f5d7e 
								
							
								 
							
						 
						
							
							
								
								Remove the "error" OptionDef. The equally named AVOption takes over its  
							
							function.
Originally committed as revision 6322 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cccb4c966b 
								
							
								 
							
						 
						
							
							
								
								Remove the "mepc" OptionDef. The equally named AVOption takes over its function.  
							
							Originally committed as revision 6321 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4ea01dcd1 
								
							
								 
							
						 
						
							
							
								
								Remove the "skip_exp" OptionDef. The equally named AVOption takes over its  
							
							function.
Originally committed as revision 6320 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f17ec19b5b 
								
							
								 
							
						 
						
							
							
								
								Remove the "skip_factor" OptionDef. The equally named AVOption takes over its  
							
							function.
Originally committed as revision 6319 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c1d662a0c 
								
							
								 
							
						 
						
							
							
								
								Remove the "skip_threshold" OptionDef. The equally named AVOption takes over its  
							
							function.
Originally committed as revision 6318 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf08081389 
								
							
								 
							
						 
						
							
							
								
								Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its  
							
							function.
Originally committed as revision 6317 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5a478f65d 
								
							
								 
							
						 
						
							
							
								
								* Moving FifoBuffer out of libavformat/avformat.h and  
							
							libavformat/utils.c into libavutil
Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56f68a4112 
								
							
								 
							
						 
						
							
							
								
								The "video_rc_buffer_aggressivity" variable is not being used anymore in  
							
							ffmpeg.c.
Originally committed as revision 6302 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8cd019bdca 
								
							
								 
							
						 
						
							
							
								
								Remove the "sc_threshold" OptionDef variable.  
							
							Originally committed as revision 6301 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c6dafae954 
								
							
								 
							
						 
						
							
							
								
								Remove the "bug" OptionDef used for setting the workaround_bugs variable.  
							
							Originally committed as revision 6300 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58bba31e3f 
								
							
								 
							
						 
						
							
							
								
								Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match  
							
							the removed range check in ffmpeg.c.
Originally committed as revision 6299 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6bacd250f4 
								
							
								 
							
						 
						
							
							
								
								Remove the "qmax" OptionDef.  
							
							Originally committed as revision 6298 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5687a2f4cc 
								
							
								 
							
						 
						
							
							
								
								Remove the "qmin" OptionDef.  
							
							Originally committed as revision 6297 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								315b0f9742 
								
							
								 
							
						 
						
							
							
								
								Remove the "bf" OptionDef parameter so the equally named AVOption will take  
							
							over. Move over ffmpeg.c constraint checking, but allow value of zero to disable
B-frame.
Originally committed as revision 6296 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4ff8fcefd2 
								
							
								 
							
						 
						
							
							
								
								Migrate the "packetsize" OptionDef option to become an AVOption.  
							
							Originally committed as revision 6293 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09a455764b 
								
							
								 
							
						 
						
							
							
								
								Migrate the "muxrate" OptionDef option to become an AVOption.  
							
							Originally committed as revision 6292 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81d0618fa4 
								
							
								 
							
						 
						
							
							
								
								Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"  
							
							AVOption takes over its function with a change in unit from kilobytes to bits.
Postfix "KiB" is available to ease the discomfort.
Originally committed as revision 6288 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								469b7bf868 
								
							
								 
							
						 
						
							
							
								
								Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally named  
							
							"rc_init_cplx" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6277 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc5ee8bc54 
								
							
								 
							
						 
						
							
							
								
								Remove the "bt" OptionDef option from ffmpeg.c. The equally named  
							
							"bt" AVOption takes over its function although the parameter unit
has changed from kilobits/sec to bits/sec.
Originally committed as revision 6276 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0dcb89fc52 
								
							
								 
							
						 
						
							
							
								
								Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally named  
							
							"i_qfactor" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6275 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2a5bc881c 
								
							
								 
							
						 
						
							
							
								
								Remove the "me_range" OptionDef option from ffmpeg.c. The equally named  
							
							"me_range" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6273 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bcce83e693 
								
							
								 
							
						 
						
							
							
								
								Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally named  
							
							"i_qoffset" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6271 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a2c00e43c7 
								
							
								 
							
						 
						
							
							
								
								Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally named  
							
							"b_qoffset" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6270 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								debe5ce152 
								
							
								 
							
						 
						
							
							
								
								Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally named  
							
							"b_qfactor" AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6269 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c96abacf0 
								
							
								 
							
						 
						
							
							
								
								Fix usage of b_quant_factor. It was not possible to actually use the b_qfactor  
							
							option, as b_quant_factor always got fixed to 2.0 (in any case when it actually
mattered, namely when B-frames were being used).
Originally committed as revision 6268 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3d720bda76 
								
							
								 
							
						 
						
							
							
								
								Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named "qcomp"  
							
							AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6267 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99aaf41312 
								
							
								 
							
						 
						
							
							
								
								Remove the "qblur" OptionDef option from ffmpeg.c. The equally named "qblur"  
							
							AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6266 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								908b845785 
								
							
								 
							
						 
						
							
							
								
								Remove the "pbias" OptionDef option from ffmpeg.c. The equally named "pbias"  
							
							AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6265 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								356e7a9d60 
								
							
								 
							
						 
						
							
							
								
								Remove the "ibias" OptionDef option from ffmpeg.c. The equally named "ibias"  
							
							AVOption takes over its function and this occurs transparantly.
Originally committed as revision 6264 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c272c0eb0 
								
							
								 
							
						 
						
							
							
								
								Remove the "preme" OptionDef option from ffmpeg.c  
							
							Originally committed as revision 6263 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								babe0e8cef 
								
							
								 
							
						 
						
							
							
								
								Remove the GOP "g" OptionDef option from ffmpeg.c .  
							
							Originally committed as revision 6262 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a551510665 
								
							
								 
							
						 
						
							
							
								
								Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c.  This  
							
							requires some modifications to the manpage, as now the unit of -b is bits/sec
not kbits/sec.
Originally committed as revision 6261 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c0ba8703c 
								
							
								 
							
						 
						
							
							
								
								Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of  
							
							-b of ffmpeg is bits/sec not kbits/sec, as already was the case for the
AVOption. "k" and "M" suffixes are available though.
Originally committed as revision 6258 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e16b25cc1 
								
							
								 
							
						 
						
							
							
								
								enables AVOption for muxing.  
							
							Patch by Takis
Original thread:
Date: Sep 8, 2006 10:58 AM
Subject: [Ffmpeg-devel] [PATCH] Enable AVOption for muxers
Originally committed as revision 6197 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63d5075c5c 
								
							
								 
							
						 
						
							
							
								
								adds support for setting that album tag.  
							
							Patch by takis P issaris A uhasselt P be
Original thread:
[PATCH] Allow setting album tag
Date: Sept 06 2006 16:39
Originally committed as revision 6187 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c00106c2b 
								
							
								 
							
						 
						
							
							
								
								ignore index parameter to ignore the ODML index in avi  
							
							Originally committed as revision 6177 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c07cf535f 
								
							
								 
							
						 
						
							
							
								
								Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be %  
							
							Original thread:
Date: Aug 30, 2006 4:54 PM
Subject: [Ffmpeg-devel] [PATCH] Clarified API for numbered sequences
Originally committed as revision 6166 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8a42081d2 
								
							
								 
							
						 
						
							
							
								
								Fix linking when the FFM muxer/demuxer is disabled.  
							
							patch by Panagiotis Issaris, takis.issaris _at_ uhasselt -dot- be
Originally committed as revision 6136 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4eb72c6b23 
								
							
								 
							
						 
						
							
							
								
								initial support for AVOption in AVFormatContext  
							
							Originally committed as revision 6108 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b50ac8a0f 
								
							
								 
							
						 
						
							
							
								
								Avoid segfaulting if the swscale context cannot be allocated  
							
							Originally committed as revision 5936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e7268d51af 
								
							
								 
							
						 
						
							
							
								
								Fix "-aspect" when "-pad*" is used  
							
							Originally committed as revision 5935 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								18a54b040d 
								
							
								 
							
						 
						
							
							
								
								Move ffmpeg.c to the swscale interface  
							
							Originally committed as revision 5891 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5894e1bbf2 
								
							
								 
							
						 
						
							
							
								
								add loop_input to AVFormatContext, getting rid of old hack  
							
							patch by Víctor Paesa <wzrlpy at arsystel com>
Originally committed as revision 5729 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f30a81d19 
								
							
								 
							
						 
						
							
							
								
								CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just  
							
							CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago