a991b1fecb 
								
							
								 
							
						 
						
							
							
								
								TIFF decoder  
							
							Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29f86228a0 
								
							
								 
							
						 
						
							
							
								
								support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%  
							
							Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f3239539b9 
								
							
								 
							
						 
						
							
							
								
								add MXF description  
							
							Originally committed as revision 6662 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7a3a783ad 
								
							
								 
							
						 
						
							
							
								
								update GXF status and add description  
							
							Originally committed as revision 6661 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc56e0de1d 
								
							
								 
							
						 
						
							
							
								
								update doc, changelog, and increase libavcodec version for .cin files support  
							
							Originally committed as revision 6660 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3689cf1649 
								
							
								 
							
						 
						
							
							
								
								Targa image decoder  
							
							Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2bc5da7bf9 
								
							
								 
							
						 
						
							
							
								
								remove confusing divx note  
							
							Originally committed as revision 6546 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bef236ba8 
								
							
								 
							
						 
						
							
							
								
								Fix quantiSer --> quantiZer typo.  
							
							Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ae711e125 
								
							
								 
							
						 
						
							
							
								
								Explain lmin, lmax, mblmin, mblmax options.  
							
							patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6522 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3841e813dc 
								
							
								 
							
						 
						
							
							
								
								-interlace -> -ilme This has been wrong in the docs for years,  
							
							the description might not be totally correct though.
Originally committed as revision 6374 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								730581f3b4 
								
							
								 
							
						 
						
							
							
								
								WavPack lossless audio decoder  
							
							Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10aa27db71 
								
							
								 
							
						 
						
							
							
								
								Remove 404 link.  
							
							Originally committed as revision 6329 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								9fe84b5385 
								
							
								 
							
						 
						
							
							
								
								Remove nonexistent option -hq from the documentation.  
							
							patch by Panagiotis Issaris, takis.issaris uhasselt be
Originally committed as revision 6229 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ce117c37c 
								
							
								 
							
						 
						
							
							
								
								VP5 and VP6 video decoder  
							
							Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec1b10f4b9 
								
							
								 
							
						 
						
							
							
								
								enable setting the year and track number using AVOption  
							
							Patch by Takis
Original thread:
Date: Sep 6, 2006 5:43 PM
Subject: [Ffmpeg-devel] [PATCH] Enhance genre, year and track tag
support
Originally committed as revision 6196 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eb57c88973 
								
							
								 
							
						 
						
							
							
								
								VMware Video decoder (fourcc: VMnc)  
							
							Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e645a733a6 
								
							
								 
							
						 
						
							
							
								
								Added -map usage to docs.  
							
							Originally committed as revision 6131 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a940b428b6 
								
							
								 
							
						 
						
							
							
								
								clarify  
							
							please reply to ffmpeg-dev if you disagree so it can be disscussed but i think this is completely uncontroversical
Originally committed as revision 6127 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29c9183cb5 
								
							
								 
							
						 
						
							
							
								
								spelling fixes for the last commit  
							
							Originally committed as revision 6031 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c52e13f1a1 
								
							
								 
							
						 
						
							
							
								
								-async and -vsync documentation. Based on info from the mailinglist.  
							
							Originally committed as revision 6028 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								30aee296ea 
								
							
								 
							
						 
						
							
							
								
								Cygwin compilation and Cygwin/MinGW crosscompilation sections  
							
							based on patch by Víctor Paesa <wzrlpy@arsystel.com>
Originally committed as revision 5944 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0b72f90fc 
								
							
								 
							
						 
						
							
							
								
								Change one itemized list to be bulletted, remove non-referenced node  
							
							killing a texi2html warning in the process.
Originally committed as revision 5894 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								48ef912ac4 
								
							
								 
							
						 
						
							
							
								
								Subversion allows renaming files.  
							
							Originally committed as revision 5893 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ab0f20449 
								
							
								 
							
						 
						
							
							
								
								spelling/grammar  
							
							Originally committed as revision 5657 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9fcee5853d 
								
							
								 
							
						 
						
							
							
								
								unresponsive maintainer policy (its pretty much what has always been done in practice anyway)  
							
							changes have been ok-ed by a lot of people (see ffmpeg-dev)
iam commiting this with all the spelling errors intact and fully functional at the request of the heads of the ministry for English compositon
Originally committed as revision 5656 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc0bc648f0 
								
							
								 
							
						 
						
							
							
								
								add GXF demuxer  
							
							Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b165e2901 
								
							
								 
							
						 
						
							
							
								
								www1.mplayerhq.hu --> lists.mplayerhq.hu  
							
							Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c1b5a4094 
								
							
								 
							
						 
						
							
							
								
								CVS --> Subversion  
							
							Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0919e788ae 
								
							
								 
							
						 
						
							
							
								
								Flash Screen Video decoder (fourcc:FSV1)  
							
							Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd7b199199 
								
							
								 
							
						 
						
							
							
								
								KMVC (used in Worms games) decoder. Works fine with samples from MPHQ  
							
							Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dfca23e361 
								
							
								 
							
						 
						
							
							
								
								NuppelVideo/MythTVVideo support, including rtjpeg decoder  
							
							Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								348efc1836 
								
							
								 
							
						 
						
							
							
								
								Smacker demuxer and decoder.  
							
							Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26d6d03270 
								
							
								 
							
						 
						
							
							
								
								Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by  
							
							kostya shishkov - gmail - com.
Originally committed as revision 5082 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70b0bb8772 
								
							
								 
							
						 
						
							
							
								
								link fixes  
							
							Originally committed as revision 5050 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2637670144 
								
							
								 
							
						 
						
							
							
								
								complete AVS playback system (from Creature Shock computer game),  
							
							courtesy of Aurelien Jacobs <aurel at gnuage dot org>
Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b86e38a0c2 
								
							
								 
							
						 
						
							
							
								
								better match CVS policy in the indent recomendation  
							
							Originally committed as revision 5025 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2433f24f60 
								
							
								 
							
						 
						
							
							
								
								add Creative 8 bits ADPCM schemes support  
							
							Originally committed as revision 5024 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3dc411c006 
								
							
								 
							
						 
						
							
							
								
								true audio  
							
							Originally committed as revision 5003 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c8d8e84e0 
								
							
								 
							
						 
						
							
							
								
								dosbox native ZMBV decoder, courtesy of Kostya  
							
							Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e114829b1 
								
							
								 
							
						 
						
							
							
								
								complete American Laser Games MM playback system, courtesy of Peter Ross  
							
							(suxen_drol at hotmail dot com)
Originally committed as revision 4999 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea395e8c6c 
								
							
								 
							
						 
						
							
							
								
								add a Creative VOC (de)muxer  
							
							Originally committed as revision 4967 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4accd1fd18 
								
							
								 
							
						 
						
							
							
								
								bump version numbers and update docs for adts aac support  
							
							Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								21d1cb12f8 
								
							
								 
							
						 
						
							
							
								
								GNU Make is necessary on *BSD.  
							
							Originally committed as revision 4937 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51d8321d04 
								
							
								 
							
						 
						
							
							
								
								--enable-shared now needs --disable-static on MinGW.  
							
							Originally committed as revision 4931 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								53862e0fa6 
								
							
								 
							
						 
						
							
							
								
								Update for new style guidelines regarding TABs and trailing whitespace.  
							
							Originally committed as revision 4908 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f1965c4ac 
								
							
								 
							
						 
						
							
							
								
								Clarify codec addition instructions.  
							
							Originally committed as revision 4853 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago