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  
				
					
						
							
							
								 
						
							
							
							
								
							
								bad5537e2c 
								
							
								 
							
						 
						
							
							
								
								Use full internal pathname in doxygen  @file  directives.  
							
							Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b250f9c66d 
								
							
								 
							
						 
						
							
							
								
								Change semantic of CONFIG_*, HAVE_* and ARCH_*.  
							
							They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bffc76bd17 
								
							
								 
							
						 
						
							
							
								
								Update lavf/libnut.c to _tt type names in libnut API  
							
							Originally committed as revision 16075 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8212568a1c 
								
							
								 
							
						 
						
							
							
								
								Replace generic CONFIG_MUXERS preprocessor conditionals by more specific  
							
							CONFIG_FOO_MUXER conditionals where appropriate.
Originally committed as revision 15158 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5972945197 
								
							
								 
							
						 
						
							
							
								
								convert every muxer/demuxer to write/read sample_aspect_ratio from/to  
							
							the corresponding AVStream instead of AVCodecContext
Originally committed as revision 14933 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bde15e74de 
								
							
								 
							
						 
						
							
							
								
								Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste.it
along with some spelling/consistency fixes for the long names by me
Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d49b9ad07 
								
							
								 
							
						 
						
							
							
								
								Give the libnut muxer a lib prefix in its name so it does not conflict with  
							
							the native implementation.
Originally committed as revision 10941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5fdb9cc50a 
								
							
								 
							
						 
						
							
							
								
								Prefix library format names with 'lib' in libavformat  
							
							Originally committed as revision 10414 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87e8788680 
								
							
								 
							
						 
						
							
							
								
								allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks  
							
							Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1017fafb20 
								
							
								 
							
						 
						
							
							
								
								remove usage of deprecated functions in libnut.c (codec_get_id/tag)  
							
							Originally committed as revision 8316 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0020596f92 
								
							
								 
							
						 
						
							
							
								
								Add doxygen file header to libnut.c  
							
							Originally committed as revision 8315 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eca06097d3 
								
							
								 
							
						 
						
							
							
								
								Add LGPL header as requested by Oded.  
							
							Originally committed as revision 8126 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7c592475d 
								
							
								 
							
						 
						
							
							
								
								Properly separate native and libnut NUT (de)muxers.  
							
							Originally committed as revision 7891 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7caf0cc62c 
								
							
								 
							
						 
						
							
							
								
								add codec_id <-> codec_tag tables to AVIn/OutputFormat  
							
							Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7d3efae82 
								
							
								 
							
						 
						
							
							
								
								sync to libnut, nom->num  
							
							Originally committed as revision 7367 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								468f8102d5 
								
							
								 
							
						 
						
							
							
								
								change mpeg4 fourcc from "mp4s" to "mp4v"  
							
							Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf054f7430 
								
							
								 
							
						 
						
							
							
								
								update to libnut, use framecode table generator  
							
							Originally committed as revision 7115 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a851cf8cf7 
								
							
								 
							
						 
						
							
							
								
								update to libnut API, changes to frame_table_input  
							
							Originally committed as revision 7114 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4bb70838f 
								
							
								 
							
						 
						
							
							
								
								Update to libnut API, non-negative errors  
							
							Originally committed as revision 7094 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9123f531be 
								
							
								 
							
						 
						
							
							
								
								update to libnut API, don't free the streams  
							
							Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d666a47a7 
								
							
								 
							
						 
						
							
							
								
								update to libnut, add cache_syncpoints  
							
							Originally committed as revision 7062 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d8aa1c38b 
								
							
								 
							
						 
						
							
							
								
								update to libnut API, rename nut.h->libnut.h  
							
							Originally committed as revision 7051 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b43afb5343 
								
							
								 
							
						 
						
							
							
								
								change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..  
							
							Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f956e12954 
								
							
								 
							
						 
						
							
							
								
								Add libnut support until ffmpeg gets an independant and complete de/muxer for NUT  
							
							Originally committed as revision 6977 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago