899681cd1d 
								
							
								 
							
						 
						
							
							
								
								Use dynamically allocated ByteIOContext in AVFormatContext  
							
							patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007
Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7798b42df1 
								
							
								 
							
						 
						
							
							
								
								Add ff_ prefix to get_v()  
							
							Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								897d3eef4c 
								
							
								 
							
						 
						
							
							
								
								Make get_v() available to the other demuxers  
							
							Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								992e78f5f2 
								
							
								 
							
						 
						
							
							
								
								rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers  
							
							Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ab1ebea31 
								
							
								 
							
						 
						
							
							
								
								warning fix:  
							
							nutdec.c: In function ‘nut_read_timestamp’:
nutdec.c:759: warning: label ‘resync’ defined but not used
Originally committed as revision 10506 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								30a987ece9 
								
							
								 
							
						 
						
							
							
								
								Remove unused variable.  
							
							Originally committed as revision 10251 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93951943ec 
								
							
								 
							
						 
						
							
							
								
								spelling/wording cosmetics  
							
							Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a3b5fe16a 
								
							
								 
							
						 
						
							
							
								
								move syncpoint cache related stuff to common file  
							
							Originally committed as revision 10038 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								073811cdd2 
								
							
								 
							
						 
						
							
							
								
								fix forw_ptr crc check  
							
							not really beautiful but i did not find a nice solution
note, untested
Originally committed as revision 10037 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a26da44b0 
								
							
								 
							
						 
						
							
							
								
								get rid of printf  
							
							Originally committed as revision 10033 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f13ea4e00c 
								
							
								 
							
						 
						
							
							
								
								move lsb2full to common file  
							
							Originally committed as revision 10025 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								874abace12 
								
							
								 
							
						 
						
							
							
								
								move syncpoint timestamp resetting code to a common file  
							
							Originally committed as revision 10020 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47772399ec 
								
							
								 
							
						 
						
							
							
								
								check forw_ptr CRC  
							
							Originally committed as revision 10017 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								efd8f22a16 
								
							
								 
							
						 
						
							
							
								
								make StreamContext.time_base a pointer  
							
							Originally committed as revision 10010 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								769e10f068 
								
							
								 
							
						 
						
							
							
								
								Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).  
							
							Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99a452342c 
								
							
								 
							
						 
						
							
							
								
								nutdec: don't use deprecated codec_get_{bmp,wav}_id()  
							
							Originally committed as revision 9528 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5a389a1b7 
								
							
								 
							
						 
						
							
							
								
								license header consistency cosmetics  
							
							Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								75e61b0e88 
								
							
								 
							
						 
						
							
							
								
								use new string functions  
							
							based on patch by Reimar Döffinger
Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								706da4af32 
								
							
								 
							
						 
						
							
							
								
								fix some printf format specifiers  
							
							Originally committed as revision 9334 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								755bfeabcc 
								
							
								 
							
						 
						
							
							
								
								misc spelling fixes  
							
							Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a47ec310f2 
								
							
								 
							
						 
						
							
							
								
								Remove unused code + variable, fixes a warning.  
							
							Originally committed as revision 8794 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								119e48d960 
								
							
								 
							
						 
						
							
							
								
								Make some functions which aren't used outside their declaring source file  
							
							and have no prototype in a header file static.
patch by Stefan Huehner, stefan huehner org
Originally committed as revision 8686 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								559fd1e795 
								
							
								 
							
						 
						
							
							
								
								fix end-of-file detection  
							
							At the end of a nut file, the check for url_feof() fails because the
eof flag was cleared by the url_fseek() call that was used to skip over
the index packet.    This patch fixes this
patch by: Clemens Ladisch % cladisch A fastmail P net %
Original thread:
Date: Feb 27, 2007 6:13 PM
Subject: [Ffmpeg-devel] [PATCH] nutdec: fix end-of-file detection
Originally committed as revision 8447 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb0eb714bd 
								
							
								 
							
						 
						
							
							
								
								get_packetheader() forgot to read the header_checksum in big packets  
							
							patch from Clemens Ladisch cladisch AT fastmail dot net
(stray base64 patch reverted in the next commits)
Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07495657fb 
								
							
								 
							
						 
						
							
							
								
								simplify  
							
							Originally committed as revision 7602 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06599638dd 
								
							
								 
							
						 
						
							
							
								
								check max_pts_distance  
							
							Originally committed as revision 7100 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0a3b575bc7 
								
							
								 
							
						 
						
							
							
								
								skip non keyframes after seeking between syncpoint and the first keyframe  
							
							Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c873bc17bf 
								
							
								 
							
						 
						
							
							
								
								remove unused variables  
							
							Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09e151848a 
								
							
								 
							
						 
						
							
							
								
								removing unused code  
							
							Originally committed as revision 7096 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2dbe0bd45f 
								
							
								 
							
						 
						
							
							
								
								check for frames with 2*size > max_dist and no crc  
							
							Originally committed as revision 7076 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ba3e5d843 
								
							
								 
							
						 
						
							
							
								
								resync from last syncpoint  
							
							Originally committed as revision 7075 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a26353e211 
								
							
								 
							
						 
						
							
							
								
								remove skip spam  
							
							Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f32554fa62 
								
							
								 
							
						 
						
							
							
								
								indention  
							
							Originally committed as revision 7058 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								071790c876 
								
							
								 
							
						 
						
							
							
								
								seeking with index  
							
							Originally committed as revision 7057 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d5be986f0 
								
							
								 
							
						 
						
							
							
								
								index less seeking in O(log n) time  
							
							Originally committed as revision 7056 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d97d9d53e 
								
							
								 
							
						 
						
							
							
								
								fix checksum check (was my bug not libnut)  
							
							Originally committed as revision 6980 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e827202955 
								
							
								 
							
						 
						
							
							
								
								fix timestamp rounding in syncpoints  
							
							index reading (unfinished and disabled)
Originally committed as revision 6979 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b0d75fc40 
								
							
								 
							
						 
						
							
							
								
								simplify  
							
							Originally committed as revision 6971 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a626982f9 
								
							
								 
							
						 
						
							
							
								
								dont do startcode search from last syncpoint if there are no errors  
							
							Originally committed as revision 6969 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								faf7cbf110 
								
							
								 
							
						 
						
							
							
								
								nut simple seeking first try  
							
							Originally committed as revision 6968 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								619d8e2e58 
								
							
								 
							
						 
						
							
							
								
								updating nut demuxer to latest spec  
							
							no muxing yet
no index yet
no seeking yet
libnuts crcs dont match mine (didnt investigate yet)
samplerate is stored wrong by libnut (demuxer has a workaround)
code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work
demuxer split from muxer
Originally committed as revision 6966 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago