79a5b35c05 
								
							
								 
							
						 
						
							
							
								
								remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from  http://www.albx79.it/stuff/  playable other players arent that picky either ...  
							
							Originally committed as revision 7670 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								db69c2e590 
								
							
								 
							
						 
						
							
							
								
								Make nb_streams unsigned to avoid an ugly cast.  
							
							Originally committed as revision 7556 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c33fc0a540 
								
							
								 
							
						 
						
							
							
								
								fixing segfault with  http://sam.zoy.org/zzuf/lol-ffplay.avi  
							
							Originally committed as revision 7537 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6eb2de748d 
								
							
								 
							
						 
						
							
							
								
								* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)  
							
							Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5836d158b6 
								
							
								 
							
						 
						
							
							
								
								Fix misplaced comment.  
							
							Originally committed as revision 7120 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8662900b3b 
								
							
								 
							
						 
						
							
							
								
								Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files  
							
							with XAN DPCM audio (wrongly) declare PCM audio in the header.
Originally committed as revision 7119 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b70eb2bed 
								
							
								 
							
						 
						
							
							
								
								fix support for avis with sample_size > packet size  
							
							Originally committed as revision 7110 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38ca53dae9 
								
							
								 
							
						 
						
							
							
								
								cosmetic: fix indentation after previous commit  
							
							Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a2a6332b56 
								
							
								 
							
						 
						
							
							
								
								Fix avidec.c compilation when dv demuxer is disabled.  
							
							Originally committed as revision 6986 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cbee7a6944 
								
							
								 
							
						 
						
							
							
								
								get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used  
							
							Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								949b1a13bf 
								
							
								 
							
						 
						
							
							
								
								Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.  
							
							patch by Steve Lhomme, slhomme divxcorp com
Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e344c1ea36 
								
							
								 
							
						 
						
							
							
								
								reindentation, patch by From: Steve Lhomme, slhomme divxcorp com  
							
							Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7fbde3431a 
								
							
								 
							
						 
						
							
							
								
								replace coder/decoder file description in libavformat by muxer/demuxer  
							
							Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b78e7197a8 
								
							
								 
							
						 
						
							
							
								
								Change license headers to say 'FFmpeg' instead of 'this program/this library'  
							
							and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ad4648f97 
								
							
								 
							
						 
						
							
							
								
								Allow to get the the track number in the IPRT (part) tag in AVI.  
							
							Patch by Panagiotis Issaris % takis P issaris A uhasselt P be %
Original thread:
Date: Sep 6, 2006 6:00 PM
Subject: [Ffmpeg-devel] [PATCH] Enable track tag in AVI
Originally committed as revision 6190 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0861f466f 
								
							
								 
							
						 
						
							
							
								
								Better tag support:  
							
							- Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre.
- Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer.
Patch by takis P issaris A uhasselt P be
Original thread:
[Ffmpeg-devel] [PATCH] Better tag support
Date: 09/06/06 16:58
Originally committed as revision 6186 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								2064c77ab9 
								
							
								 
							
						 
						
							
							
								
								Fix for AVI files with odd sized 'movi' list  
							
							Patch by David Conrad <davedc_@umbc.edu>
Original thread:
Date: Wed, 30 Aug 2006 15:12:35 -0400
Subject: [Ffmpeg-devel] [PATCH] Fix for AVI files with odd sized 'movi' list
Originally committed as revision 6140 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								965a63af2b 
								
							
								 
							
						 
						
							
							
								
								support some totally broken ODML variant  
							
							Originally committed as revision 6091 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57060f8936 
								
							
								 
							
						 
						
							
							
								
								AVI tag reading and writing patch by David Conrad.  
							
							umovimus at gmail dot com
Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d9f4119bd 
								
							
								 
							
						 
						
							
							
								
								move common stuff from avienc.c and wav.c to new file riff.c  
							
							Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff70e60176 
								
							
								 
							
						 
						
							
							
								
								allow individual selection of muxers and demuxers  
							
							Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2a067d1d9 
								
							
								 
							
						 
						
							
							
								
								give AVInput/OutputFormat structs consistent names  
							
							Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26b891356c 
								
							
								 
							
						 
						
							
							
								
								kill warnings  
							
							Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5e9102b4b 
								
							
								 
							
						 
						
							
							
								
								free codec extradata in av_close_input_file  
							
							Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b7b225581f 
								
							
								 
							
						 
						
							
							
								
								dont load the index if we cant seek back  
							
							Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c6606e2d0 
								
							
								 
							
						 
						
							
							
								
								Fix demuxing of AVIs with pad streams.  
							
							Originally committed as revision 5271 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b72a2bc82f 
								
							
								 
							
						 
						
							
							
								
								dwstart support  
							
							Originally committed as revision 5097 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e84dab5f57 
								
							
								 
							
						 
						
							
							
								
								fixing demuxing of minorityreport.AVI  
							
							Originally committed as revision 5096 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8945ebb9c1 
								
							
								 
							
						 
						
							
							
								
								fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that)  
							
							Originally committed as revision 5088 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								115e8ae577 
								
							
								 
							
						 
						
							
							
								
								support seeking in RenderAvi.avi (audio stream == single huge chunk)  
							
							Originally committed as revision 5087 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8223bca50d 
								
							
								 
							
						 
						
							
							
								
								10l forgot to set packet_size  
							
							Originally committed as revision 5086 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1894edeb74 
								
							
								 
							
						 
						
							
							
								
								fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi  
							
							Originally committed as revision 5085 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c89153e90 
								
							
								 
							
						 
						
							
							
								
								add movi_list offset into index  
							
							Originally committed as revision 5084 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								30a43f2d09 
								
							
								 
							
						 
						
							
							
								
								add size to AVIndex  
							
							Originally committed as revision 5083 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94d1d6c02d 
								
							
								 
							
						 
						
							
							
								
								ODML index parsing support  
							
							Originally committed as revision 5081 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5509bffa88 
								
							
								 
							
						 
						
							
							
								
								Update licensing information: The FSF changed postal address.  
							
							Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb270c0896 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: tabs --> spaces, some prettyprinting  
							
							Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								115329f160 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: Remove all trailing whitespace.  
							
							Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79396ac685 
								
							
								 
							
						 
						
							
							
								
								Kill some compiler warnings.  Compiled code verified identical after changes.  
							
							Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7cbaa7bafa 
								
							
								 
							
						 
						
							
							
								
								parse pict_type for streams in avi  
							
							fix mpeg4 parser so it outputs te pict_type
support header only parseing without repacking
Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf4e3bd2d0 
								
							
								 
							
						 
						
							
							
								
								kill a bunch of compiler warnings  
							
							Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01f4895c68 
								
							
								 
							
						 
						
							
							
								
								changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility  
							
							Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2692067a45 
								
							
								 
							
						 
						
							
							
								
								AVPacket.pos  
							
							Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a965c478b2 
								
							
								 
							
						 
						
							
							
								
								drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)  
							
							Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c0df9d75bd 
								
							
								 
							
						 
						
							
							
								
								switch to native time bases  
							
							Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d46db490b1 
								
							
								 
							
						 
						
							
							
								
								segfault fix  
							
							Originally committed as revision 4079 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f3356e9c9e 
								
							
								 
							
						 
						
							
							
								
								more fine grained discarding of packets  
							
							Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80e3a08c97 
								
							
								 
							
						 
						
							
							
								
								reverse zero packet dissapearence "feature"  
							
							Originally committed as revision 4046 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b53f10648b 
								
							
								 
							
						 
						
							
							
								
								cleanup strh parser  
							
							Originally committed as revision 4041 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago