b394438e8a 
								
							
								 
							
						 
						
							
							
								
								Document making AVFormatContext.packet_size unsigned API change.  
							
							Originally committed as revision 19251 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bbe788ab7 
								
							
								 
							
						 
						
							
							
								
								Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder  
							
							should use it, too).
Originally committed as revision 19221 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f3f2e0676 
								
							
								 
							
						 
						
							
							
								
								Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.  
							
							Originally committed as revision 19078 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f988ce6cad 
								
							
								 
							
						 
						
							
							
								
								Add a lock manager API to libavcodec.  
							
							Allows an application to register a callback that manages mutexes
on behalf of FFmpeg.
With this callback registered FFmpeg is fully thread safe.
Originally committed as revision 19025 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								52bcc8e13c 
								
							
								 
							
						 
						
							
							
								
								Document change in r18719.  
							
							Originally committed as revision 18720 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c13bbf509 
								
							
								 
							
						 
						
							
							
								
								av_destruct_packet_nofree deprecation explained in APIchanges  
							
							Originally committed as revision 18468 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2851d2253f 
								
							
								 
							
						 
						
							
							
								
								Document addition of new avcodec_decode_video2/audio3/subtitle2() API and  
							
							the deprecation of the old API calls.
Originally committed as revision 18376 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f3370e14ea 
								
							
								 
							
						 
						
							
							
								
								Improve grammar/comprehensibility of the lavu 50.2.0 entry.  
							
							Originally committed as revision 18361 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a43bbc37d 
								
							
								 
							
						 
						
							
							
								
								Add missing entry corresponding to r18163.  
							
							Originally committed as revision 18342 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26f3f2914e 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: remove empty line.  
							
							Originally committed as revision 18341 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4656e6b0d 
								
							
								 
							
						 
						
							
							
								
								Fix minor version for the r18116 entry: minor was not bumped in that  
							
							revision.
Originally committed as revision 18340 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b2120c39d 
								
							
								 
							
						 
						
							
							
								
								Remove JACK input device addition entry.  
							
							The addition of a new component is not considered an API change.
Originally committed as revision 18329 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b1516707c4 
								
							
								 
							
						 
						
							
							
								
								Update after the last two commits.  
							
							Originally committed as revision 18323 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd3bbb4903 
								
							
								 
							
						 
						
							
							
								
								Update after the last API change.  
							
							Originally committed as revision 18318 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c8f742ca49 
								
							
								 
							
						 
						
							
							
								
								The Mersenne Twister PRNG was removed, mention replacement.  
							
							Originally committed as revision 18183 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								889cdae8ef 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Reformat paragraphs and other cosmetic changes.  
							
							Originally committed as revision 18182 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3898eed890 
								
							
								 
							
						 
						
							
							
								
								Reorder arguments for av_fifo_generic_read to be more logical and  
							
							consistent with av_fifo_generic_write.
Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06d19718c4 
								
							
								 
							
						 
						
							
							
								
								Add a part explaining that API should be considered unstable after major  
							
							version changes and list dates of last major version increase.
Originally committed as revision 17878 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22d4f236bd 
								
							
								 
							
						 
						
							
							
								
								Preliminary summary of AVFifoBuffer changes  
							
							Originally committed as revision 17877 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								429d6b2180 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: Typo  
							
							Originally committed as revision 17760 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9549cdcbaa 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: Typo  
							
							Originally committed as revision 17757 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38ce707e02 
								
							
								 
							
						 
						
							
							
								
								add an API changelog with a first entry for the new metadata API  
							
							Originally committed as revision 17697 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago