ce992c6932 
								
							
								 
							
						 
						
							
							
								
								moved code to mem.c and allcodecs.c  
							
							Originally committed as revision 689 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd4af68ad5 
								
							
								 
							
						 
						
							
							
								
								* started to cleanup name clashes for onetime compilation  
							
							Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff4ec49e64 
								
							
								 
							
						 
						
							
							
								
								license/copyright change  
							
							Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d7a0a0593 
								
							
								 
							
						 
						
							
							
								
								better av_freep()  
							
							Originally committed as revision 541 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3123dd793e 
								
							
								 
							
						 
						
							
							
								
								proper memory handling functions  
							
							Originally committed as revision 520 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8bceb6af09 
								
							
								 
							
						 
						
							
							
								
								build info for ABI  
							
							Originally committed as revision 489 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0edf8a7a65 
								
							
								 
							
						 
						
							
							
								
								* Don't allocate 0 bytes of memory. It upsets electricFence!  
							
							Originally committed as revision 472 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								156e5023e8 
								
							
								 
							
						 
						
							
							
								
								version info  
							
							Originally committed as revision 443 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c2a8c7f14 
								
							
								 
							
						 
						
							
							
								
								avcodec_flush_buffers()  
							
							Originally committed as revision 420 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								623563c04a 
								
							
								 
							
						 
						
							
							
								
								* using some small char buffer - needed for sprintf  
							
							Originally committed as revision 416 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b1f4f236b 
								
							
								 
							
						 
						
							
							
								
								- Versions defined for libav/libavcodec.  
							
							- Bug fix in wav muxer for MP2 audio.
- ffmpeg/libavcodec version in MPEG-4 user data.
Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0d2714adc 
								
							
								 
							
						 
						
							
							
								
								- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for  
							
							AC3 set avcodec_context->channels to the desired number channels, if the
setting is 0 AC3 decoder will set it to the channels found in the
stream.
- Changed ffmpeg to cope with the new "way" of AC3 decoding.
- ASF muxer now uses Tickers for PTS calculations.
Originally committed as revision 393 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc657ac31d 
								
							
								 
							
						 
						
							
							
								
								* using pixtype as enum - by Philip Gladstone  
							
							Originally committed as revision 389 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e1a9dbffed 
								
							
								 
							
						 
						
							
							
								
								wmv1 header parser (unfinished)  
							
							Originally committed as revision 380 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								84afee348f 
								
							
								 
							
						 
						
							
							
								
								msmpeg4v2 decoding (no encoding yet)  
							
							Originally committed as revision 376 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0344cd0a7c 
								
							
								 
							
						 
						
							
							
								
								multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)  
							
							Originally committed as revision 371 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1cb0edb40b 
								
							
								 
							
						 
						
							
							
								
								- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)  
							
							- Hack in MPEG-2 demux to cope with buggy VOBs.
Originally committed as revision 333 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d36bdc9be 
								
							
								 
							
						 
						
							
							
								
								- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.  
							
							Originally committed as revision 326 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98f3b098f9 
								
							
								 
							
						 
						
							
							
								
								avcodec_find_encoder_by_name() patch by Alex  
							
							Originally committed as revision 237 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a190b7e94e 
								
							
								 
							
						 
						
							
							
								
								fixed pcm bitrate  
							
							Originally committed as revision 149 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a96b68b717 
								
							
								 
							
						 
						
							
							
								
								added pcm codecs  
							
							Originally committed as revision 140 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								829fa996a9 
								
							
								 
							
						 
						
							
							
								
								CONFIG_MPGLIB no more needed  
							
							Originally committed as revision 136 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3d2043852d 
								
							
								 
							
						 
						
							
							
								
								memalign autodetection  
							
							Originally committed as revision 115 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3615700918 
								
							
								 
							
						 
						
							
							
								
								Aligned malloc. Another 10% of speedup.  
							
							Originally committed as revision 111 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58f26ba916 
								
							
								 
							
						 
						
							
							
								
								changed opendivx to mpeg4  
							
							Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf0875950d 
								
							
								 
							
						 
						
							
							
								
								picture utils  
							
							Originally committed as revision 72 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e66ab3bab 
								
							
								 
							
						 
						
							
							
								
								added MJPEG decoder + comments  
							
							Originally committed as revision 35 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d771bcae33 
								
							
								 
							
						 
						
							
							
								
								added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)  
							
							Originally committed as revision 9 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de6d9b6404 
								
							
								 
							
						 
						
							
							
								
								Initial revision  
							
							Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago