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  
				
					
						
							
							
								 
						
							
							
							
								
							
								748c2fca7e 
								
							
								 
							
						 
						
							
							
								
								AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)  
							
							Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e0db7d5aa 
								
							
								 
							
						 
						
							
							
								
								simplify  
							
							Originally committed as revision 5513 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cef7cc7232 
								
							
								 
							
						 
						
							
							
								
								CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net  
							
							Originally committed as revision 5512 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1cc88a5d6 
								
							
								 
							
						 
						
							
							
								
								Use Subversion revision for FFMPEG_VERSION.  
							
							based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b49ce2e34 
								
							
								 
							
						 
						
							
							
								
								Add const to (mostly) char* and make some functions static, which aren't used  
							
							outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^huehner^^.^^org
Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e64beadf0 
								
							
								 
							
						 
						
							
							
								
								Snow 1pass ratecontrol  
							
							Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b997b34fa7 
								
							
								 
							
						 
						
							
							
								
								Fix cropping & padding when capturing from a v4l(2) card  
							
							Originally committed as revision 5385 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3f11d199c 
								
							
								 
							
						 
						
							
							
								
								Simplify the code used for assigning video_resample, video_crop, & video_pad  
							
							Originally committed as revision 5306 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f122deb45c 
								
							
								 
							
						 
						
							
							
								
								Cosmetic patch: fix indentation (broken by previous cropping / padding  
							
							patch)
Originally committed as revision 5280 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07d0cdfc9f 
								
							
								 
							
						 
						
							
							
								
								Make cropping, padding, and rescaling independent (after this patch,  
							
							the cropping / padding code in img_resample() is not needed anymore)
Originally committed as revision 5279 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5341c20954 
								
							
								 
							
						 
						
							
							
								
								Baptiste COUDURIER's padding patch (reworked by me a little bit).  
							
							Moves padding code to imgconvert.c, and enables padding colorspaces != YUV420P.
Originally committed as revision 5278 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06ab9cffb2 
								
							
								 
							
						 
						
							
							
								
								* fixing -target *dv issues with not setting pix_fmt and adding dv50 target  
							
							Originally committed as revision 5244 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c17be81763 
								
							
								 
							
						 
						
							
							
								
								Change img_convert() from img_fmt to img_fmt with img_copy()  
							
							Originally committed as revision 5236 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								023857be70 
								
							
								 
							
						 
						
							
							
								
								make the delta magnitude a user specifyable parameter:  
							
							-dts_delta_threshold.
patch by Harikrishnan Varma < hvarma AH divxcorp POIS com >
Original thread:
Date: Mar 14, 2006 1:13 AM
Subject: [Ffmpeg-devel] Audio-video sync problem when transcoding to
xvid in AVI
Originally committed as revision 5166 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f2651e7a6c 
								
							
								 
							
						 
						
							
							
								
								Fix cropping, depending on enc pix fmt  
							
							Originally committed as revision 5134 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c4a4e9afe 
								
							
								 
							
						 
						
							
							
								
								Fix crop & pad + rescaling  
							
							Originally committed as revision 5133 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6714e97c30 
								
							
								 
							
						 
						
							
							
								
								Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"  
							
							conflicts with an AVOption)
Originally committed as revision 5077 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9df3437fe1 
								
							
								 
							
						 
						
							
							
								
								This patch makes output codec keeping input pix_fmt value when using  
							
							stream_copy
patch by (Baptiste COUDURIER <baptiste@coudurier.smartjog@com>)
Originally committed as revision 5017 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0a7b514f13 
								
							
								 
							
						 
						
							
							
								
								video4linux2 input support  
							
							patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it
Originally committed as revision 4916 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ceaf1909c1 
								
							
								 
							
						 
						
							
							
								
								add static keyword to some functions  
							
							patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								45dd4350ac 
								
							
								 
							
						 
						
							
							
								
								Print libavutil version too.  
							
							Originally committed as revision 4906 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dea42fdf8d 
								
							
								 
							
						 
						
							
							
								
								ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from a  
							
							v4l card.
In other words, if you type ffmpeg -pix_fmt yuv422 -s 352x288 test.avi
the "-pix_fmt yuv422" option will have no effect.
Patch by Luca Abeni *** lucabe72 !a! email ! it ***
Originally committed as revision 4899 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f038fe8b4a 
								
							
								 
							
						 
						
							
							
								
								warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it  
							
							Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago