08ad81cbff 
								
							
								 
							
						 
						
							
							
								
								libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter  
							
							This removes a fixme issue, by allowing the av_pkt_dump functions
to use the correct time base.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit 863c471638 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1c4b65b91 
								
							
								 
							
						 
						
							
							
								
								lavf: update documentation of AVOutputFormat.flags  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f5e9ede23 
								
							
								 
							
						 
						
							
							
								
								lavf: postpone removal of public metadata conversion API  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebb92e0768 
								
							
								 
							
						 
						
							
							
								
								avio: rename url_fopen/fclose -> avio_open/close.  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 22a3212e32 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								471fe57e1a 
								
							
								 
							
						 
						
							
							
								
								avio: rename ByteIOContext to AVIOContext.  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ae628ec1fd 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b98107c8d 
								
							
								 
							
						 
						
							
							
								
								Move find_info_tag to lavu and add av_ prefix to it  
							
							Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit ab0287fcbd 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40c3fe2c08 
								
							
								 
							
						 
						
							
							
								
								Deprecate parse_date() in favor of av_parse_time().  
							
							The new av_parse_time() is created in libavutil/parseutils.h, all the
internal functions used by parse_date are moved to
libavutil/parseutils.c and made static.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f6c7375a17 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ebf475494 
								
							
								 
							
						 
						
							
							
								
								lavf: add av_ prefix to dump_format()  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 610219a598 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								438198e795 
								
							
								 
							
						 
						
							
							
								
								Document that av_write_header sets stream time_base to a value of it chosing.  
							
							Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ea7e1f011 
								
							
								 
							
						 
						
							
							
								
								lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 24a83bd10a 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b845252d52 
								
							
								 
							
						 
						
							
							
								
								lavf: deprecate AVFormatContext.index_built  
							
							it's not touched anywhere in ffmpeg, the code setting it was removed
over two years ago (e9b78eeba2b0294c80d3 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8270db386f 
								
							
								 
							
						 
						
							
							
								
								add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED  
							
							Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 12c14cd4a8 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								070e5ba560 
								
							
								 
							
						 
						
							
							
								
								lavf: rename ff_probe_input_buffer to make it public  
							
							It is useful for applications that hand input data directly to lavf via
a ByteIOContext.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 3940caad02 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f81946729e 
								
							
								 
							
						 
						
							
							
								
								lavf: move internal functions from avformat.h to internal.h  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 19711af5cd 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f35beae4d 
								
							
								 
							
						 
						
							
							
								
								Make av_set_pts_info keep previous time base if new one is invalid.  
							
							Fixes issue 2475.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b3190529df 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4ed68fdfdc 
								
							
								 
							
						 
						
							
							
								
								libavformat: Add a function for freeing an AVFormatContext  
							
							This function is useful for freeing data structures allocated by
muxers, which currently have to be freed manually by the caller.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit f124b087ee 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12763671e2 
								
							
								 
							
						 
						
							
							
								
								Document that av_write_header sets stream time_base to a value of it chosing.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3058be6ee 
								
							
								 
							
						 
						
							
							
								
								lavf: move the version macros to a new header  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 50196a982b 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7916202b97 
								
							
								 
							
						 
						
							
							
								
								Add service_provider and service_name metadata  
							
							This patch adds support in mpegts muxer for using service_provider and
service_name metadata to set service_provider_name and service_name
fields in SDT.
Example usage:
   ffmpeg -i file.ts -f mpegts -re -acodec copy -vcodec copy -f mpegts \
       -metadata service_provider="Some provider" \
       -metadata service_name="Some Channel" \
       "udp://239.0.70.2:5000?pkt_size=1316&ttl=1"
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 69688e71bc 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54bc640362 
								
							
								 
							
						 
						
							
							
								
								Missing parts of IVF muxer support.  
							
							
								
							
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f88a5bf9b 
								
							
								 
							
						 
						
							
							
								
								Introduce av_metadata_copy() to copy metadata from one struct to another.  
							
							Originally committed as revision 26330 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf99e4aa00 
								
							
								 
							
						 
						
							
							
								
								Add AVOption support for muxers.  
							
							Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26195 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9128ae08b3 
								
							
								 
							
						 
						
							
							
								
								Implement av_find_best_stream.  
							
							Originally committed as revision 26104 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								107a7e3e7b 
								
							
								 
							
						 
						
							
							
								
								lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS  
							
							Originally committed as revision 26103 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb62d5c1f0 
								
							
								 
							
						 
						
							
							
								
								Allow output formats without any streams.  
							
							Required for future metadata format.
Originally committed as revision 26100 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a187c68678 
								
							
								 
							
						 
						
							
							
								
								Bump libavformat minor version, forgotten in r26094  
							
							Originally committed as revision 26095 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58ec7e00db 
								
							
								 
							
						 
						
							
							
								
								Clarify AVFMT_TS_DISCONT and muxers.  
							
							Originally committed as revision 26089 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35014efcc6 
								
							
								 
							
						 
						
							
							
								
								rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658  
							
							This fixes roundup issue 2390.
Originally committed as revision 25889 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2400730fe7 
								
							
								 
							
						 
						
							
							
								
								Increase avformat micro version, forgotten in r25834.  
							
							Originally committed as revision 25836 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d09ebf1ed 
								
							
								 
							
						 
						
							
							
								
								Mobotix .mxg demuxer  
							
							Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru
Originally committed as revision 25831 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29c5c59013 
								
							
								 
							
						 
						
							
							
								
								lavf: document the new creation_time tag  
							
							Originally committed as revision 25811 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b39e2739f 
								
							
								 
							
						 
						
							
							
								
								S/PDIF demuxer  
							
							Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 25804 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa8cc12650 
								
							
								 
							
						 
						
							
							
								
								Improve documentation wording.  
							
							Originally committed as revision 25782 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6bfc268305 
								
							
								 
							
						 
						
							
							
								
								Add av_append_packet function, to be used in code that merges packets  
							
							to allow palette handling without using PaletteControl.
Originally committed as revision 25777 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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