2d2651f821 
								
							
								 
							
						 
						
							
							
								
								WV1F support  
							
							Originally committed as revision 3790 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f37b9768f6 
								
							
								 
							
						 
						
							
							
								
								split ffhuffyuv into 2 codecs:  
							
							"huffyuv" is compatible with the official version
"ffvhuff" contains our improvements
Originally committed as revision 3720 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								acfd8f0fdb 
								
							
								 
							
						 
						
							
							
								
								native QPEG video decoder, courtesy of Konstantin Shishkov  
							
							Originally committed as revision 3688 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								359fa0febc 
								
							
								 
							
						 
						
							
							
								
								cbr audio muxing fix  
							
							Originally committed as revision 3661 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab711b3c8d 
								
							
								 
							
						 
						
							
							
								
								Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov  
							
							Originally committed as revision 3641 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								afbb5ce406 
								
							
								 
							
						 
						
							
							
								
								dvr-ms video decoding support  
							
							Originally committed as revision 3631 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7fea94ce4a 
								
							
								 
							
						 
						
							
							
								
								* fixing a few of gcc 'clean-code' warnings  
							
							Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								71c32f19b3 
								
							
								 
							
						 
						
							
							
								
								do not call (av_)abort()  
							
							Originally committed as revision 3544 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0a0bbd22c 
								
							
								 
							
						 
						
							
							
								
								IBM Ultimotion video decoder, courtesy of Konstantin Shishkov  
							
							Originally committed as revision 3468 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c931e60860 
								
							
								 
							
						 
						
							
							
								
								h261  
							
							Originally committed as revision 3409 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d53d58ea7 
								
							
								 
							
						 
						
							
							
								
								TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov  
							
							Originally committed as revision 3390 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								791e7b83c3 
								
							
								 
							
						 
						
							
							
								
								my experimental wavelet codec  
							
							note, this is far from finished, dont expect todays encodings to be decodeable with cvs tomorrow ...
Originally committed as revision 3341 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								627c50b7fc 
								
							
								 
							
						 
						
							
							
								
								raw rgb support  
							
							Originally committed as revision 3330 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4904d6c2d3 
								
							
								 
							
						 
						
							
							
								
								10l fix by (Bohdan Horst <nexus at irc dot pl>)  
							
							Originally committed as revision 3227 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50c3dd32fd 
								
							
								 
							
						 
						
							
							
								
								pass timestamps correctly for -sync 0  
							
							use zero sized frames in avi to handle duplicate frames
Originally committed as revision 3225 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c60d6ad4bc 
								
							
								 
							
						 
						
							
							
								
								more fourccs  
							
							Originally committed as revision 3212 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e928649b0b 
								
							
								 
							
						 
						
							
							
								
								pass AVPacket into av_write_frame()  
							
							fixes the random dts/pts during encoding
asf preroll fix
no more initial zero frames for b frame encoding
mpeg-es dts during demuxing fixed
.ffm timestamp scale fixed, ffm is still broken though
Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d91712990c 
								
							
								 
							
						 
						
							
							
								
								support SVQ1 in AVI files, just for fun  
							
							Originally committed as revision 3112 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ee77723580 
								
							
								 
							
						 
						
							
							
								
								codec tag for FLV  
							
							Originally committed as revision 3002 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7585aa5c4e 
								
							
								 
							
						 
						
							
							
								
								4xm codec tag  
							
							Originally committed as revision 3001 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4c64c5092 
								
							
								 
							
						 
						
							
							
								
								some tag for mpeg2, so looking MPEG2VIDEO up works  
							
							Originally committed as revision 2999 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a273bbfb03 
								
							
								 
							
						 
						
							
							
								
								MSZH and ZLIB decoder support  
							
							Experimental ZLIB encoder (not working yet)
Originally committed as revision 2693 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b7cbfc2307 
								
							
								 
							
						 
						
							
							
								
								DUCK codec  
							
							Originally committed as revision 2556 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc15c93127 
								
							
								 
							
						 
						
							
							
								
								H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)  
							
							Originally committed as revision 2540 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								764ef40015 
								
							
								 
							
						 
						
							
							
								
								disable encoders where appropriate (patch courtesy of BERO  
							
							<bero -at- geocities.co.jp>)
Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2fdf638b0c 
								
							
								 
							
						 
						
							
							
								
								New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &  
							
							Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM
Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b49d4175c2 
								
							
								 
							
						 
						
							
							
								
								10l  
							
							Originally committed as revision 2321 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								490579042a 
								
							
								 
							
						 
						
							
							
								
								64 bit pts for writing - more const usage  
							
							Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80783dc2c2 
								
							
								 
							
						 
						
							
							
								
								CODEC_ID_MP3LAME is obsolete  
							
							Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e8cd0db54 
								
							
								 
							
						 
						
							
							
								
								hacks to support Xan AVI files  
							
							Originally committed as revision 2220 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3aa180b84e 
								
							
								 
							
						 
						
							
							
								
								initial nut muxer and demuxer (demuxer is not fail safe)  
							
							Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77efa159eb 
								
							
								 
							
						 
						
							
							
								
								case insensitive codec_get_id()  
							
							Originally committed as revision 2205 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8d876a433c 
								
							
								 
							
						 
						
							
							
								
								asv2 regression test  
							
							Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b17c988e5 
								
							
								 
							
						 
						
							
							
								
								ATI VCR2  
							
							Originally committed as revision 2080 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be3564edad 
								
							
								 
							
						 
						
							
							
								
								ATI VCR1 decoder  
							
							Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b9d235fce 
								
							
								 
							
						 
						
							
							
								
								10l  
							
							Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ccafe7b122 
								
							
								 
							
						 
						
							
							
								
								lossless jpeg support  
							
							Originally committed as revision 1981 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7408ad05cc 
								
							
								 
							
						 
						
							
							
								
								10l  
							
							Originally committed as revision 1940 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ca9fce1dd 
								
							
								 
							
						 
						
							
							
								
								asv1 regression test  
							
							Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								631670888d 
								
							
								 
							
						 
						
							
							
								
								* introducing new public interface in imgconvert.c  
							
							+ avcodec_get_pix_fmt
         converts textual representation of pixel format into
	 the actual id. Complements avcodec_get_pix_fmt_name.
       + avpicture_layout
         serializes given picture into a flat array.
	 Complements avpicture_fill.
   * adding a new option -pix_fmt to the ffmpeg, in order to control
     pixel format for the codecs that do support it, like rawvideo,
     for example.
   * reducing complexity of the rawvideo codec by splitting it in two
     and making it more reliable via hooking up to the avpicture_layout.
     Plus adding new FourCC as described here: http://www.fourcc.org 
   * A tiny fix for avienc.c that makes avih and video strf consistent
     regarding codec FourCC.
Originally committed as revision 1842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d86053a416 
								
							
								 
							
						 
						
							
							
								
								first pass at a new VP3 video decoder  
							
							Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c0ff5d5c2 
								
							
								 
							
						 
						
							
							
								
								* Making AVI encoding predictable (all JUNK chunks are filled with 0)  
							
							* Updating regression refs
 * Making server-regression.sh work on Solaris
Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								546031ee86 
								
							
								 
							
						 
						
							
							
								
								* keeping compiler happy and quiet  
							
							Originally committed as revision 1817 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d23497493 
								
							
								 
							
						 
						
							
							
								
								* more strict types  
							
							Originally committed as revision 1815 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e738cee9c4 
								
							
								 
							
						 
						
							
							
								
								Complete support for OpenDML AVIs and AVIs > 2Gb.  
							
							Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22cf045590 
								
							
								 
							
						 
						
							
							
								
								we really shouldnt use M$* as default codec -> use MPEG4 as default  
							
							Originally committed as revision 1785 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								deabd4fdde 
								
							
								 
							
						 
						
							
							
								
								native Indeo3 decoder implementation  
							
							Originally committed as revision 1777 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d86852d11c 
								
							
								 
							
						 
						
							
							
								
								Clear out an unused field in the created AVI file. This helps make  
							
							the MD5 checksums *much* more predictable!!
Originally committed as revision 1762 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce9fce63c5 
								
							
								 
							
						 
						
							
							
								
								AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)  
							
							Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8b478c131 
								
							
								 
							
						 
						
							
							
								
								I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)  
							
							Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago