44594cc798 
								
							
								 
							
						 
						
							
							
								
								Add a demuxer for receiving raw rtp:// URLs without an SDP description  
							
							The demuxer inspects the payload type of a received RTP packet and
handles the cases where the content is fully described by the payload type.
Originally committed as revision 25527 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03700d399b 
								
							
								 
							
						 
						
							
							
								
								Export metadata in the generic format. Deprecate old conversion API.  
							
							patch by Anton Khirnov  anton _at_ khirnov _dot_ net
Originally committed as revision 25493 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed09233fa2 
								
							
								 
							
						 
						
							
							
								
								cosmetic: alignment  
							
							Originally committed as revision 25492 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13728334e8 
								
							
								 
							
						 
						
							
							
								
								add FF_API_SYMVER define to disable symver compatibility functions  
							
							Originally committed as revision 25491 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								114c9a5925 
								
							
								 
							
						 
						
							
							
								
								add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api  
							
							Originally committed as revision 25489 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0139fdea08 
								
							
								 
							
						 
						
							
							
								
								add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_id  
							
							fields in AVFormatParameters
Originally committed as revision 25488 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d1742ff779 
								
							
								 
							
						 
						
							
							
								
								add FF_API_LAVF_UNUSED define to disable the unused struct fields  
							
							Originally committed as revision 25487 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								634e0304a8 
								
							
								 
							
						 
						
							
							
								
								add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek  
							
							and delay this transition to v54 as it is currently not functional
Originally committed as revision 25486 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d87a521cde 
								
							
								 
							
						 
						
							
							
								
								add FF_API_PARSE_FRAME_PARAM define to disable the deprecated  
							
							parse_image_size() and parse_frame_rate() public functions
Originally committed as revision 25485 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca51d86c96 
								
							
								 
							
						 
						
							
							
								
								add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated  
							
							av_alloc_format_context() public function
Originally committed as revision 25483 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88e44314ea 
								
							
								 
							
						 
						
							
							
								
								add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function  
							
							Originally committed as revision 25482 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ef30ac1f3 
								
							
								 
							
						 
						
							
							
								
								add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()  
							
							public function
Originally committed as revision 25481 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								198ac67fe8 
								
							
								 
							
						 
						
							
							
								
								add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()  
							
							and guess_stream_format() public functions
Originally committed as revision 25480 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a15c7fd6cb 
								
							
								 
							
						 
						
							
							
								
								Deprecate old API.  
							
							Patch by Anton Khirnov, anton khirnov net
Originally committed as revision 25479 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01c8d258da 
								
							
								 
							
						 
						
							
							
								
								Add a SAP demuxer  
							
							Originally committed as revision 25463 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ad64a807a9 
								
							
								 
							
						 
						
							
							
								
								Add forgotten minor bump and changelog entry for the SAP muxer  
							
							Originally committed as revision 25444 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd0368e7ca 
								
							
								 
							
						 
						
							
							
								
								move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation  
							
							Originally committed as revision 25418 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61138c43e0 
								
							
								 
							
						 
						
							
							
								
								properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR  
							
							Originally committed as revision 25382 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38aab35f47 
								
							
								 
							
						 
						
							
							
								
								add new streams API without MAX_STREAMS limit  
							
							(disabled until next major bump)
