6f3e0b2174 
								
							
								 
							
						 
						
							
							
								
								Replace all occurrences of AVERROR_IO with AVERROR(EIO).  
							
							Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f09770382 
								
							
								 
							
						 
						
							
							
								
								cosmetics: fix indentation  
							
							Originally committed as revision 8998 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a8c5ab2707 
								
							
								 
							
						 
						
							
							
								
								Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,  
							
							these comments can be extracted by Doxygen by only accessing the installed
headers.
Originally committed as revision 8258 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8fa36ae09d 
								
							
								 
							
						 
						
							
							
								
								This fixes error handling for BeOS, removing the need for some ifdefs.  
							
							AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.
Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68fcdbf1e5 
								
							
								 
							
						 
						
							
							
								
								Fix misbehaviour in url_fseek() when seeking fails.  
							
							The return value of the seek function is -1 on error, not -EPIPE (the return value in url_seek() if no seek function pointer is set)
Patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net %
Original thread:
date: Dec 31, 2006 9:25 PM
subject: [Ffmpeg-devel] Re: [PATCH] file length handling
Originally committed as revision 7766 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f42f5238e 
								
							
								 
							
						 
						
							
							
								
								proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net  
							
							Originally committed as revision 7736 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ae2c5f2e7 
								
							
								 
							
						 
						
							
							
								
								fix indention of previous commit  
							
							Originally committed as revision 7396 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e287af090 
								
							
								 
							
						 
						
							
							
								
								seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility  
							
							Originally committed as revision 7395 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b61ab0b03 
								
							
								 
							
						 
						
							
							
								
								put_*() are not only useful to muxers and protocol  
							
							fix compilation of matroska demuxer with --disable-muxers --disable-protocols
Originally committed as revision 7323 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8fa641f8e8 
								
							
								 
							
						 
						
							
							
								
								Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.  
							
							Originally committed as revision 7185 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								942f3bb528 
								
							
								 
							
						 
						
							
							
								
								move memory reading ByteIOContext init from mov.c to avobuf.c  
							
							Originally committed as revision 6744 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								398f5d3f1d 
								
							
								 
							
						 
						
							
							
								
								support forward seeking in non seekable streams  
							
							Originally committed as revision 6340 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b9a913db4 
								
							
								 
							
						 
						
							
							
								
								simplify seek() failure check  
							
							Originally committed as revision 6339 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f40d17398d 
								
							
								 
							
						 
						
							
							
								
								simplify url_fseek()  
							
							Originally committed as revision 6316 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ccb159940b 
								
							
								 
							
						 
						
							
							
								
								fix regression failure after adler simplification  
							
							Originally committed as revision 5803 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea395e8c6c 
								
							
								 
							
						 
						
							
							
								
								add a Creative VOC (de)muxer  
							
							Originally committed as revision 4967 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04f46ced8c 
								
							
								 
							
						 
						
							
							
								
								Add --disable-protocols option to configure to disable I/O protocol from  
							
							libavformat.  Also fix build with --disable-muxers and --disable-ffserver.
patch by Gildas Bazin < gbazin **@** altern **.** org >
Originally committed as revision 4879 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9e3509529 
								
							
								 
							
						 
						
							
							
								
								Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS  
							
							in libavformat to allow building (de)coders and (de)muxers independently at
some point + support for this option in configure.
Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7cb8f314db 
								
							
								 
							
						 
						
							
							
								
								remove non portable get/put_be64_double()  
							
							Originally committed as revision 4461 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a254c5745b 
								
							
								 
							
						 
						
							
							
								
								kill duplicated get/put_be24()  
							
							Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f0680c553 
								
							
								 
							
						 
						
							
							
								
								10l (segfault fix)  
							
							Originally committed as revision 4341 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								536ffa59e9 
								
							
								 
							
						 
						
							
							
								
								Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)  
							
							Originally committed as revision 4322 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								3e2b6358e0 
								
							
								 
							
						 
						
							
							
								
								bypass internal buffer for "large" packets  
							
							Originally committed as revision 4080 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ecca7a49f 
								
							
								 
							
						 
						
							
							
								
								various security fixes and precautionary checks  
							
							Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								568e18b15e 
								
							
								 
							
						 
						
							
							
								
								integer overflows, heap corruption  
							
							possible arbitrary code execution cannot be ruled out in some cases
precautionary checks
Originally committed as revision 3813 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								0bd586c50d 
								
							
								 
							
						 
						
							
							
								
								sweeping change from -EIO -> AVERROR_IO  
							
							Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								465e1dadbe 
								
							
								 
							
						 
						
							
							
								
								10l (bytes_left() -> url_feof())  
							
							10l (updating LRU delta pts for type 1/2 frames)
ensure that checksumming isnt enabled if its not needed
search for next startcode and then search backward to the next valid frame if an inconsistancy is detected
deal with non-frame startcodes in the middle of the stream
Originally committed as revision 2972 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ee9f36a88e 
								
							
								 
							
						 
						
							
							
								
								checksuming for nut & nice checksum API for libavformat  
							
							Originally committed as revision 2969 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e15dec10d5 
								
							
								 
							
						 
						
							
							
								
								decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)  
							
							Originally committed as revision 2896 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac9fe33d0e 
								
							
								 
							
						 
						
							
							
								
								avio patch by (Gildas Bazin <gbazin at altern dot org>)  
							
							Originally committed as revision 2783 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								764ef40015 
								
							
								 
							
						 
						
							
							
								
								disable encoders where appropriate (patch courtesy of BERO  
							
							<bero -at- geocities.co.jp>)
Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								546031ee86 
								
							
								 
							
						 
						
							
							
								
								* keeping compiler happy and quiet  
							
							Originally committed as revision 1817 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b88ba82315 
								
							
								 
							
						 
						
							
							
								
								ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>)  
							
							Originally committed as revision 1704 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c1a9edad4 
								
							
								 
							
						 
						
							
							
								
								* UINTX -> uintx_t   INTX -> intx_t  
							
							Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c91a6755b 
								
							
								 
							
						 
						
							
							
								
								* static,const,compiler warning cleanup  
							
							Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abac617591 
								
							
								 
							
						 
						
							
							
								
								renamed libav to libavformat  
							
							Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0570bf06d4 
								
							
								 
							
						 
						
							
							
								
								* cleanup statics & const  
							
							Originally committed as revision 1188 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b4b29dcd9 
								
							
								 
							
						 
						
							
							
								
								put/get portable for IEEE double - renamed put_native_string/get_native_string  
							
							Originally committed as revision 1062 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								75bdb984c7 
								
							
								 
							
						 
						
							
							
								
								Add the transfer of the new parameters from ffmpeg to ffserver and vice-versa  
							
							This adds functions to send and receive doubles and also null terminated strings.
Originally committed as revision 919 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64e105e051 
								
							
								 
							
						 
						
							
							
								
								Fix a potential endless loop (nb (1 * 3) / 2 == 1)  
							
							Originally committed as revision 823 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abba3dd133 
								
							
								 
							
						 
						
							
							
								
								added dynamic buffer support - added url_fprintf() and url_fgetc()  
							
							Originally committed as revision 796 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19720f15fd 
								
							
								 
							
						 
						
							
							
								
								license/copyright change  
							
							Originally committed as revision 593 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ea4f59365 
								
							
								 
							
						 
						
							
							
								
								use av memory handling functions  
							
							Originally committed as revision 528 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago