2b50c4f6cc 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: Reindent after r25023.  
							
							Originally committed as revision 25024 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4ed899f2c5 
								
							
								 
							
						 
						
							
							
								
								Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).  
							
							Patch by Andrew Wason, rectalogic rectalogic com
Originally committed as revision 25023 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f138fa78a3 
								
							
								 
							
						 
						
							
							
								
								100l: av_freep() needs the address of the pointer  
							
							Originally committed as revision 24613 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								37287d41f4 
								
							
								 
							
						 
						
							
							
								
								avidec: demux ASS and SRT tracks out of GAB2 chunks  
							
							Originally committed as revision 24579 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbfb2c8077 
								
							
								 
							
						 
						
							
							
								
								avidec : Free packet if dv_produce_packet fails.  
							
							Originally committed as revision 24281 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a58e6ceae0 
								
							
								 
							
						 
						
							
							
								
								avidec : Free codec context before initializing the chained DV demuxer.  
							
							Originally committed as revision 24279 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8fc0162ac4 
								
							
								 
							
						 
						
							
							
								
								Add av_ prefix to bswap macros  
							
							Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9862f9e149 
								
							
								 
							
						 
						
							
							
								
								Disable dshow specific bug emulation for amv files as they arent  
							
							demuxed by ms dshows buggy demuxer normally.
Originally committed as revision 24012 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89ac23cd40 
								
							
								 
							
						 
						
							
							
								
								Rename block_align variable in the avi demuxer to clearly seperate its purpose  
							
							from the true block_align.
Originally committed as revision 24011 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d01144b9d3 
								
							
								 
							
						 
						
							
							
								
								Duplicate rounding that MS does in one of their implementations of an avi demuxer.  
							
							Fixes issue740
Based on patch by Cory Fields theuni-nospam- >xbmc @org 
Originally committed as revision 23999 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8a472821a4 
								
							
								 
							
						 
						
							
							
								
								Factorize get_duration() out of 4 places of the avi demuxer.  
							
							Originally committed as revision 23934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c0fd063dd 
								
							
								 
							
						 
						
							
							
								
								Prevent infinite recursion of odml indexes.  
							
							This fixes a stack overflow.
Originally committed as revision 23925 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbfccc0404 
								
							
								 
							
						 
						
							
							
								
								Disable non interleaved avi code when there is no index available.  
							
							Fixes issue1956.
Originally committed as revision 23202 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e1954bb5ca 
								
							
								 
							
						 
						
							
							
								
								Do not use pkt->size when it is potentially uninitialized.  
							
							Patch by Thierry Foucu, tfoucu gmail
Originally committed as revision 23017 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf29cbc2cc 
								
							
								 
							
						 
						
							
							
								
								Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.  
							
							Originally committed as revision 22922 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc947f04cc 
								
							
								 
							
						 
						
							
							
								
								Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.  
							
							Patch by Jean-Daniel Dupas, devlists shadowlab org
Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72415b2adb 
								
							
								 
							
						 
						
							
							
								
								Define AVMediaType enum, and use it instead of enum CodecType, which  
							
							is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28eb577390 
								
							
								 
							
						 
						
							
							
								
								Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in  
							
							huge processing and memory usage overhead for avi files with raw PCM audio.
Originally committed as revision 22521 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04d2540c4b 
								
							
								 
							
						 
						
							
							
								
								Add AVI metadata conversion table.  
							
							Patch by Anton Khirnov (gmail{wyskas}).
Originally committed as revision 21653 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a9af8ec19 
								
							
								 
							
						 
						
							
							
								
								Support strn tag in avidec.  
							
							Originally committed as revision 21643 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ac0893799 
								
							
								 
							
						 
						
							
							
								
								Correcting wrong looking stream_id validity check in avidec.  
							
							Originally committed as revision 21642 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c8d75e65b 
								
							
								 
							
						 
						
							
							
								
								Only set duration for streams where it is likely correct.  
							
							Fixes issue1120
Originally committed as revision 21620 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bce8840a4e 
								
							
								 
							
						 
						
							
							
								
								Set nb_frames.  
							
							Also add DXSA tag (commited by mistake in this commit, i can revert and recommit
seperately if someone wants)
Originally committed as revision 21619 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0941ee0fa6 
								
							
								 
							
						 
						
							
							
								
								Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474.  
							
							Originally committed as revision 21154 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12ad66712a 
								
							
								 
							
						 
						
							
							
								
								Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped  
							
							arrays of fixed length.
Code from ffmbc with changes to adapt to our metadata API.
Originally committed as revision 20836 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df84d7d9bd 
								
							
								 
							
						 
						
							
							
								
								Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.  
							
							Untested, i do not have a sample.
Originally committed as revision 20348 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								83a4d356ef 
								
							
								 
							
						 
						
							
							
								
								Support non interleaved avi files that have 0<size<sample_size.  
							
							(No i do not have a sample its thus also untested)
The new code is also simpler.
Originally committed as revision 20347 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e471e3c4a5 
								
							
								 
							
						 
						
							
							
								
								Fix playback of strange AVI files with stray LIST.  
							
							sample: http://samples.mplayerhq.hu/avi/AV36_1.AVI 
fix suggested by Michael
Originally committed as revision 20118 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c14ded386 
								
							
								 
							
						 
						
							
							
								
								Fix a bug with reading non-interleaved AVI if one the streams is  
							
							shorter.
Patch by Maksym Veremeyenko, verem m1stereo tv
Originally committed as revision 19798 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b60de406a4 
								
							
								 
							
						 
						
							
							
								
								Factorise st->nb_index_entries check.  
							
							Patch by Maksym Veremeyenko, verem m1stereo tv
Originally committed as revision 19797 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								44ed34b790 
								
							
								 
							
						 
						
							
							
								
								Check for seek failures in avi_load_index, otherwise if the index offset  
							
							is invalid (e.g. truncated file) we might end up reading the whole file
since trying to seek beyond the end of file does not set EOF.
Originally committed as revision 19709 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7305d97f04 
								
							
								 
							
						 
						
							
							
								
								Do not read index chunks as audio/video data; closes issue 1336.  
							
							patch by Maksym Veremeyenko, verem m1stereo tv
Originally committed as revision 19700 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a9c86e9f8 
								
							
								 
							
						 
						
							
							
								
								avidec: simplify, using av_rescale_q() instead of av_rescale()  
							
							Originally committed as revision 19624 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								18b55f639a 
								
							
								 
							
						 
						
							
							
								
								Remove pointless '#ifdef DEBUG' around dprintf macro.  
							
							Originally committed as revision 19535 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63613fe615 
								
							
								 
							
						 
						
							
							
								
								Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN  
							
							Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3dcddf82ed 
								
							
								 
							
						 
						
							
							
								
								Check for failed extradata malloc, fixes a crash in out-of-memory conditions  
							
							or with extremely large extradata.
Originally committed as revision 19333 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a4a4d7839 
								
							
								 
							
						 
						
							
							
								
								Check size of "strf" header against size of enclosing "LIST" if there is one.  
							
							Originally committed as revision 19332 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a40491ef2 
								
							
								 
							
						 
						
							
							
								
								Add ff_ prefixes to exported symbols in libavformat/riff.h.  
							
							patch by Daniel Verkamp, aniel drv nu
Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c68f25b20 
								
							
								 
							
						 
						
							
							
								
								Workaround broken AVI files from DC-XZ6.  
							
							Fixes issue897.
Originally committed as revision 18942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c13b250bad 
								
							
								 
							
						 
						
							
							
								
								move DEBUG define before include to get dprintf and change printf to dprintf  
							
							Originally committed as revision 18932 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								876578914b 
								
							
								 
							
						 
						
							
							
								
								set avi fsize to INT64_MAX if riff tag end is not set and file size is not available  
							
							Originally committed as revision 18052 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c60a0f85ee 
								
							
								 
							
						 
						
							
							
								
								Check for alloc failures.  
							
							Originally committed as revision 17497 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ebe099ac0 
								
							
								 
							
						 
						
							
							
								
								Check for EOF during index reading.  
							
							Originally committed as revision 17496 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5007cc844 
								
							
								 
							
						 
						
							
							
								
								Handle chunks with the MSB in size set correctly that is unsigned.  
							
							Originally committed as revision 17491 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31f2616db8 
								
							
								 
							
						 
						
							
							
								
								Fix raw rgb/bgr vertical flip in avi based on info from  http://www.fourcc.org/fccbihgt.php .  
							
							partially fixes issue862.
Originally committed as revision 17475 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1e04bbeede 
								
							
								 
							
						 
						
							
							
								
								AVI demuxer: return AVERROR_EOF upon detection of end of file.  
							
							Originally committed as revision 17456 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								037c08d6cd 
								
							
								 
							
						 
						
							
							
								
								avidec: fix error introduced in r17382  
							
							Originally committed as revision 17385 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87ad63c0f9 
								
							
								 
							
						 
						
							
							
								
								Add a context to av_log() calls and modify a function prototype to allow it.  
							
							Originally committed as revision 17382 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ea7ce8843 
								
							
								 
							
						 
						
							
							
								
								modify the way to pass parameters to av_metadata_set()  
							
							This improves code readability and this avoid warnings about discarding
qualifiers from pointer target type.
Originally committed as revision 16952 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2bb6eba21d 
								
							
								 
							
						 
						
							
							
								
								remove ff_get_fourcc() and use AV_RL32() instead  
							
							Originally committed as revision 16654 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago