dc56fc3802 
								
							
								 
							
						 
						
							
							
								
								int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)  
							
							Originally committed as revision 3704 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61c7c3e347 
								
							
								 
							
						 
						
							
							
								
								raw h261 demuxing fix  
							
							Originally committed as revision 3680 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae214ac39e 
								
							
								 
							
						 
						
							
							
								
								try to guess the codec for imag2pipe too  
							
							Originally committed as revision 3674 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b6d559680 
								
							
								 
							
						 
						
							
							
								
								move p*m from image/lavf -> image2/lavc  
							
							video/audio_codec_id in AVFormatParameters to override/help demuxer
av_guess_codec() to guess the default codecs based upon muxer + filename
Originally committed as revision 3668 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4eff7cf42d 
								
							
								 
							
						 
						
							
							
								
								porting png support from -f image to -f image2  
							
							Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d07730ddd1 
								
							
								 
							
						 
						
							
							
								
								fix image stream copy  
							
							Originally committed as revision 3662 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a1dc611ce 
								
							
								 
							
						 
						
							
							
								
								bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse dot com>)  
							
							Originally committed as revision 3622 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ba7c3d7c9 
								
							
								 
							
						 
						
							
							
								
								set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams  
							
							Originally committed as revision 3620 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								528c2c737e 
								
							
								 
							
						 
						
							
							
								
								fix assertion failure in case of timestamp discontinuities  
							
							Originally committed as revision 3592 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8bcb147f54 
								
							
								 
							
						 
						
							
							
								
								generic cur_dts update  
							
							removing cur_dts update code from dv again, i think its not needed
Originally committed as revision 3588 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eb497825fe 
								
							
								 
							
						 
						
							
							
								
								default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>)  
							
							Originally committed as revision 3581 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0f3f15945 
								
							
								 
							
						 
						
							
							
								
								print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)  
							
							Originally committed as revision 3580 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3ba1438dec 
								
							
								 
							
						 
						
							
							
								
								use native timebase for seeking  
							
							direction flag for seeking
Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								576ae256a4 
								
							
								 
							
						 
						
							
							
								
								write error handling  
							
							Originally committed as revision 3572 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0c91bc23b 
								
							
								 
							
						 
						
							
							
								
								initial dts fix  
							
							Originally committed as revision 3555 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7000a17542 
								
							
								 
							
						 
						
							
							
								
								SCR timestamp fix try  #1  
							
							Originally committed as revision 3550 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c40a3a42e1 
								
							
								 
							
						 
						
							
							
								
								move free() of AVStream priv data to av_write_trailer()  
							
							Originally committed as revision 3548 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe2d6fe235 
								
							
								 
							
						 
						
							
							
								
								move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based  
							
							Originally committed as revision 3540 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63dd1377b3 
								
							
								 
							
						 
						
							
							
								
								uninitalized variables  
							
							Originally committed as revision 3534 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b69867f2e 
								
							
								 
							
						 
						
							
							
								
								Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)  
							
							Originally committed as revision 3387 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ba5cbc699 
								
							
								 
							
						 
						
							
							
								
								HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>)  
							
							tested and submitted by (Torsten Spindler <spindler at hbt dot arch dot ethz dot ch>)
Originally committed as revision 3381 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								53e2f9caf8 
								
							
								 
							
						 
						
							
							
								
								ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)  
							
							Originally committed as revision 3340 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03cfe134ca 
								
							
								 
							
						 
						
							
							
								
								image2 / image API cleanup phase-1  
							
							with this its possible to encode&decode any video codec to individual (1 file per frame) files
Originally committed as revision 3319 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ff7199f59 
								
							
								 
							
						 
						
							
							
								
								fix first timestamp when decoding mpeg-ps  
							
							Originally committed as revision 3274 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f82497728 
								
							
								 
							
						 
						
							
							
								
								flush audio encoder buffers at the end  
							
							fix vorbis in nut again
Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf7eef66ce 
								
							
								 
							
						 
						
							
							
								
								1000l  
							
							Originally committed as revision 3241 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6a92a9aa6 
								
							
								 
							
						 
						
							
							
								
								user specified start time offset  
							
							frame dup/drop info
typos
patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
Originally committed as revision 3217 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c895fc098 
								
							
								 
							
						 
						
							
							
								
								correctly interleave packets during encoding  
							
							dts/pts fixed for streamcopy
dont use coded_frame->key_frame hack in muxers, use AVPacket.flags instead
Originally committed as revision 3171 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								4fc2c6447f 
								
							
								 
							
						 
						
							
							
								
								100l (avi seeking)  
							
							Originally committed as revision 3155 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77405fc866 
								
							
								 
							
						 
						
							
							
								
								cur_dts in native timebase  
							
							Originally committed as revision 3153 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cdd5034f89 
								
							
								 
							
						 
						
							
							
								
								store index for seeking in the native timebase of each stream  
							
							set correct timebase for nut
merge mpeg-ts seeking with existing seeking code
10l fix in mpegts (27mhz vs. 90khz)
Originally committed as revision 3152 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ee91c2f53 
								
							
								 
							
						 
						
							
							
								
								move time_base (pts_num/pts_den) from AVFormatContext -> AVStream  
							
							Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								293ed23f12 
								
							
								 
							
						 
						
							
							
								
								NULL pointers ...  
							
							Originally committed as revision 3080 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8d14a25c3e 
								
							
								 
							
						 
						
							
							
								
								moving nearly identical binary search code from nut/mpeg/asf to utils.c  
							
							Originally committed as revision 3003 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c9247fc37a 
								
							
								 
							
						 
						
							
							
								
								dont reduce the min_distance of AVIndexEntry  
							
							Originally committed as revision 2979 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b0c7f5a9d8 
								
							
								 
							
						 
						
							
							
								
								move zero size hack from ogg.c to utils.c  
							
							Originally committed as revision 2959 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d8f985ecf 
								
							
								 
							
						 
						
							
							
								
								fix obnoxious ogg_packet passing from encoder to muxer  
							
							Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8bfed902f3 
								
							
								 
							
						 
						
							
							
								
								remove spyware from ogg*.c  
							
							fix vorbis in ogg decoding
Originally committed as revision 2952 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4346539522 
								
							
								 
							
						 
						
							
							
								
								av_log() cleanup  
							
							null pointer segfaults
 dont print redundant spam
 dont print prefix if reference==NULL
 class -> av_class
 dont copy AVClass to every object, its a waste of memory and not a good idea at all
Originally committed as revision 2841 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc874daea8 
								
							
								 
							
						 
						
							
							
								
								av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)  
							
							Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2092bd7531 
								
							
								 
							
						 
						
							
							
								
								avsync patch by (Gildas Bazin <gbazin at altern dot org>)  
							
							Originally committed as revision 2805 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3e9245a98e 
								
							
								 
							
						 
						
							
							
								
								store searched distance in index, so we dont waste time searching for keyframes where we already searched  
							
							asf seek fixes & use keyframe pos/timestamp cache
Originally committed as revision 2709 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b754978a3b 
								
							
								 
							
						 
						
							
							
								
								caching of timestamps for mpeg-ps so seeking is faster  
							
							move (av_)find_stream_index() to utils.c as its usefull outside mpeg.c
assert checking enabled, to find bugs quicker, should obviously be disabled later
(av_)add_index_entry() inserts new entries so that the list stays ordered and updates entries if already in it
(av_)index_search_timestamp() cleanup (kill ugly goto) and shorter
Originally committed as revision 2697 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ec87caa70 
								
							
								 
							
						 
						
							
							
								
								fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets)  
							
							Originally committed as revision 2620 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3735396022 
								
							
								 
							
						 
						
							
							
								
								make av_read_frame() return buffered frames at EOF  
							
							Originally committed as revision 2616 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8a56ac7b89 
								
							
								 
							
						 
						
							
							
								
								copy packet without omitting the padding  
							
							Originally committed as revision 2584 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bcbecff13f 
								
							
								 
							
						 
						
							
							
								
								fixed memory leak  
							
							Originally committed as revision 2525 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb2758c83d 
								
							
								 
							
						 
						
							
							
								
								initial av_read_frame() and av_seek_frame() support  
							
							Originally committed as revision 2494 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da24c5e330 
								
							
								 
							
						 
						
							
							
								
								make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()  
							
							Originally committed as revision 2447 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago