| 
							
							
								 Carl Eugen Hoyos | c9823f0577 | Improve understanding ofavcodec_find_decoder() patch by Carl Eugen Hoyos: ! cehoyos ag or at !
Originally committed as revision 9301 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2007-06-13 08:28:00 +00:00 |  | 
			
				
					| 
							
							
								 Diego Biurrun | 755bfeabcc | misc spelling fixes Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2007-06-12 09:29:25 +00:00 |  | 
			
				
					| 
							
							
								 Panagiotis Issaris | b24daebf22 | The memsetting of the end of buffer is not needed for audio. Originally committed as revision 8070 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2007-02-22 12:56:31 +00:00 |  | 
			
				
					| 
							
							
								 Panagiotis Issaris | f6618b0f43 | Stray comment, probably copy & pasted from audio_encode_example(). Originally committed as revision 8066 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2007-02-22 02:12:54 +00:00 |  | 
			
				
					| 
							
							
								 Panagiotis Issaris | 9b2bb40341 | Remove a non-C dependency (being M_PI) from the libavcodec example. Originally committed as revision 8025 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2007-02-18 21:23:50 +00:00 |  | 
			
				
					| 
							
							
								 Diego Biurrun | 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 | 2006-10-07 15:30:46 +00:00 |  | 
			
				
					| 
							
							
								 Diego Biurrun | 04d7f60143 | Add official LGPL license headers to the files that were missing them. Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2006-09-10 14:02:42 +00:00 |  | 
			
				
					| 
							
							
								 Diego Biurrun | 115329f160 | COSMETICS: Remove all trailing whitespace. Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2005-12-17 18:14:38 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | a7cc43047f | apiexample fix by (Chip: szarlada, freemail hu) Originally committed as revision 4357 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2005-06-07 20:57:15 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | c0df9d75bd | switch to native time bases Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2005-04-30 21:43:59 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | 40c5fa2689 | AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) with minor changes from me
Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2005-03-06 23:20:53 +00:00 |  | 
			
				
					| 
							
							
								 François Revol | 3e459e39fa | use av_free() instead of free() where it's meant to. Originally committed as revision 3971 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2005-02-22 11:37:03 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | 2fc8ea249f | dissallow sprintf Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2005-01-12 00:59:42 +00:00 |  | 
			
				
					| 
							
							
								 Matthias Fritschi | 1c0e205fab | writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>) Originally committed as revision 2988 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2004-04-09 15:04:51 +00:00 |  | 
			
				
					| 
							
							
								 Fabrice Bellard | d99ce8d7de | spelling fix Originally committed as revision 2172 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2003-08-28 13:30:03 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | 6a686d58b4 | FF_INPUT_BUFFER_PADDING_SIZE Originally committed as revision 2100 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2003-08-01 11:01:05 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | 17d71fb922 | last frames & b frames encoding fix Originally committed as revision 2075 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2003-07-23 10:41:07 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | 14bea432f1 | per context frame_rate_base, this should finally fix frame_rate related av sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2003-03-12 15:16:19 +00:00 |  | 
			
				
					| 
							
							
								 Zdenek Kabelac | bec89a840f | * more generic avoption_parse * reused help ptr for sub ptr
Originally committed as revision 1642 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2003-03-07 13:48:02 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | 983e3246b7 | per file doxy Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2003-03-06 11:32:04 +00:00 |  | 
			
				
					| 
							
							
								 Zdenek Kabelac | 0c1a9edad4 | * UINTX -> uintx_t   INTX -> intx_t Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2003-02-11 16:35:48 +00:00 |  | 
			
				
					| 
							
							
								 Zdenek Kabelac | fe1b62fb3e | * still unfinished code for Options * demo code - awating more comments
Originally committed as revision 1569 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2003-02-10 09:40:23 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | 492cd3a920 | AVVideoFrame -> AVFrame Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2002-12-09 12:03:43 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | 6c16199b43 | fixing api-example Originally committed as revision 1320 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2002-12-06 17:39:32 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | f78ebb51ec | apiexample doesnt send complete frames to the codec Originally committed as revision 1284 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2002-11-26 16:16:04 +00:00 |  | 
			
				
					| 
							
							
								 Michael Niedermayer | e8b62df6e4 | fixing apiexample Originally committed as revision 958 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2002-09-19 18:24:52 +00:00 |  | 
			
				
					| 
							
							
								 Fabrice Bellard | 58f26ba916 | changed opendivx to mpeg4 Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2001-08-15 13:12:23 +00:00 |  | 
			
				
					| 
							
							
								 Fabrice Bellard | de6d9b6404 | Initial revision Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk | 2001-07-22 14:18:56 +00:00 |  |