Originally committed as revision 25381 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2899a28cdc 
								
							
								 
							
						 
						
							
							
								
								document the fact that av_new_stream() can't be called in a background thread  
							
							Originally committed as revision 25379 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3ece3e4c56 
								
							
								 
							
						 
						
							
							
								
								Add RTP depacketization of the X-QT QuickTime format  
							
							Originally committed as revision 25371 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8878e3b21b 
								
							
								 
							
						 
						
							
							
								
								Add demuxer for LXF (Leitch/Harris' VR native stream format)  
							
							Originally committed as revision 25281 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4faf628f20 
								
							
								 
							
						 
						
							
							
								
								Clarify what av_read_frame() returns.  
							
							Originally committed as revision 25123 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c41d554e2 
								
							
								 
							
						 
						
							
							
								
								Read all id3v2 tags at the beginning of mp3 files.  
							
							Patch by David Byron, dbyron dbyron com
Originally committed as revision 25105 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9013560f13 
								
							
								 
							
						 
						
							
							
								
								Add a muxer and demuxer for raw G.722  
							
							Originally committed as revision 25087 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								364cacc7c7 
								
							
								 
							
						 
						
							
							
								
								add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()  
							
							public function
Originally committed as revision 24841 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								838b27b42c 
								
							
								 
							
						 
						
							
							
								
								add FF_API_REGISTER_PROTOCOL define to disable the deprecated  
							
							register_protocol() function
Originally committed as revision 24840 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								404eba44b1 
								
							
								 
							
						 
						
							
							
								
								add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass  
							
							Originally committed as revision 24835 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								25ae798c87 
								
							
								 
							
						 
						
							
							
								
								add a comment to clarify that FF_API_* defines are not part of public API  
							
							Originally committed as revision 24826 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54036be11a 
								
							
								 
							
						 
						
							
							
								
								rename LAVF_API_* defines to FF_API_* to clarify that it is not public API  
							
							Originally committed as revision 24825 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd872bf49f 
								
							
								 
							
						 
						
							
							
								
								add LAVF_API_OLD_METADATA define to disable the deprecated metadata API  
							
							Originally committed as revision 24818 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								072e3efd1b 
								
							
								 
							
						 
						
							
							
								
								add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API  
							
							Originally committed as revision 24817 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51291e6005 
								
							
								 
							
						 
						
							
							
								
								Add RTP depacketization of VP8  
							
							Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24798 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ddc176ec4 
								
							
								 
							
						 
						
							
							
								
								Add RTP depacketization of MP4A-LATM  
							
							Originally committed as revision 24790 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								983ec30497 
								
							
								 
							
						 
						
							
							
								
								Add documentation for the pm parameter of the av_metadata_set*  
							
							functions.
Originally committed as revision 24771 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								32e6f246b3 
								
							
								 
							
						 
						
							
							
								
								Fix reference to a wrong parameter name in the metadata API functions  
							
							doxies.
Originally committed as revision 24770 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd7b11d027 
								
							
								 
							
						 
						
							
							
								
								Nit: fix weird spacing.  
							
							Originally committed as revision 24762 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26cc5310f6 
								
							
								 
							
						 
						
							
							
								
								Add empty newlines between function descriptions and  @params , improve  
							
							readability.
Originally committed as revision 24761 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91af5601c1 
								
							
								 
							
						 
						
							
							
								
								Add RTP packetization of Theora and Vorbis  
							
							Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7cf0f3148 
								
							
								 
							
						 
						
							
							
								
								Add WebM to the Matroska demuxer name.  
							
							Originally committed as revision 24639 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec906fcdd7 
								
							
								 
							
						 
						
							
							
								
								Fix 2 doxy comments that referred to the wrong variable.  
							
							Originally committed as revision 24547 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76c56376ca 
								
							
								 
							
						 
						
							
							
								
								Make doxygen formatting more consistent.  
							
							Originally committed as revision 24546 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac3ccbc0e2 
								
							
								 
							
						 
						
							
							
								
								Document existing rules for AVInputFormat.name.  
							
							Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba2c508d0c 
								
							
								 
							
						 
						
							
							
								
								add SubRip muxer and demuxer  
							
							Originally committed as revision 24488 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8723e242d 
								
							
								 
							
						 
						
							
							
								
								Lego Mindstorms RSO muxer and demuxer.  
							
							Patch by Rafaël Carré, rafael d carre a gmail
Originally committed as revision 24355 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3673f4ab08 
								
							
								 
							
						 
						
							
							
								
								fix av_seek_frame_binary() documentation  
							
							read_timestamp() is part of AVInputFormat, not AVCodec
Originally committed as revision 24327 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a71709467 
								
							
								 
							
						 
						
							
							
								
								Tele-typewriter demuxer  
							
							Originally committed as revision 24301 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57fe80fe88 
								
							
								 
							
						 
						
							
							
								
								Bump minor and add APIchanges entry for url_fskip return value change.  
							
							Originally committed as revision 24278 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31769dad7d 
								
							
								 
							
						 
						
							
							
								
								Clarify the avoidance of usage of these AVStream fields.  
							
							Originally committed as revision 24198 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93eea20a79 
								
							
								 
							
						 
						
							
							
								
								Bump libavformat minor (as a result of r24003).  
							
							Originally committed as revision 24007 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago